submitBar.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-2548211d {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-2548211d, .siteBar.data-v-2548211d, .submitBar.data-v-2548211d {
  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-2548211d: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. .siteBar.data-v-2548211d {
  51. height: 120rpx;
  52. }
  53. .submitBar.data-v-2548211d {
  54. border-top: solid 2rpx #f2f2f2;
  55. position: fixed;
  56. bottom: 0;
  57. left: 0;
  58. width: 100%;
  59. height: 120rpx;
  60. display: flex;
  61. justify-content: space-between;
  62. align-items: center;
  63. background-color: #ffffff;
  64. z-index: 199;
  65. }
  66. .submitBar .left.data-v-2548211d {
  67. display: flex;
  68. font-size: 24rpx;
  69. }
  70. .submitBar .left .item.data-v-2548211d {
  71. width: 90rpx;
  72. text-align: center;
  73. }
  74. .submitBar .left .item.car.data-v-2548211d {
  75. position: relative;
  76. }
  77. .submitBar .left .text.data-v-2548211d {
  78. font-size: 24rpx;
  79. line-height: 1.5;
  80. margin-top: 5rpx;
  81. }
  82. .submitBar .right.data-v-2548211d {
  83. flex: 1;
  84. display: flex;
  85. font-size: 28rpx;
  86. align-items: center;
  87. justify-content: space-evenly;
  88. margin-left: 20rpx;
  89. }
  90. .submitBar .right .btn.data-v-2548211d {
  91. min-width: 200rpx;
  92. line-height: 66rpx;
  93. border-radius: 36rpx;
  94. color: #ffffff;
  95. text-align: center;
  96. }
  97. .submitBar .right .cart.data-v-2548211d {
  98. background-color: #ff7900;
  99. }
  100. .submitBar .right .buy.data-v-2548211d {
  101. background-color: #ed3f14;
  102. }
  103. .serviceBtn.data-v-2548211d {
  104. background-color: transparent;
  105. padding: 0;
  106. border: none;
  107. line-height: 1;
  108. }
  109. .serviceBtn.data-v-2548211d::after {
  110. content: '';
  111. border: none;
  112. display: none;
  113. }