| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-b591140e {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-b591140e {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-b591140e:export {
- appThemeColor: #38C148;
- appThemeBgColor: #ffffff;
- appThemeBgGrayColor: #fafafa;
- appThemeBgGrayDeppColor: #f8f8f8;
- appThemeSearchBgColor: #F4F5F8;
- appThemeBorderColor: #efefef;
- appThemeTextColor: #333333;
- appThemeTextGrayColor: #8f92a1;
- appThemeTextGrayLightColor: #cccccc;
- appThemeTextGrayDeepColor: #696969;
- appThemeTextWhiteColor: #ffffff;
- appThemeTextBlackColor: #171717;
- appThemeTextBlackDeepColor: #16162e;
- appThemeTextMoneyColor: #f00;
- appThemeTextGrayWhiteColor: #c3c6cb;
- appThemeSkuGrayColor: #f5f5f8;
- appThemeCardGrayColor: #8f92a1;
- appThemeShopGrayColor: #888e98;
- appThemePointsSignBgColor: #f0f0f0;
- appThemePointsSignLabelColor: #dfdfdf;
- appThemePointsSignValueColor: #696969;
- appThemePointsSignYellowColor: #f9a906;
- appThemePointsSignBlueColor: #22ac38;
- appThemeNavbarTabColor: #696969;
- appThemeNavbarTabColorActive: #333333;
- appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
- appZIndexDeep: 0;
- appZIndexNormal: 19;
- appZIndexAbsolute: 99;
- appZIndexFixed: 199;
- appZIndexPage: 999;
- appThemeBuyBtnBgColor: #ed3f14;
- }
- .siteBar.data-v-b591140e {
- height: 90rpx;
- }
- .slot-inner.data-v-b591140e {
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 899;
- overflow: hidden;
- background-color: #fff;
- }
- /* .tabList {
- display: flex;
- align-items: center;
- .tab {
- font-size: 36rpx;
- font-weight: 400;
- margin-right: 48rpx;
- color: $app-theme-navbar-tab-color;
- &.active {
- font-weight: 500;
- color: $app-theme-navbar-tab-color-active;
- font-size: 40rpx;
- position: relative;
- &::before {
- content: '';
- width: 16rpx;
- height: 6rpx;
- background: $app-theme-navbar-tab-color-active;
- border-radius: 1px;
- position: absolute;
- bottom: -10rpx;
- left: 50%;
- transform: translate(-50%, 0);
- }
- }
- }
- }
- */
- .inner.data-v-b591140e {
- width: 100%;
- position: relative;
- height: 100%;
- background-color: #ffffff;
- /* .tabList {
- width: 50%;
- position: absolute;
- z-index: 999;
- display: flex;
- align-items: center;
- } */
- }
- .inner .left.data-v-b591140e {
- position: absolute;
- z-index: 999;
- display: flex;
- align-items: center;
- width: 30x;
- margin-right: 10px;
- }
- .inner-showSearch.data-v-b591140e {
- width: 100%;
- height: 100%;
- background-color: #ffffff;
- }
- .inner-showSearch .tabList.data-v-b591140e {
- display: flex;
- align-items: center;
- }
- .searchbox.data-v-b591140e {
- width: 100%;
- padding: 0 30rpx 20rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 899;
- overflow: hidden;
- background-color: #fff;
- }
- .searchbox .search-components.data-v-b591140e {
- width: 100%;
- }
- .searchbox .search-components.active.data-v-b591140e {
- margin-right: 30rpx;
- }
|