| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-4edac324 {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-4edac324 {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-4edac324: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;
- }
- .rules-page.data-v-4edac324 {
- min-height: 100vh;
- background-color: #f5f5f5;
- padding: 20rpx 30rpx;
- padding-bottom: 120rpx;
- }
- .rules-container.data-v-4edac324 {
- padding: 30rpx;
- }
- .page-title.data-v-4edac324 {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 30rpx;
- text-align: center;
- }
- .collapse-container.data-v-4edac324 {
- background-color: #f5f5f5;
- overflow: hidden;
- }
- .custom-title.data-v-4edac324 {
- display: flex;
- align-items: center;
- flex: 1;
- }
- .number-circle.data-v-4edac324 {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- background-color: #38c148;
- color: white;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- margin-right: 20rpx;
- flex-shrink: 0;
- }
- .title-text.data-v-4edac324 {
- font-size: 28rpx;
- color: #333;
- flex: 1;
- }
- .sub-content.data-v-4edac324 {
- font-size: 26rpx;
- color: #666;
- line-height: 1.6;
- }
- .empty-state.data-v-4edac324 {
- margin-top: 100rpx;
- }
- .customer-service.data-v-4edac324 {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 24rpx;
- background-color: #fff;
- box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
- z-index: 10;
- padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
- }
- .service-btn.data-v-4edac324 {
- width: 100%;
- height: 90rpx;
- line-height: 32rpx;
- background-color: #4caf50;
- color: white;
- font-size: 36rpx;
- border-radius: 10rpx;
- text-align: center;
- margin-bottom: 15rpx;
- padding-top: 16rpx;
- }
- .service-time.data-v-4edac324 {
- font-size: 22rpx;
- color: #ffffff;
- text-align: center;
- }
- .collapse-content.data-v-4edac324 {
- color: #444444;
- font-size: 28rpx;
- padding: 10rpx 0;
- }
- .rich-text-style ._img.data-v-4edac324 {
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- margin-top: 10rpx;
- }
- .data-v-4edac324 .u-collapse-item {
- margin-bottom: 20rpx;
- border-radius: 10rpx;
- overflow: hidden;
- background-color: #ffffff;
- padding: 0 30rpx;
- }
|