apply-status.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-34f853f8 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-34f853f8, .siteBar.data-v-34f853f8, .foot_opar.data-v-34f853f8 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-34f853f8:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .siteBar.data-v-34f853f8 {
  51. height: 120rpx;
  52. }
  53. .foot_opar.data-v-34f853f8 {
  54. border-top: solid 2rpx #f2f2f2;
  55. padding: 0 20rpx;
  56. box-sizing: border-box;
  57. position: fixed;
  58. bottom: 0;
  59. left: 0;
  60. width: 100%;
  61. height: 120rpx;
  62. display: flex;
  63. justify-content: flex-end;
  64. align-items: center;
  65. background-color: #ffffff;
  66. z-index: 199;
  67. }
  68. .foot_opar .oparbtn.data-v-34f853f8 {
  69. padding: 0 10rpx;
  70. }
  71. .refuseReason.data-v-34f853f8 {
  72. padding: 20rpx 30rpx;
  73. background-color: #fff;
  74. margin: 20rpx 0;
  75. }
  76. .conbox.data-v-34f853f8 {
  77. background-color: #fff;
  78. margin-bottom: 30rpx;
  79. padding: 0 30rpx;
  80. }
  81. .selgoodsb.data-v-34f853f8 {
  82. text-align: center;
  83. }
  84. .selgoodsb .t.data-v-34f853f8 {
  85. margin-bottom: 20rpx;
  86. color: #666;
  87. }
  88. .returnBtn.data-v-34f853f8 {
  89. margin-top: 30rpx;
  90. }
  91. .statusDesc.data-v-34f853f8 {
  92. position: relative;
  93. padding: 30rpx;
  94. background-color: #38C148;
  95. color: #ffffff;
  96. margin-bottom: 24rpx;
  97. }
  98. .statusDesc .title.data-v-34f853f8 {
  99. font-size: 36rpx;
  100. margin-bottom: 50rpx;
  101. }
  102. .statusDesc .status.data-v-34f853f8 {
  103. margin-bottom: 20rpx;
  104. font-size: 30rpx;
  105. }
  106. .statusDesc .desc.data-v-34f853f8 {
  107. font-size: 26rpx;
  108. }
  109. .cell.data-v-34f853f8 {
  110. display: flex;
  111. justify-content: space-between;
  112. align-items: center;
  113. padding: 20rpx 0;
  114. flex-shrink: 0;
  115. }
  116. .cell .label.data-v-34f853f8 {
  117. font-size: 28rpx;
  118. color: #333333;
  119. }
  120. .cell .value.data-v-34f853f8 {
  121. flex: 1;
  122. text-align: right;
  123. font-size: 28rpx;
  124. color: #333333;
  125. padding: 0 30rpx;
  126. }
  127. .cell .price.data-v-34f853f8 {
  128. color: #f00;
  129. }
  130. .cell .operate.data-v-34f853f8 {
  131. text-align: right;
  132. }
  133. .cell .operate .copy.data-v-34f853f8 {
  134. font-size: 28rpx;
  135. color: #38C148;
  136. }
  137. .contact.data-v-34f853f8 {
  138. border-top: 1rpx solid #eee;
  139. padding: 20rpx;
  140. color: #38C148;
  141. }
  142. .serviceBtn.data-v-34f853f8 {
  143. background-color: transparent;
  144. padding: 0;
  145. border: none;
  146. line-height: 1.2;
  147. font-size: 30rpx;
  148. }
  149. .serviceBtn.data-v-34f853f8::after {
  150. content: '';
  151. border: none;
  152. display: none;
  153. }
  154. .tExpress.data-v-34f853f8 {
  155. padding: 20rpx 30rpx;
  156. background-color: #fff;
  157. margin-bottom: 30rpx;
  158. font-size: 30rpx;
  159. }
  160. .tExpress .label.data-v-34f853f8 {
  161. font-size: inherit;
  162. }