refund_detail.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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-01b159b8 {
  33. padding-bottom: 150rpx;
  34. }
  35. .audit .refund_num.data-v-01b159b8 {
  36. width: 690rpx;
  37. background: #fff;
  38. margin: 30rpx auto;
  39. border-radius: 8rpx;
  40. padding: 15rpx;
  41. font-size: 32rpx;
  42. font-weight: bold;
  43. box-sizing: border-box;
  44. }
  45. .audit .audit_con.data-v-01b159b8 {
  46. width: 690rpx;
  47. margin: 0 auto 30rpx;
  48. background: #fff;
  49. border-radius: 24rpx;
  50. padding-bottom: 30rpx;
  51. }
  52. .audit .audit_con .sub_btn.data-v-01b159b8 {
  53. margin: 20rpx auto;
  54. }
  55. .audit .audit_con .audit_money.data-v-01b159b8 {
  56. padding: 10rpx 30rpx;
  57. }
  58. .audit .audit_con .refund.data-v-01b159b8 {
  59. height: 110rpx;
  60. }
  61. .audit .audit_con .goods_info.data-v-01b159b8 {
  62. padding: 30rpx 30rpx;
  63. }
  64. .audit .audit_con .goods_info .title.data-v-01b159b8 {
  65. font-size: 32rpx;
  66. font-weight: bold;
  67. padding: 0 0 20rpx 0;
  68. }
  69. .audit .audit_con .goods_info .goods_con.data-v-01b159b8 {
  70. padding-bottom: 20rpx;
  71. }
  72. .audit .audit_con .goods_info .goods_con .goods_img.data-v-01b159b8 {
  73. width: 180rpx;
  74. height: 144rpx;
  75. border-radius: 8rpx;
  76. margin-right: 20rpx;
  77. }
  78. .audit .audit_con .goods_info .goods_con .goods_name.data-v-01b159b8 {
  79. font-size: 32rpx;
  80. font-weight: bold;
  81. }
  82. .audit .audit_con .goods_info .size_box.data-v-01b159b8 {
  83. width: 100%;
  84. background: #f9f9f9;
  85. padding: 15rpx 0;
  86. margin-top: 15rpx;
  87. border-radius: 8rpx;
  88. }
  89. .audit .audit_con .goods_info .size_box text.data-v-01b159b8 {
  90. width: 20%;
  91. text-align: center;
  92. }
  93. .audit .audit_con .label.data-v-01b159b8 {
  94. padding: 10rpx 0;
  95. }
  96. .audit .audit_con .label text.data-v-01b159b8:first-child {
  97. font-size: 30rpx;
  98. color: #999;
  99. }
  100. .audit .audit_con .label text.data-v-01b159b8:last-child {
  101. font-size: 28rpx;
  102. color: #333;
  103. }
  104. .audit .audit_con .audit_order.data-v-01b159b8 {
  105. padding: 10rpx 30rpx;
  106. margin-bottom: 15rpx;
  107. }
  108. .audit .audit_con .audit_order .order_bottom.data-v-01b159b8 {
  109. border-top: 2rpx solid #eeeeee;
  110. }
  111. .audit .audit_con .audit_order .order_bottom .img_box image.data-v-01b159b8 {
  112. width: 140rpx;
  113. height: 140rpx;
  114. border-radius: 8rpx;
  115. margin-right: 10rpx;
  116. }
  117. .audit .audit_con .reject_box.data-v-01b159b8 {
  118. padding: 15rpx 30rpx;
  119. }