index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. .orderCou.data-v-06f3951c {
  28. position: absolute;
  29. right: 20rpx;
  30. top: 50%;
  31. margin-top: -20rpx;
  32. }
  33. .orderCou .iconfont.data-v-06f3951c {
  34. font-size: 40rpx;
  35. }
  36. .orderCou .svip.data-v-06f3951c {
  37. color: #EDBB75;
  38. }
  39. .coupon-list .item .text.data-v-06f3951c {
  40. position: relative;
  41. }
  42. .coupon-list .item .text .condition.order.data-v-06f3951c {
  43. width: 350rpx;
  44. }
  45. .coupon-list-window .coupon-list .text .condition .pic.data-v-06f3951c {
  46. width: 30rpx;
  47. height: 30rpx;
  48. margin-right: 10rpx;
  49. vertical-align: middle;
  50. }
  51. .coupon-list-window .coupon-list .text .condition .name.data-v-06f3951c {
  52. vertical-align: middle;
  53. font-size: 26rpx;
  54. font-weight: 500;
  55. }
  56. .coupon-list-window.data-v-06f3951c {
  57. position: fixed;
  58. bottom: 0;
  59. left: 0;
  60. width: 100%;
  61. background-color: #FFFFFF;
  62. border-radius: 16rpx 16rpx 0 0;
  63. z-index: 999;
  64. -webkit-transform: translate3d(0, 100%, 0);
  65. transform: translate3d(0, 100%, 0);
  66. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  67. }
  68. .coupon-list-window.on.data-v-06f3951c {
  69. -webkit-transform: translate3d(0, 0, 0);
  70. transform: translate3d(0, 0, 0);
  71. }
  72. .coupon-list-window .title.data-v-06f3951c {
  73. height: 124rpx;
  74. width: 100%;
  75. text-align: center;
  76. line-height: 124rpx;
  77. font-size: 32rpx;
  78. font-weight: bold;
  79. position: relative;
  80. }
  81. .coupon-list-window .title .iconfont.data-v-06f3951c {
  82. position: absolute;
  83. right: 30rpx;
  84. top: 50%;
  85. -webkit-transform: translateY(-50%);
  86. transform: translateY(-50%);
  87. font-size: 35rpx;
  88. color: #8a8a8a;
  89. font-weight: normal;
  90. }
  91. .coupon-list-window .coupon-list.data-v-06f3951c {
  92. margin: 0 0 50rpx 0;
  93. height: 721rpx;
  94. padding-top: 28rpx;
  95. overflow: auto;
  96. }
  97. .coupon-list-window .pictrue.data-v-06f3951c {
  98. width: 414rpx;
  99. height: 336rpx;
  100. margin: 192rpx auto 243rpx auto;
  101. }
  102. .coupon-list-window .pictrue image.data-v-06f3951c {
  103. width: 100%;
  104. height: 100%;
  105. }
  106. .pic-num.data-v-06f3951c {
  107. color: #fff;
  108. font-size: 24rpx;
  109. }
  110. .line-title.data-v-06f3951c {
  111. width: 70rpx;
  112. height: 32rpx !important;
  113. padding: 0 10rpx;
  114. line-height: 30rpx;
  115. text-align: center;
  116. background: var(--view-minorColorT);
  117. border: 1px solid var(--view-theme);
  118. opacity: 1;
  119. border-radius: 20rpx;
  120. font-size: 18rpx;
  121. color: var(--view-theme);
  122. margin-right: 12rpx;
  123. box-sizing: border-box;
  124. }
  125. .line-title.gray.data-v-06f3951c {
  126. border-color: #C1C1C1 !important;
  127. color: #C1C1C1 !important;
  128. background-color: #F7F7F7 !important;
  129. }
  130. .nav.data-v-06f3951c {
  131. position: absolute;
  132. top: 0;
  133. left: 0;
  134. width: 100%;
  135. height: 106rpx;
  136. border-bottom: 2rpx solid #F5F5F5;
  137. border-top-left-radius: 16rpx;
  138. border-top-right-radius: 16rpx;
  139. background-color: #FFFFFF;
  140. font-size: 30rpx;
  141. color: #999999;
  142. }
  143. .nav .acea-row.data-v-06f3951c {
  144. border-top: 5rpx solid transparent;
  145. border-bottom: 5rpx solid transparent;
  146. }
  147. .nav .acea-row.on.data-v-06f3951c {
  148. border-bottom-color: var(--view-theme);
  149. color: #282828;
  150. }
  151. .nav .acea-row.data-v-06f3951c:only-child {
  152. border-bottom-color: transparent;
  153. }
  154. .occupy.data-v-06f3951c {
  155. height: 106rpx;
  156. }
  157. .coupon-list .item.data-v-06f3951c {
  158. margin-bottom: 18rpx;
  159. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
  160. }
  161. .coupon-list .item .money.data-v-06f3951c {
  162. font-weight: normal;
  163. }