detail.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. .recharge-box.data-v-f4b0e588 {
  27. position: relative;
  28. margin-bottom: 120rpx;
  29. background: var(--37930634) center/750rpx 100% no-repeat, linear-gradient(115deg, #f44739 0%, #ff6600 100%);
  30. border-radius: 0 0 5% 5%;
  31. height: 100rpx;
  32. }
  33. .recharge-box .goods-box.data-v-f4b0e588 {
  34. width: 710rpx;
  35. border-radius: 20rpx;
  36. position: absolute;
  37. left: 20rpx;
  38. box-sizing: border-box;
  39. }
  40. .recharge-box .sales-title.data-v-f4b0e588 {
  41. height: 32rpx;
  42. background: rgba(255, 224, 226, 0.29);
  43. border-radius: 16rpx;
  44. font-size: 24rpx;
  45. font-weight: 400;
  46. padding: 6rpx 20rpx;
  47. color: #f7979c;
  48. }
  49. .recharge-box .num-title.data-v-f4b0e588 {
  50. font-size: 24rpx;
  51. font-weight: 400;
  52. color: #999999;
  53. }
  54. .countdown-time.data-v-f4b0e588 {
  55. font-size: 26rpx;
  56. font-weight: 500;
  57. color: #383a46;
  58. }
  59. .countdown-time .countdown-h.data-v-f4b0e588 {
  60. font-size: 24rpx;
  61. font-family: OPPOSANS;
  62. font-weight: 500;
  63. color: #ffffff;
  64. padding: 0 4rpx;
  65. margin-left: 16rpx;
  66. height: 40rpx;
  67. background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
  68. border-radius: 6rpx;
  69. }
  70. .countdown-time .countdown-num.data-v-f4b0e588 {
  71. font-size: 24rpx;
  72. font-family: OPPOSANS;
  73. font-weight: 500;
  74. color: #ffffff;
  75. width: 40rpx;
  76. height: 40rpx;
  77. background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
  78. border-radius: 6rpx;
  79. }
  80. .countdown-box.data-v-f4b0e588 {
  81. background: #ffffff;
  82. border-radius: 10rpx;
  83. box-sizing: border-box;
  84. }
  85. .countdown-box .countdown-title.data-v-f4b0e588 {
  86. font-size: 28rpx;
  87. font-weight: 500;
  88. color: #333333;
  89. }
  90. .countdown-box .countdown-title .cicon-check-round.data-v-f4b0e588 {
  91. color: #42b111;
  92. margin-right: 24rpx;
  93. }
  94. .countdown-box .countdown-title .cicon-info.data-v-f4b0e588 {
  95. color: #d71e08;
  96. margin-right: 24rpx;
  97. }
  98. .countdown-box .countdown-title .num.data-v-f4b0e588 {
  99. color: #ff6000;
  100. }
  101. .countdown-box .header-avatar.data-v-f4b0e588 {
  102. width: 86rpx;
  103. height: 86rpx;
  104. background: #ececec;
  105. border-radius: 50%;
  106. border: 4rpx solid #edc36c;
  107. position: relative;
  108. box-sizing: border-box;
  109. }
  110. .countdown-box .header-avatar .avatar-img.data-v-f4b0e588 {
  111. width: 100%;
  112. height: 100%;
  113. border-radius: 50%;
  114. }
  115. .countdown-box .header-avatar .header-tag.data-v-f4b0e588 {
  116. width: 72rpx;
  117. height: 36rpx;
  118. font-size: 24rpx;
  119. line-height: nor;
  120. background: linear-gradient(132deg, #f3dfb1, #f3dfb1, #ecbe60);
  121. border-radius: 16rpx;
  122. position: absolute;
  123. left: 4rpx;
  124. top: -36rpx;
  125. }
  126. .countdown-box .default-avatar.data-v-f4b0e588 {
  127. width: 86rpx;
  128. height: 86rpx;
  129. background: #ececec;
  130. border-radius: 50%;
  131. }
  132. .countdown-box .default-avatar .avatar-img.data-v-f4b0e588 {
  133. width: 100%;
  134. height: 100%;
  135. border-radius: 50%;
  136. }
  137. .countdown-box .user-avatar.data-v-f4b0e588 {
  138. width: 86rpx;
  139. height: 86rpx;
  140. background: #ececec;
  141. border-radius: 50%;
  142. }
  143. .order-btn.data-v-f4b0e588 {
  144. width: 668rpx;
  145. height: 70rpx;
  146. border: 2rpx solid #dfdfdf;
  147. border-radius: 35rpx;
  148. color: #999999;
  149. font-weight: 500;
  150. font-size: 26rpx;
  151. line-height: normal;
  152. }
  153. .disabled-btn.data-v-f4b0e588 {
  154. width: 668rpx;
  155. height: 70rpx;
  156. background: #dddddd;
  157. border-radius: 35rpx;
  158. color: #999999;
  159. font-weight: 500;
  160. font-size: 28rpx;
  161. line-height: normal;
  162. }
  163. .join-btn.data-v-f4b0e588 {
  164. width: 668rpx;
  165. height: 70rpx;
  166. background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
  167. box-shadow: 0px 8rpx 6rpx 0px rgba(255, 104, 4, 0.22);
  168. border-radius: 35rpx;
  169. color: #fff;
  170. font-weight: 500;
  171. font-size: 28rpx;
  172. line-height: normal;
  173. }
  174. .detail-cell-wrap.data-v-f4b0e588 {
  175. width: 100%;
  176. padding: 10rpx 20rpx;
  177. box-sizing: border-box;
  178. border-top: 2rpx solid #dfdfdf;
  179. background-color: #fff;
  180. }
  181. .detail-cell-wrap .label-text.data-v-f4b0e588 {
  182. font-size: 28rpx;
  183. font-weight: 400;
  184. }
  185. .detail-cell-wrap .cell-content.data-v-f4b0e588 {
  186. font-size: 28rpx;
  187. font-weight: 500;
  188. color: #666666;
  189. }
  190. .detail-cell-wrap .right-forwrad-icon.data-v-f4b0e588 {
  191. font-size: 28rpx;
  192. font-weight: 500;
  193. color: #999999;
  194. }