pay-result.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-24105162 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-24105162 {
  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-24105162: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. .page.data-v-24105162 {
  51. background-color: #ffffff;
  52. }
  53. .status.data-v-24105162 {
  54. padding: 80rpx 0 84rpx 0;
  55. }
  56. .status .status-success-icon.data-v-24105162 {
  57. width: 88rpx;
  58. height: 88rpx;
  59. margin: 0 auto;
  60. margin-bottom: 16rpx;
  61. background-color: #38C148;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. border-radius: 50%;
  66. }
  67. .status .status-name.data-v-24105162 {
  68. font-size: 34rpx;
  69. font-family: PingFangSC-Medium, PingFang SC;
  70. font-weight: 500;
  71. color: #38C148;
  72. margin-bottom: 40rpx;
  73. text-align: center;
  74. }
  75. .status .money.data-v-24105162 {
  76. text-align: center;
  77. }
  78. .status .money text.data-v-24105162:nth-child(1) {
  79. font-size: 40rpx;
  80. font-family: PingFangSC-Medium, PingFang SC;
  81. font-weight: 500;
  82. color: #333333;
  83. }
  84. .status .money text.data-v-24105162:nth-child(2) {
  85. font-size: 60rpx;
  86. font-family: Helvetica;
  87. color: #333333;
  88. }
  89. .pay-info.data-v-24105162 {
  90. margin: 0 24rpx;
  91. padding-bottom: 24rpx;
  92. border-bottom: 1px solid #efefef;
  93. }
  94. .pay-info .item.data-v-24105162 {
  95. display: flex;
  96. justify-content: space-between;
  97. align-items: center;
  98. margin-bottom: 24rpx;
  99. }
  100. .pay-info .label.data-v-24105162 {
  101. font-size: 30rpx;
  102. font-family: PingFangSC-Regular, PingFang SC;
  103. font-weight: 400;
  104. color: #8f92a1;
  105. }
  106. .pay-info .value.data-v-24105162 {
  107. font-size: 30rpx;
  108. font-family: PingFangSC-Regular, PingFang SC;
  109. font-weight: 400;
  110. color: #333333;
  111. }
  112. .oparBtn.data-v-24105162 {
  113. padding: 100rpx 100rpx 0;
  114. }