detail.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. .steps-box.data-v-915d84ff {
  27. width: 100%;
  28. height: 190rpx;
  29. background: var(--4745ac6a) no-repeat, linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  30. background-size: 750rpx 100%;
  31. padding-left: 72rpx;
  32. }
  33. .steps-box .steps-item .sicon-circleclose.data-v-915d84ff {
  34. font-size: 24rpx;
  35. color: #fff;
  36. }
  37. .steps-box .steps-item .sicon-circlecheck.data-v-915d84ff {
  38. font-size: 24rpx;
  39. }
  40. .steps-box .steps-item .steps-item-title.data-v-915d84ff {
  41. font-size: 24rpx;
  42. font-weight: 400;
  43. margin-top: 16rpx;
  44. margin-left: -36rpx;
  45. width: 100rpx;
  46. text-align: center;
  47. }
  48. .activity-color.data-v-915d84ff {
  49. color: #fff;
  50. }
  51. .info-color.data-v-915d84ff {
  52. color: rgba(255, 255, 255, 0.4);
  53. }
  54. .activity-bg.data-v-915d84ff {
  55. background: #fff;
  56. }
  57. .info-bg.data-v-915d84ff {
  58. background: rgba(255, 255, 255, 0.4);
  59. }
  60. .line.data-v-915d84ff {
  61. width: 270rpx;
  62. height: 4rpx;
  63. }
  64. .status-box.data-v-915d84ff {
  65. position: relative;
  66. z-index: 3;
  67. background-color: #fff;
  68. border-radius: 20rpx 20rpx 0px 0px;
  69. padding: 20rpx;
  70. margin-top: -20rpx;
  71. }
  72. .status-box .status-text.data-v-915d84ff {
  73. font-size: 28rpx;
  74. font-weight: 500;
  75. color: #333333;
  76. margin-bottom: 20rpx;
  77. }
  78. .status-box .status-time.data-v-915d84ff {
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. color: #999999;
  82. }
  83. .aftersale-money.data-v-915d84ff {
  84. background-color: #fff;
  85. height: 98rpx;
  86. padding: 0 20rpx;
  87. margin: 20rpx;
  88. }
  89. .aftersale-money .aftersale-money--title.data-v-915d84ff {
  90. font-size: 28rpx;
  91. font-weight: 500;
  92. color: #333333;
  93. }
  94. .aftersale-money .aftersale-money--num.data-v-915d84ff {
  95. font-size: 28rpx;
  96. font-family: OPPOSANS;
  97. font-weight: 500;
  98. color: #ff3000;
  99. }
  100. .order-shop.data-v-915d84ff {
  101. padding: 20rpx;
  102. background-color: #fff;
  103. margin: 0 20rpx 20rpx 20rpx;
  104. }
  105. .aftersale-content.data-v-915d84ff {
  106. background-color: #fff;
  107. padding: 20rpx;
  108. margin: 0 20rpx;
  109. }
  110. .aftersale-content .aftersale-item.data-v-915d84ff {
  111. height: 60rpx;
  112. }
  113. .aftersale-content .aftersale-item .copy-btn.data-v-915d84ff {
  114. background: #eeeeee;
  115. color: #333;
  116. border-radius: 20rpx;
  117. width: 75rpx;
  118. height: 40rpx;
  119. font-size: 22rpx;
  120. }
  121. .aftersale-content .aftersale-item .item-title.data-v-915d84ff {
  122. color: #999;
  123. font-size: 28rpx;
  124. }
  125. .aftersale-content .aftersale-item .item-content.data-v-915d84ff {
  126. color: #333;
  127. font-size: 28rpx;
  128. }
  129. .foot_box.data-v-915d84ff {
  130. height: 100rpx;
  131. background-color: #fff;
  132. display: flex;
  133. align-items: center;
  134. justify-content: flex-end;
  135. }
  136. .foot_box .btn.data-v-915d84ff {
  137. width: 160rpx;
  138. line-height: 60rpx;
  139. background: #eeeeee;
  140. border-radius: 30rpx;
  141. padding: 0;
  142. margin-right: 20rpx;
  143. font-size: 26rpx;
  144. font-weight: 400;
  145. color: #333333;
  146. }