shipaiimg.wxss 868 字节
page{
  background: #000000;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.containerbox{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.boxitem{
  margin-top:14rpx;
}
.itemimg{
  width:338rpx;
  height:251rpx;
  font-size: 0
}
.bottomtop{
  display:flex;
  align-items: center
}
.bottomleft{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  border-radius: 50%;
}
.bottomleft image{
    border-radius:50%;
}
.leftname{
  color:#666666;
  font-size: 28rpx;
  margin-left:15rpx;
}
.xiaimg{
  width:30rpx;
  height:28rpx;
  font-size: 0
}
.bottomxia{
  display: flex;
  justify-content: flex-end;
  margin-top:21rpx;
}
.itembottom{
  width:338rpx;
  background: #fff;
  padding: 14rpx 20rpx;
  box-sizing: border-box;
  border-radius:0px 0px 5px 5px;
}
.zannum{
  color:#999999;
  font-size: 28rpx;
  margin-left:20rpx;
}