SubmitConfirm.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-7059dc10 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-7059dc10 {
  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-7059dc10: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. .submit-confirm.data-v-7059dc10 {
  51. background: #ffffff;
  52. border-radius: 26rpx;
  53. overflow: hidden;
  54. padding: 16rpx;
  55. background: linear-gradient(-90deg, #98e05f, #0de3ac);
  56. }
  57. .submit-confirm .container-form.data-v-7059dc10 {
  58. background: #effcf3;
  59. border-radius: 26rpx;
  60. padding: 30rpx;
  61. padding-bottom: 40rpx;
  62. }
  63. .submit-confirm .icon-wrapper.data-v-7059dc10 {
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. margin-bottom: 20rpx;
  68. }
  69. .submit-confirm .icon-wrapper .tip-icon.data-v-7059dc10 {
  70. width: 48rpx;
  71. height: 48rpx;
  72. margin-right: 10rpx;
  73. }
  74. .submit-confirm .icon-wrapper .tip-text.data-v-7059dc10 {
  75. font-family: Source Han Sans CN;
  76. font-weight: bold;
  77. font-size: 36rpx;
  78. color: #37c148;
  79. }
  80. .submit-confirm .content.data-v-7059dc10 {
  81. padding: 0 10rpx;
  82. font-size: 32rpx;
  83. color: #333333;
  84. line-height: 48rpx;
  85. }
  86. .submit-confirm .content view.data-v-7059dc10 {
  87. font-size: 32rpx;
  88. }
  89. .submit-confirm .content .highlight.data-v-7059dc10 {
  90. color: #ff0000;
  91. }
  92. .submit-confirm .mt-20.data-v-7059dc10 {
  93. margin-top: 20rpx;
  94. }
  95. .submit-confirm .footer.data-v-7059dc10 {
  96. display: flex;
  97. gap: 30rpx;
  98. margin-top: 30rpx;
  99. padding: 0 10rpx;
  100. }
  101. .submit-confirm .footer button.data-v-7059dc10 {
  102. height: 88rpx;
  103. line-height: 88rpx;
  104. font-size: 32rpx;
  105. border: none;
  106. border-radius: 10rpx;
  107. }
  108. .submit-confirm .footer button.data-v-7059dc10::after {
  109. border: none;
  110. }
  111. .submit-confirm .footer button.cancel-btn.data-v-7059dc10 {
  112. flex: 1;
  113. background-color: #E3E3E3;
  114. color: #ffffff;
  115. width: 135rpx;
  116. }
  117. .submit-confirm .footer button.confirm-btn.data-v-7059dc10 {
  118. flex: 2.5;
  119. width: 335rpx;
  120. background-color: #38c148;
  121. color: #ffffff;
  122. }
  123. .submit-confirm .footer button.confirm-btn.data-v-7059dc10:disabled {
  124. opacity: 0.7;
  125. }