brand.wxss 910 Bytes
Newer Older
wanghuihui's avatar
wanghuihui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
.container {
  background: #fff;
}
.brand-list .item {
  display: block;
  width: 750rpx;
  /* height: 416rpx; */
  padding-bottom: 20rpx;
  position: relative;
  margin-bottom: 4rpx;
}

.brand-list .item .img-bg {
  width: 730rpx;
  height: 303rpx;
  overflow: hidden;
  padding: 0 10rpx;
}

.brand-list .item .img-bg image {
  width: 730rpx;
  height: 303rpx;
}

.brand-list .item .txt-box {
  width: 698rpx;
  margin: 0 auto;
}

.brand-list .item .line {
  height: 63rpx;
  line-height: 63rpx;
  margin-top: 10rpx;
}

.brand-list .item .line .name {
  font-size:30rpx;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(51,51,51,1);
}

.price {
  color: #FF2246;
  font-weight: 500;
  margin-left: 20rpx;
}

.desc {
  font-size:24rpx;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(110,110,110,1);
}

.brand-list .item .line .s {
  padding: 0 10rpx;
  font-size: 40rpx;
}