presale-goodsrow.wxss 885 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* lionfish_comshop/moduleB/components/presale-goodsrow.wxss */
  2. @import "/lionfish_comshop/pages/index/template/pinrow.wxss";
  3. .pinrow-wrap {
  4. background: #ffffff;
  5. border-radius: 10rpx;
  6. }
  7. .pinrow-wrap .spu-content {
  8. margin-top: 0;
  9. }
  10. .pinrow-wrap .mask {
  11. width: 240rpx;
  12. height: 240rpx;
  13. left: 20rpx;
  14. top: 20rpx;
  15. }
  16. .pinrow-wrap .act-end {
  17. z-index: 1;
  18. left: 118rpx;
  19. top: 95rpx;
  20. }
  21. /* 标签 */
  22. .item-tag {
  23. position: absolute;
  24. left: 10rpx;
  25. top: 20rpx;
  26. width: 54rpx;
  27. height: 62rpx;
  28. z-index: 1;
  29. color: #fff;
  30. text-align: center;
  31. }
  32. .item-tag-bg {
  33. position: absolute;
  34. left: 0;
  35. top: 0;
  36. width: 54rpx;
  37. height: 62rpx;
  38. z-index: 0;
  39. }
  40. .item-tag .tag-name {
  41. position: relative;
  42. padding-top: 6rpx;
  43. font-size: 20rpx;
  44. line-height: 1;
  45. font-weight: 600;
  46. z-index: 1;
  47. }
  48. .item-tag .tag-name.two-word {
  49. font-size: 22rpx;
  50. padding-top: 14rpx;
  51. }