cm-coupon-list.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .mask.data-v-685c8c38 {
  29. position: fixed;
  30. bottom: 0;
  31. left: 0;
  32. width: 100%;
  33. height: 100%;
  34. background: rgba(0, 0, 0, 0.5);
  35. z-index: 99998;
  36. }
  37. .cm-coupon-list .main-content.data-v-685c8c38 {
  38. width: 750rpx;
  39. position: fixed;
  40. bottom: 0;
  41. left: 0;
  42. z-index: 99999;
  43. }
  44. .cm-coupon-list .main-content .content.data-v-685c8c38 {
  45. position: relative;
  46. width: 100%;
  47. height: 1028rpx;
  48. border-radius: 16rpx 16rpx 0px 0px;
  49. background: #fff;
  50. }
  51. .cm-coupon-list .main-content .content .close.data-v-685c8c38 {
  52. position: absolute;
  53. top: 26rpx;
  54. right: 26rpx;
  55. font-size: 34rpx;
  56. color: #b2b2b2;
  57. width: 60rpx;
  58. height: 60rpx;
  59. text-align: center;
  60. line-height: 60rpx;
  61. }
  62. .cm-coupon-list .main-content .content .title.data-v-685c8c38 {
  63. padding: 50rpx 0 28rpx;
  64. text-align: center;
  65. font-size: 34rpx;
  66. font-weight: 500;
  67. line-height: 50rpx;
  68. color: #333333;
  69. }
  70. .cm-coupon-list .main-content .content .other.data-v-685c8c38 {
  71. padding: 0 24rpx 24rpx;
  72. }
  73. .cm-coupon-list .main-content .content .other .unset.data-v-685c8c38 {
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. padding-right: 30rpx;
  78. font-size: 30rpx;
  79. line-height: 30rpx;
  80. color: #333333;
  81. }
  82. .cm-coupon-list .main-content .content .other .unset .radio-flag.data-v-685c8c38 {
  83. color: #ff457b;
  84. }
  85. .cm-coupon-list .main-content .content .other .tabs.data-v-685c8c38 {
  86. height: 80rpx;
  87. line-height: 80rpx;
  88. border-bottom: 1px solid #e1e1e1;
  89. display: flex;
  90. justify-content: space-around;
  91. align-items: center;
  92. }
  93. .cm-coupon-list .main-content .content .other .tabs .tab.data-v-685c8c38 {
  94. position: relative;
  95. font-size: 30rpx;
  96. color: #333333;
  97. }
  98. .cm-coupon-list .main-content .content .other .tabs .tab.data-v-685c8c38::after {
  99. content: '';
  100. position: absolute;
  101. width: 100%;
  102. height: 4rpx;
  103. bottom: 0;
  104. left: 0;
  105. background-color: #fff;
  106. }
  107. .cm-coupon-list .main-content .content .other .tabs .tab.active.data-v-685c8c38 {
  108. color: #ff457b;
  109. }
  110. .cm-coupon-list .main-content .content .other .tabs .tab.active.data-v-685c8c38::after {
  111. background-color: #ff457b;
  112. }
  113. .cm-coupon-list .main-content .content .list.data-v-685c8c38 {
  114. overflow-y: scroll;
  115. }
  116. .cm-coupon-list .main-content .content .list.scroll-search.data-v-685c8c38 {
  117. height: 796rpx;
  118. }
  119. .cm-coupon-list .main-content .content .list.scroll-receive.data-v-685c8c38 {
  120. height: 900rpx;
  121. }
  122. .cm-coupon-list .main-content .content .list.scroll-use.data-v-685c8c38 {
  123. height: 708rpx;
  124. }
  125. .cm-coupon-list .main-content .content .btn.data-v-685c8c38 {
  126. width: 600rpx;
  127. height: 90rpx;
  128. margin: 24rpx auto;
  129. background: linear-gradient(90deg, #fc32b4 0%, #f83c6c 100%);
  130. opacity: 1;
  131. border-radius: 45rpx;
  132. line-height: 90rpx;
  133. text-align: center;
  134. font-size: 30rpx;
  135. color: #ffffff;
  136. }