list.wxss 954 B

12345678910111213
  1. @import '/import/css3_0.wxss';page { background-color: #fff; }
  2. .banner { height: 376rpx; padding-bottom: 16rpx; background-color: #f7f7f7; position: relative; }
  3. .slide-image { width: 100%; height: 360rpx; }
  4. .list { width: 100%; padding-bottom: 96rpx; }
  5. .list .one { margin-bottom: 20rpx; background-color: #fff; padding: 24rpx; border-bottom: 1rpx solid #eee; }
  6. .one .img { position: relative; width: 220rpx; height: 220rpx; margin-right: 24rpx; }
  7. .one .img wx-image:first-child { width: 100%; height: 100%; }
  8. .sale { margin-top: 10rpx; font-size: 9pt; }
  9. .img .sku { position: absolute; top: 0; left: 0; width: 160rpx; height: 160rpx; margin: 30rpx; }
  10. .join-btn { width: 176rpx; height: 64rpx; background-color: #ff5c5c; color: #fff; border-radius: 32rpx; }
  11. .join-btn.no { background-color: #cdcdcd; }
  12. .avatar { width: 50rpx; height: 50rpx; position: relative; margin-left: -10rpx; }
  13. .avatar wx-image { width: 100%; height: 100%; border-radius: 50rpx; }