index.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* crmeb颜色变量 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .mask.data-v-66177934 {
  28. z-index: 9999;
  29. }
  30. .coupon-window.data-v-66177934 {
  31. width: 572rpx;
  32. height: 760rpx;
  33. position: fixed;
  34. top: 20%;
  35. z-index: 10000;
  36. left: 50%;
  37. margin-left: -286rpx;
  38. -webkit-transform: translate3d(0, -200%, 0);
  39. transform: translate3d(0, -200%, 0);
  40. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  41. border-radius: 30rpx 30rpx 0 0;
  42. overflow-x: hidden;
  43. }
  44. .co-bag.data-v-66177934 {
  45. width: 100%;
  46. height: 250rpx;
  47. z-index: 33333;
  48. top: -40rpx;
  49. position: absolute;
  50. }
  51. .coupon-window.data-v-66177934:after {
  52. width: 900rpx;
  53. height: 650rpx;
  54. position: absolute;
  55. top: 0%;
  56. left: 50%;
  57. z-index: 11111;
  58. margin-left: -450rpx;
  59. content: '';
  60. border-radius: 50% 50% 0 0;
  61. background: var(--view-theme);
  62. }
  63. .coupon-window.on.data-v-66177934 {
  64. -webkit-transform: translate3d(0, 0, 0);
  65. transform: translate3d(0, 0, 0);
  66. }
  67. .coupon-window .couponWinList.data-v-66177934 {
  68. width: 480rpx;
  69. margin: 157rpx 0 0 50rpx;
  70. height: 340rpx;
  71. overflow-y: scroll;
  72. }
  73. .coupon-window .couponWinList .item.data-v-66177934 {
  74. width: 100%;
  75. height: 120rpx;
  76. background-color: #fff;
  77. position: relative;
  78. margin-bottom: 17rpx;
  79. position: relative;
  80. z-index: 99999;
  81. }
  82. .coupon-window .couponWinList .item .left.data-v-66177934 {
  83. border-right: 1px dashed #ccc;
  84. }
  85. .coupon-window .couponWinList .label.data-v-66177934 {
  86. width: 28rpx;
  87. height: 64rpx;
  88. display: block;
  89. position: absolute;
  90. top: 0;
  91. right: 12rpx;
  92. }
  93. .coupon-window .couponWinList .item.data-v-66177934::after {
  94. content: '';
  95. position: absolute;
  96. width: 18rpx;
  97. height: 18rpx;
  98. border-radius: 50%;
  99. background-color: var(--view-theme);
  100. left: 25.5%;
  101. bottom: 0;
  102. margin-bottom: -9rpx;
  103. }
  104. .coupon-window .couponWinList .item.data-v-66177934::before {
  105. content: '';
  106. position: absolute;
  107. width: 18rpx;
  108. height: 18rpx;
  109. border-radius: 50%;
  110. background-color: var(--view-theme);
  111. left: 25.5%;
  112. top: 0;
  113. margin-top: -9rpx;
  114. }
  115. .coupon-window .couponWinList .item .money.data-v-66177934 {
  116. width: 130rpx;
  117. text-align: center;
  118. font-size: 26rpx;
  119. font-weight: bold;
  120. }
  121. .coupon-window .couponWinList .item .min_money.data-v-66177934 {
  122. color: #ccc;
  123. font-size: 18rpx;
  124. text-align: center;
  125. }
  126. .coupon-window .couponWinList .item .money .num.data-v-66177934 {
  127. font-size: 40rpx;
  128. }
  129. .coupon-window .couponWinList .item .text.data-v-66177934 {
  130. width: 349rpx;
  131. font-size: 22rpx;
  132. color: #ccc;
  133. padding: 0 29rpx;
  134. box-sizing: border-box;
  135. }
  136. .coupon-window .couponWinList .item .text .image.data-v-66177934 {
  137. width: 32rpx;
  138. height: 32rpx;
  139. display: inline-block;
  140. vertical-align: bottom;
  141. margin-right: 10rpx;
  142. }
  143. .coupon-window .couponWinList .item .text .name.data-v-66177934 {
  144. font-size: 26rpx;
  145. color: var(--view-priceColor);
  146. font-weight: bold;
  147. margin-bottom: 9rpx;
  148. width: 250rpx;
  149. }
  150. .coupon-window .lid.data-v-66177934 {
  151. background: rgba(255, 255, 255, 0.2);
  152. width: 582rpx;
  153. height: 224rpx;
  154. position: fixed;
  155. z-index: 22222;
  156. left: 50%;
  157. top: 0%;
  158. margin: 424rpx 0 0 -296rpx;
  159. }
  160. .coupon-window .lid.data-v-66177934:after {
  161. width: 920rpx;
  162. height: 280rpx;
  163. position: absolute;
  164. top: -100%;
  165. left: 50%;
  166. z-index: 22222;
  167. margin-left: -460rpx;
  168. content: '';
  169. border-radius: 0 0 50% 50%;
  170. background: var(--view-theme);
  171. }
  172. .coupon-window .lid .bnt.data-v-66177934 {
  173. font-size: 29rpx;
  174. width: 440rpx;
  175. height: 80rpx;
  176. border-radius: 40rpx;
  177. background: linear-gradient(90deg, #FFCA52 0%, #FE960F 100%);
  178. text-align: center;
  179. line-height: 80rpx;
  180. font-weight: bold;
  181. margin: 98rpx auto 0 auto;
  182. color: #fff;
  183. }
  184. .coupon-window .lid .iconfont.data-v-66177934 {
  185. color: #fff;
  186. font-size: 60rpx;
  187. text-align: center;
  188. margin-top: 87rpx;
  189. }