success.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-00e12900 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-00e12900 {
  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-00e12900: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. .conbox.data-v-00e12900 {
  51. background-color: #fff;
  52. margin-bottom: 30rpx;
  53. padding: 0 30rpx;
  54. }
  55. .selgoodsb.data-v-00e12900 {
  56. text-align: center;
  57. }
  58. .selgoodsb .t.data-v-00e12900 {
  59. margin-bottom: 20rpx;
  60. color: #666;
  61. }
  62. .returnBtn.data-v-00e12900 {
  63. margin-top: 30rpx;
  64. }
  65. .statusDesc.data-v-00e12900 {
  66. position: relative;
  67. padding: 30rpx;
  68. background-color: #38C148;
  69. color: #ffffff;
  70. margin-bottom: 24rpx;
  71. }
  72. .statusDesc .title.data-v-00e12900 {
  73. font-size: 36rpx;
  74. margin-bottom: 50rpx;
  75. }
  76. .statusDesc .status.data-v-00e12900 {
  77. margin-bottom: 20rpx;
  78. font-size: 30rpx;
  79. }
  80. .statusDesc .desc.data-v-00e12900 {
  81. font-size: 26rpx;
  82. }
  83. .cell.data-v-00e12900 {
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. padding: 20rpx 0;
  88. }
  89. .cell .label.data-v-00e12900 {
  90. width: 204rpx;
  91. font-size: 28rpx;
  92. color: #333333;
  93. }
  94. .cell .value.data-v-00e12900 {
  95. width: 320rpx;
  96. text-align: right;
  97. font-size: 28rpx;
  98. color: #333333;
  99. }
  100. .cell .price.data-v-00e12900 {
  101. color: #f00;
  102. }
  103. .cell .operate.data-v-00e12900 {
  104. width: 80rpx;
  105. text-align: right;
  106. }
  107. .cell .operate .copy.data-v-00e12900 {
  108. font-size: 28rpx;
  109. color: #38C148;
  110. }
  111. .contact.data-v-00e12900 {
  112. border-top: 1rpx solid #eee;
  113. padding: 20rpx;
  114. color: #38C148;
  115. }
  116. .serviceBtn.data-v-00e12900 {
  117. background-color: transparent;
  118. padding: 0;
  119. border: none;
  120. line-height: 1.2;
  121. font-size: 30rpx;
  122. }
  123. .serviceBtn.data-v-00e12900::after {
  124. content: '';
  125. border: none;
  126. display: none;
  127. }