couponDetails.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. page.data-v-660e495e {
  2. background-color: #f5f5f5;
  3. }
  4. .container.data-v-660e495e {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .tui-coupon-list.data-v-660e495e {
  10. width: 100%;
  11. padding: 0 25rpx;
  12. box-sizing: border-box;
  13. }
  14. .tui-coupon-banner.data-v-660e495e {
  15. width: 100%;
  16. }
  17. .tui-coupon-item.data-v-660e495e {
  18. width: 100%;
  19. height: 210rpx;
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. padding-right: 30rpx;
  24. box-sizing: border-box;
  25. overflow: hidden;
  26. }
  27. .tui-coupon-bg.data-v-660e495e {
  28. width: 100%;
  29. height: 210rpx;
  30. position: absolute;
  31. left: 0;
  32. top: 0;
  33. z-index: 1;
  34. }
  35. .tui-coupon-sign.data-v-660e495e {
  36. height: 110rpx;
  37. width: 110rpx;
  38. position: absolute;
  39. z-index: 9;
  40. top: -30rpx;
  41. right: 40rpx;
  42. }
  43. .tui-coupon-item-left.data-v-660e495e {
  44. width: 218rpx;
  45. height: 210rpx;
  46. position: relative;
  47. z-index: 2;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. flex-direction: column;
  52. flex-shrink: 0;
  53. }
  54. .tui-coupon-price-box.data-v-660e495e {
  55. display: flex;
  56. color: #e41f19;
  57. align-items: flex-end;
  58. }
  59. .tui-coupon-price-sign.data-v-660e495e {
  60. font-size: 30rpx;
  61. }
  62. .tui-coupon-price.data-v-660e495e {
  63. font-size: 32rpx;
  64. line-height: 68rpx;
  65. font-weight: bold;
  66. }
  67. .tui-price-small.data-v-660e495e {
  68. font-size: 58rpx !important;
  69. line-height: 56rpx !important;
  70. }
  71. .tui-coupon-intro.data-v-660e495e {
  72. background: #f7f7f7;
  73. padding: 8rpx 10rpx;
  74. font-size: 26rpx;
  75. line-height: 26rpx;
  76. font-weight: 400;
  77. color: #666;
  78. margin-top: 18rpx;
  79. }
  80. .tui-coupon-item-right.data-v-660e495e {
  81. flex: 1;
  82. height: 210rpx;
  83. position: relative;
  84. z-index: 2;
  85. display: flex;
  86. align-items: center;
  87. justify-content: space-between;
  88. padding-left: 24rpx;
  89. box-sizing: border-box;
  90. overflow: hidden;
  91. }
  92. .tui-coupon-content.data-v-660e495e {
  93. width: 82%;
  94. display: flex;
  95. flex-direction: column;
  96. justify-content: center;
  97. }
  98. .tui-coupon-title-box.data-v-660e495e {
  99. display: flex;
  100. align-items: center;
  101. }
  102. .tui-coupon-btn.data-v-660e495e {
  103. padding: 6rpx;
  104. background: #ffebeb;
  105. color: #e41f19;
  106. font-size: 25rpx;
  107. line-height: 25rpx;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. -webkit-transform: scale(0.9);
  112. transform: scale(0.9);
  113. -webkit-transform-origin: 0 center;
  114. transform-origin: 0 center;
  115. border-radius: 4rpx;
  116. flex-shrink: 0;
  117. }
  118. .tui-color-grey.data-v-660e495e {
  119. color: #888 !important;
  120. }
  121. .tui-bg-grey.data-v-660e495e {
  122. background: #f0f0f0 !important;
  123. color: #888 !important;
  124. }
  125. .tui-coupon-title.data-v-660e495e {
  126. width: 100%;
  127. font-size: 26rpx;
  128. color: #333;
  129. white-space: nowrap;
  130. overflow: hidden;
  131. text-overflow: ellipsis;
  132. }
  133. .tui-coupon-rule.data-v-660e495e {
  134. padding-top: 52rpx;
  135. }
  136. .tui-rule-box.data-v-660e495e {
  137. display: flex;
  138. align-items: center;
  139. -webkit-transform: scale(0.8);
  140. transform: scale(0.8);
  141. -webkit-transform-origin: 0 100%;
  142. transform-origin: 0 100%;
  143. }
  144. .tui-padding-btm.data-v-660e495e {
  145. padding-bottom: 6rpx;
  146. }
  147. .tui-coupon-circle.data-v-660e495e {
  148. width: 8rpx;
  149. height: 8rpx;
  150. background: #a0a0a0;
  151. border-radius: 50%;
  152. }
  153. .tui-coupon-text.data-v-660e495e {
  154. font-size: 28rpx;
  155. line-height: 28rpx;
  156. font-weight: 400;
  157. color: #666;
  158. padding-left: 8rpx;
  159. white-space: nowrap;
  160. }
  161. .tui-top20.data-v-660e495e {
  162. margin-top: 20rpx;
  163. }
  164. .tui-coupon-title.data-v-660e495e {
  165. font-size: 28rpx;
  166. line-height: 28rpx;
  167. }
  168. .tui-coupon-radio.data-v-660e495e {
  169. -webkit-transform: scale(0.7);
  170. transform: scale(0.7);
  171. -webkit-transform-origin: 100% center;
  172. transform-origin: 100% center;
  173. }
  174. .tui-btn-box.data-v-660e495e {
  175. position: absolute;
  176. right: 20rpx;
  177. bottom: 40rpx;
  178. z-index: 10;
  179. }
  180. .tui-btn-box .btn.data-v-660e495e {
  181. width: 155rpx;
  182. height: 64rpx;
  183. line-height: 64rpx;
  184. font-size: 26rpx;
  185. font-family: PingFang SC;
  186. font-weight: 500;
  187. text-align: center;
  188. border-radius: 32rpx;
  189. margin-left: 15rpx;
  190. }
  191. .tui-btn-box .btn.cancel.data-v-660e495e {
  192. border: 1px solid red;
  193. color: red;
  194. }
  195. .tui-btn-box .btn.receive.data-v-660e495e {
  196. background: red;
  197. color: #FFFFFF;
  198. }
  199. .banner.data-v-660e495e {
  200. margin: 25rpx;
  201. }
  202. .banner .img.data-v-660e495e {
  203. height: 700rpx;
  204. width: 100%;
  205. }
  206. .ad.data-v-660e495e {
  207. margin: 0rpx 0rpx 60rpx;
  208. }