index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. @charset "UTF-8";
  2. .text-center.data-v-30ac516a {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-30ac516a {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-30ac516a {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-30ac516a {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-30ac516a {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-30ac516a {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-30ac516a {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-30ac516a {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-30ac516a {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .list.data-v-30ac516a {
  39. height: 220rpx;
  40. }
  41. .bargain-end.data-v-30ac516a {
  42. margin-top: 16rpx;
  43. }
  44. .bargain-end > view.data-v-30ac516a {
  45. padding: 24rpx;
  46. background: #ffffff;
  47. border-bottom: 1rpx solid #e2e2e2;
  48. }
  49. .bargain-end > view.data-v-30ac516a:last-child {
  50. border-bottom: none;
  51. }
  52. .bargain-left.data-v-30ac516a {
  53. position: relative;
  54. }
  55. .bargain-left image.data-v-30ac516a {
  56. width: 220rpx;
  57. height: 220rpx;
  58. display: block;
  59. }
  60. .bargain-left .sold-out.data-v-30ac516a {
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. z-index: 1;
  65. width: 220rpx;
  66. height: 220rpx;
  67. background-color: rgba(0, 0, 0, 0.5);
  68. }
  69. .bargain-right.data-v-30ac516a {
  70. margin-left: 24rpx;
  71. width: 100%;
  72. }
  73. .bargain-right .bargain-name.data-v-30ac516a {
  74. font-size: 32rpx;
  75. color: #353535;
  76. word-break: break-all;
  77. text-overflow: ellipsis;
  78. display: -webkit-box;
  79. -webkit-box-orient: vertical;
  80. -webkit-line-clamp: 1;
  81. line-height: 1.5;
  82. overflow: hidden;
  83. }
  84. .bargain-right .num > view.data-v-30ac516a {
  85. color: #999999;
  86. font-size: 24rpx;
  87. margin-right: 16rpx;
  88. }
  89. .bargain-right .avatar.data-v-30ac516a {
  90. margin-left: -8rpx;
  91. border: 1px solid #ffffff;
  92. height: 34rpx;
  93. width: 34rpx;
  94. border-radius: 50%;
  95. }
  96. .bargain-right .user.data-v-30ac516a {
  97. margin-right: 16rpx;
  98. }
  99. .bargain-right .bargain-original.data-v-30ac516a {
  100. font-size: 24rpx;
  101. color: #999999;
  102. text-decoration: line-through;
  103. }
  104. .bargain-right .min-price.data-v-30ac516a {
  105. margin-bottom: 8rpx;
  106. }
  107. .bargain-right .bargain-price-title.data-v-30ac516a {
  108. line-height: 1;
  109. font-size: 28rpx;
  110. }
  111. .bargain-right .bargain-price.data-v-30ac516a {
  112. margin-top: 16rpx;
  113. font-size: 48rpx;
  114. }
  115. .red-btn.data-v-30ac516a {
  116. font-size: 28rpx;
  117. line-height: 64rpx;
  118. text-align: center;
  119. height: 64rpx;
  120. border-radius: 33rpx;
  121. border: 1rpx solid;
  122. width: 176rpx;
  123. }