submit-discounts.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-89f4b6da {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-89f4b6da {
  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-89f4b6da: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. .slot.data-v-89f4b6da {
  51. padding: 30rpx 30rpx 0 30rpx;
  52. background-color: #ffffff;
  53. margin-top: 24rpx;
  54. }
  55. .line.data-v-89f4b6da {
  56. display: flex;
  57. justify-content: space-between;
  58. align-items: center;
  59. margin-bottom: 30rpx;
  60. }
  61. .line .label.data-v-89f4b6da {
  62. font-size: 28rpx;
  63. color: #171717;
  64. }
  65. .line .value.data-v-89f4b6da {
  66. padding-right: 24rpx;
  67. font-size: 28rpx;
  68. color: #171717;
  69. flex: 1;
  70. text-align: right;
  71. display: flex;
  72. align-items: center;
  73. justify-content: flex-end;
  74. min-height: 1.2em;
  75. }
  76. .line .value.money.data-v-89f4b6da {
  77. color: #f00;
  78. }
  79. .line .value.gray.data-v-89f4b6da {
  80. color: #8f92a1;
  81. position: relative;
  82. }
  83. .line .value.gray .more.data-v-89f4b6da {
  84. position: absolute;
  85. right: -16rpx;
  86. margin-left: 10rpx;
  87. top: 50%;
  88. -webkit-transform: translate(-50%, -50%);
  89. transform: translate(-50%, -50%);
  90. }
  91. .total.data-v-89f4b6da {
  92. border-top: 1rpx solid #efefef;
  93. padding: 26rpx 0;
  94. text-align: right;
  95. }
  96. .total text.data-v-89f4b6da:nth-child(1) {
  97. font-size: 28rpx;
  98. color: #171717;
  99. }
  100. .total text.data-v-89f4b6da:nth-child(2) {
  101. font-size: 20rpx;
  102. color: #f00;
  103. }
  104. .total text.data-v-89f4b6da:nth-child(3) {
  105. font-size: 28rpx;
  106. color: #f00;
  107. }
  108. .utag.data-v-89f4b6da {
  109. margin: 0 10rpx;
  110. }