| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-7059dc10 {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-7059dc10 {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-7059dc10: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;
- }
- .submit-confirm.data-v-7059dc10 {
- background: #ffffff;
- border-radius: 26rpx;
- overflow: hidden;
- padding: 16rpx;
- background: linear-gradient(-90deg, #98e05f, #0de3ac);
- }
- .submit-confirm .container-form.data-v-7059dc10 {
- background: #effcf3;
- border-radius: 26rpx;
- padding: 30rpx;
- padding-bottom: 40rpx;
- }
- .submit-confirm .icon-wrapper.data-v-7059dc10 {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 20rpx;
- }
- .submit-confirm .icon-wrapper .tip-icon.data-v-7059dc10 {
- width: 48rpx;
- height: 48rpx;
- margin-right: 10rpx;
- }
- .submit-confirm .icon-wrapper .tip-text.data-v-7059dc10 {
- font-family: Source Han Sans CN;
- font-weight: bold;
- font-size: 36rpx;
- color: #37c148;
- }
- .submit-confirm .content.data-v-7059dc10 {
- padding: 0 10rpx;
- font-size: 32rpx;
- color: #333333;
- line-height: 48rpx;
- }
- .submit-confirm .content view.data-v-7059dc10 {
- font-size: 32rpx;
- }
- .submit-confirm .content .highlight.data-v-7059dc10 {
- color: #ff0000;
- }
- .submit-confirm .mt-20.data-v-7059dc10 {
- margin-top: 20rpx;
- }
- .submit-confirm .footer.data-v-7059dc10 {
- display: flex;
- gap: 30rpx;
- margin-top: 30rpx;
- padding: 0 10rpx;
- }
- .submit-confirm .footer button.data-v-7059dc10 {
- height: 88rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- border: none;
- border-radius: 10rpx;
- }
- .submit-confirm .footer button.data-v-7059dc10::after {
- border: none;
- }
- .submit-confirm .footer button.cancel-btn.data-v-7059dc10 {
- flex: 1;
- background-color: #E3E3E3;
- color: #ffffff;
- width: 135rpx;
- }
- .submit-confirm .footer button.confirm-btn.data-v-7059dc10 {
- flex: 2.5;
- width: 335rpx;
- background-color: #38c148;
- color: #ffffff;
- }
- .submit-confirm .footer button.confirm-btn.data-v-7059dc10:disabled {
- opacity: 0.7;
- }
|