navbar-top-search.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-b591140e {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-b591140e {
  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-b591140e: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-b591140e {
  51. height: 90rpx;
  52. }
  53. .slot-inner.data-v-b591140e {
  54. width: 100%;
  55. position: fixed;
  56. top: 0;
  57. left: 0;
  58. z-index: 899;
  59. overflow: hidden;
  60. background-color: #fff;
  61. }
  62. /* .tabList {
  63. display: flex;
  64. align-items: center;
  65. .tab {
  66. font-size: 36rpx;
  67. font-weight: 400;
  68. margin-right: 48rpx;
  69. color: $app-theme-navbar-tab-color;
  70. &.active {
  71. font-weight: 500;
  72. color: $app-theme-navbar-tab-color-active;
  73. font-size: 40rpx;
  74. position: relative;
  75. &::before {
  76. content: '';
  77. width: 16rpx;
  78. height: 6rpx;
  79. background: $app-theme-navbar-tab-color-active;
  80. border-radius: 1px;
  81. position: absolute;
  82. bottom: -10rpx;
  83. left: 50%;
  84. transform: translate(-50%, 0);
  85. }
  86. }
  87. }
  88. }
  89. */
  90. .inner.data-v-b591140e {
  91. width: 100%;
  92. position: relative;
  93. height: 100%;
  94. background-color: #ffffff;
  95. /* .tabList {
  96. width: 50%;
  97. position: absolute;
  98. z-index: 999;
  99. display: flex;
  100. align-items: center;
  101. } */
  102. }
  103. .inner .left.data-v-b591140e {
  104. position: absolute;
  105. z-index: 999;
  106. display: flex;
  107. align-items: center;
  108. width: 30x;
  109. margin-right: 10px;
  110. }
  111. .inner-showSearch.data-v-b591140e {
  112. width: 100%;
  113. height: 100%;
  114. background-color: #ffffff;
  115. }
  116. .inner-showSearch .tabList.data-v-b591140e {
  117. display: flex;
  118. align-items: center;
  119. }
  120. .searchbox.data-v-b591140e {
  121. width: 100%;
  122. padding: 0 30rpx 20rpx;
  123. box-sizing: border-box;
  124. display: flex;
  125. justify-content: space-between;
  126. align-items: center;
  127. position: fixed;
  128. top: 0;
  129. left: 0;
  130. z-index: 899;
  131. overflow: hidden;
  132. background-color: #fff;
  133. }
  134. .searchbox .search-components.data-v-b591140e {
  135. width: 100%;
  136. }
  137. .searchbox .search-components.active.data-v-b591140e {
  138. margin-right: 30rpx;
  139. }