tupianbox.wxss 1010 字节
page{
  background: #F9F9F9
}

.picboxhead{
  display:flex;
  align-items: center;
  padding: 8rpx 24rpx;
  box-sizing: border-box;
  background: #fff;
}
.picboxheadleft{
  color:#06121E;
  font-size: 28rpx;
  font-weight: bold;
}
.picboxquan{
  color:#8C9198;
  font-size: 28rpx;
  margin-left:34rpx;
}
.picxian{
  width:1rpx;
  height:48rpx;
  background: #EEEEEE;
  margin-left:18rpx;
}
.searchsanjiao{
  margin-left:24rpx;
}
.picbox{
  padding: 24rpx 12rpx 24rpx 24rpx;
  /* box-sizing: border-box;
  display:flex;
  align-items: center;
  flex-wrap: wrap */
}

.picboxitemtop{
  width:705rpx;
  height:310rpx;
  font-size: 0;
  position: relative
}
.picboxname{
  width:705rpx;
  height:74rpx;
  line-height: 74rpx;
  border-bottom-left-radius: 4rpx;
  border-bottom-right-radius: 4rpx;
  background: #fff;
  text-align: center;
  color:#3D444D;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 
  margin-bottom:24rpx;
  margin-right:12rpx;
  font-weight: bold;
}