coupon.wxss 4.5 KB

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