partner-apply.wxss 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-d6d4695c {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-d6d4695c {
  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-d6d4695c: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. .partner-apply.data-v-d6d4695c {
  51. min-height: 100vh;
  52. background-color: #f5f5f5;
  53. padding: 20rpx;
  54. padding-bottom: 120rpx;
  55. }
  56. .partner-apply .form-section.data-v-d6d4695c {
  57. background-color: #fff;
  58. margin-bottom: 20rpx;
  59. padding: 0 30rpx;
  60. border-radius: 10rpx;
  61. }
  62. .partner-apply .form-section :deep(.u-form-item) .u-form-item--left.data-v-d6d4695c {
  63. white-space: nowrap;
  64. }
  65. .partner-apply .form-section :deep(.u-form-item) .u-button.data-v-d6d4695c {
  66. margin-left: 20rpx;
  67. }
  68. .partner-apply .agreement.data-v-d6d4695c {
  69. margin: 30rpx;
  70. display: flex;
  71. }
  72. .partner-apply .agreement .agreement-link.data-v-d6d4695c {
  73. color: #38c148;
  74. }
  75. .partner-apply .fixed-bottom.data-v-d6d4695c {
  76. position: fixed;
  77. left: 0;
  78. right: 0;
  79. bottom: 0;
  80. background-color: #fff;
  81. padding: 20rpx 30rpx;
  82. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
  83. padding-bottom: 60rpx;
  84. }
  85. .partner-apply .fixed-bottom .u-button.data-v-d6d4695c {
  86. width: 100%;
  87. height: 80rpx;
  88. display: flex;
  89. align-items: center;
  90. justify-content: center;
  91. }