after-sale.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. page {
  2. min-height: 100%;
  3. width: 100%;
  4. background: #f7f7f7;
  5. }
  6. @charset "UTF-8";
  7. /**
  8. * 这里是uni-app内置的常用样式变量
  9. *
  10. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  11. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  12. *
  13. */
  14. /**
  15. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  16. *
  17. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  18. */
  19. /* 颜色变量 */
  20. /* 行为相关颜色 */
  21. /* 文字基本颜色 */
  22. /* 背景颜色 */
  23. /* 边框颜色 */
  24. /* 尺寸变量 */
  25. /* 文字尺寸 */
  26. /* 图片尺寸 */
  27. /* Border Radius */
  28. /* 水平间距 */
  29. /* 垂直间距 */
  30. /* 透明度 */
  31. /* 文章场景相关 */
  32. .audit.data-v-712c7d60 {
  33. padding-bottom: 180rpx;
  34. }
  35. .audit_bg.data-v-712c7d60 {
  36. width: 100%;
  37. height: 282rpx;
  38. }
  39. .audit_bg .audit_state view.data-v-712c7d60,
  40. .audit_bg .audit_state text.data-v-712c7d60 {
  41. color: #fff;
  42. font-size: 28rpx;
  43. }
  44. .audit_bg .audit_state view.data-v-712c7d60 {
  45. magin-bottom: 15rpx;
  46. font-size: 36rpx;
  47. font-weight: bold;
  48. }
  49. .audit_bg .audit_state .state_icon.data-v-712c7d60 {
  50. width: 150rpx;
  51. height: 115rpx;
  52. }
  53. .audit_con.data-v-712c7d60 {
  54. width: 690rpx;
  55. margin: -52rpx auto 0;
  56. position: relative;
  57. }
  58. .audit_con > view.data-v-712c7d60 {
  59. padding: 0 30rpx;
  60. background: #fff;
  61. border-radius: 24rpx;
  62. }
  63. .audit_con .refund.data-v-712c7d60 {
  64. height: 110rpx;
  65. }
  66. .audit_con .goods_info.data-v-712c7d60 {
  67. margin: 30rpx 0;
  68. padding: 30rpx 30rpx;
  69. }
  70. .audit_con .goods_info .title.data-v-712c7d60 {
  71. font-size: 32rpx;
  72. font-weight: bold;
  73. padding: 0 0 20rpx 0;
  74. }
  75. .audit_con .goods_info .goods_con.data-v-712c7d60 {
  76. padding-bottom: 20rpx;
  77. }
  78. .audit_con .goods_info .goods_con .goods_img.data-v-712c7d60 {
  79. width: 180rpx;
  80. height: 144rpx;
  81. border-radius: 8rpx;
  82. margin-right: 20rpx;
  83. }
  84. .audit_con .goods_info .goods_con .goods_name.data-v-712c7d60 {
  85. font-size: 30rpx;
  86. font-weight: bold;
  87. }
  88. .audit_con .goods_info .size_box.data-v-712c7d60 {
  89. width: 100%;
  90. background: #f9f9f9;
  91. padding: 15rpx 0;
  92. margin-top: 15rpx;
  93. border-radius: 8rpx;
  94. }
  95. .audit_con .goods_info .size_box text.data-v-712c7d60 {
  96. width: 20%;
  97. text-align: center;
  98. }
  99. .audit_con .label.data-v-712c7d60 {
  100. padding: 10rpx 0;
  101. }
  102. .audit_con .label text.data-v-712c7d60:first-child {
  103. font-size: 30rpx;
  104. color: #999;
  105. }
  106. .audit_con .label text.data-v-712c7d60:last-child {
  107. font-size: 28rpx;
  108. color: #333;
  109. }
  110. .audit_con .audit_order.data-v-712c7d60 {
  111. padding: 15rpx 20rpx;
  112. margin-bottom: 15rpx;
  113. }
  114. .audit_con .audit_order .order_bottom.data-v-712c7d60 {
  115. border-top: 2rpx solid #eeeeee;
  116. }
  117. .audit_con .audit_order .order_bottom .img_box image.data-v-712c7d60 {
  118. width: 140rpx;
  119. height: 140rpx;
  120. border-radius: 8rpx;
  121. margin-right: 10rpx;
  122. }
  123. .audit_con .reject_box.data-v-712c7d60 {
  124. padding: 15rpx 30rpx;
  125. }
  126. .btn_box.data-v-712c7d60 {
  127. width: 100%;
  128. height: 120rpx;
  129. background: #fff;
  130. position: fixed;
  131. bottom: 0;
  132. left: 0;
  133. z-index: 999;
  134. padding: 0 30rpx;
  135. }
  136. .btn_box view.data-v-712c7d60 {
  137. width: 300rpx;
  138. height: 88rpx;
  139. border-radius: 44rpx;
  140. }
  141. .btn_box view.data-v-712c7d60:first-child {
  142. border: 2rpx solid #cccccc;
  143. }
  144. .btn_box view.data-v-712c7d60:last-child {
  145. background: linear-gradient(93deg, #ffbf63 0%, #fc8924 100%);
  146. color: #fff;
  147. }
  148. .cancel_box.data-v-712c7d60 {
  149. padding-top: 30rpx;
  150. }
  151. .cancel_box .reason_box.data-v-712c7d60 {
  152. width: 90%;
  153. margin: 15rpx auto 0;
  154. }
  155. .cancel_box .reason_box textarea.data-v-712c7d60 {
  156. width: 100%;
  157. height: 282rpx;
  158. background: #f7f7f7;
  159. padding: 30rpx;
  160. box-sizing: border-box;
  161. border-radius: 24rpx;
  162. }
  163. .cancel_box .cancel_btn.data-v-712c7d60 {
  164. margin-top: 50rpx;
  165. width: 100%;
  166. }
  167. .cancel_box .cancel_btn view.data-v-712c7d60 {
  168. width: 300rpx;
  169. text-align: center;
  170. height: 88rpx;
  171. line-height: 88rpx;
  172. color: #fb231f;
  173. border-radius: 44rpx;
  174. font-size: 32rpx;
  175. background: #fff4f3;
  176. border: 1rpx solid #fb231f;
  177. }
  178. .cancel_box .cancel_btn view.data-v-712c7d60:last-child {
  179. color: #fff;
  180. background: #fb231f;
  181. }
  182. .fixed_bottom.data-v-712c7d60 {
  183. width: 100%;
  184. background: #fff;
  185. height: 100rpx;
  186. position: fixed;
  187. bottom: 0;
  188. left: 0;
  189. }
  190. .fixed_bottom view.data-v-712c7d60 {
  191. width: 690rpx;
  192. height: 88rpx;
  193. margin: 0 auto;
  194. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  195. border-radius: 44rpx;
  196. color: #fff;
  197. font-size: 32rpx;
  198. }