list.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .page-bg.data-v-de8354c5 {
  27. width: 100%;
  28. height: 458rpx;
  29. background: var(--ac2cc216) no-repeat;
  30. background-size: 100% 100%;
  31. }
  32. .header.data-v-de8354c5 {
  33. width: 710rpx;
  34. height: 330rpx;
  35. margin: -276rpx auto 0 auto;
  36. border-radius: 14rpx;
  37. overflow: hidden;
  38. }
  39. .header swiper.data-v-de8354c5 {
  40. height: 330rpx !important;
  41. border-radius: 14rpx;
  42. overflow: hidden;
  43. }
  44. .header image.data-v-de8354c5 {
  45. width: 100%;
  46. height: 100%;
  47. border-radius: 14rpx;
  48. overflow: hidden;
  49. }
  50. .header image img.data-v-de8354c5 {
  51. border-radius: 14rpx;
  52. }
  53. .time-icon.data-v-de8354c5 {
  54. width: 75rpx;
  55. height: 70rpx;
  56. }
  57. .time-list.data-v-de8354c5 {
  58. width: 596rpx;
  59. white-space: nowrap;
  60. }
  61. .time-list .item.data-v-de8354c5 {
  62. display: inline-block;
  63. font-size: 20rpx;
  64. color: #666;
  65. text-align: center;
  66. box-sizing: border-box;
  67. margin-right: 30rpx;
  68. width: 130rpx;
  69. }
  70. .time-list .item .time.data-v-de8354c5 {
  71. font-size: 36rpx;
  72. font-weight: 600;
  73. color: #333;
  74. }
  75. .time-list .item.active .time.data-v-de8354c5 {
  76. color: var(--ui-BG-Main);
  77. }
  78. .time-list .item.active .status.data-v-de8354c5 {
  79. height: 30rpx;
  80. line-height: 30rpx;
  81. border-radius: 15rpx;
  82. width: 128rpx;
  83. background: linear-gradient(90deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%);
  84. color: #fff;
  85. }
  86. .list-content.data-v-de8354c5 {
  87. position: relative;
  88. z-index: 3;
  89. margin: 0 20rpx 0 20rpx;
  90. background: #fff;
  91. border-radius: 20rpx 20rpx 0 0;
  92. }
  93. .list-content .content-header.data-v-de8354c5 {
  94. width: 100%;
  95. border-radius: 20rpx 20rpx 0 0;
  96. height: 150rpx;
  97. background: linear-gradient(180deg, #fff4f7, #ffe6ec);
  98. }
  99. .list-content .content-header .content-header-box.data-v-de8354c5 {
  100. width: 678rpx;
  101. height: 64rpx;
  102. background: rgba(255, 255, 255, 0.66);
  103. border-radius: 32px;
  104. }
  105. .list-content .content-header .content-header-box .countdown-title.data-v-de8354c5 {
  106. font-size: 28rpx;
  107. font-weight: 500;
  108. color: #333333;
  109. line-height: 28rpx;
  110. }
  111. .list-content .content-header .content-header-box .countdown-time.data-v-de8354c5 {
  112. font-size: 28rpx;
  113. color: rgba(237, 60, 48, 0.23);
  114. }
  115. .list-content .content-header .content-header-box .countdown-time .countdown-h.data-v-de8354c5 {
  116. font-size: 24rpx;
  117. font-family: OPPOSANS;
  118. font-weight: 500;
  119. color: #ffffff;
  120. padding: 0 4rpx;
  121. height: 40rpx;
  122. background: rgba(237, 60, 48, 0.23);
  123. border-radius: 6rpx;
  124. }
  125. .list-content .content-header .content-header-box .countdown-time .countdown-num.data-v-de8354c5 {
  126. font-size: 24rpx;
  127. font-family: OPPOSANS;
  128. font-weight: 500;
  129. color: #ffffff;
  130. width: 40rpx;
  131. height: 40rpx;
  132. background: rgba(237, 60, 48, 0.23);
  133. border-radius: 6rpx;
  134. }
  135. .list-content .scroll-box.data-v-de8354c5 {
  136. height: 900rpx;
  137. }
  138. .list-content .scroll-box .goods-box.data-v-de8354c5 {
  139. position: relative;
  140. }
  141. .list-content .scroll-box .goods-box .cart-btn.data-v-de8354c5 {
  142. position: absolute;
  143. bottom: 10rpx;
  144. right: 20rpx;
  145. z-index: 11;
  146. height: 44rpx;
  147. line-height: 50rpx;
  148. padding: 0 20rpx;
  149. border-radius: 25rpx;
  150. font-size: 24rpx;
  151. color: #fff;
  152. background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
  153. }
  154. .list-content .scroll-box .goods-box .cart-btn.disabled.data-v-de8354c5 {
  155. background: #bbbbbb;
  156. color: #fff;
  157. }
  158. .list-content .scroll-box .goods-box .limit.data-v-de8354c5 {
  159. font-size: 22rpx;
  160. color: #999999;
  161. margin-bottom: 5rpx;
  162. }