| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-54e6001f {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-54e6001f {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-54e6001f: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;
- }
- .modal-content.data-v-54e6001f {
- background: linear-gradient(-90deg, #98e05f, #0de3ac);
- border-radius: 26rpx;
- overflow: hidden;
- padding: 16rpx;
- }
- .modal-content .container-form.data-v-54e6001f {
- background: #effcf3;
- border-radius: 26rpx;
- padding: 30rpx;
- padding-bottom: 40rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .icon-wrapper.data-v-54e6001f {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 60rpx;
- }
- .icon-wrapper .tip-icon.data-v-54e6001f {
- width: 48rpx;
- height: 48rpx;
- margin-right: 10rpx;
- }
- .icon-wrapper .tip-text.data-v-54e6001f {
- font-family: Source Han Sans CN;
- font-weight: bold;
- font-size: 36rpx;
- color: #37c148;
- }
- .progress-steps.data-v-54e6001f {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- margin-bottom: 50rpx;
- padding: 0 20rpx;
- }
- .progress-steps .step-item.data-v-54e6001f {
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- width: 25%;
- }
- .progress-steps .step-item .step-icon.data-v-54e6001f {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #cccccc;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- color: #ffffff;
- margin-bottom: 20rpx;
- transition: all 0.3s ease;
- }
- .progress-steps .step-item .step-icon.yuan-icon.data-v-54e6001f {
- font-size: 40rpx;
- font-weight: bold;
- }
- .progress-steps .step-item .step-icon .icon-text.data-v-54e6001f {
- font-size: 36rpx;
- font-weight: 500;
- color: #ffffff;
- }
- .progress-steps .step-item .step-label.data-v-54e6001f {
- font-size: 26rpx;
- color: #999999;
- text-align: center;
- transition: all 0.3s ease;
- }
- .progress-steps .step-item.completed .step-icon.data-v-54e6001f {
- background-color: #37c148;
- }
- .progress-steps .step-item.completed .step-label.data-v-54e6001f {
- color: #37c148;
- font-weight: 500;
- }
- .progress-steps .step-arrow.data-v-54e6001f {
- width: 12.5%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .progress-steps .step-arrow .arrow-text.data-v-54e6001f {
- font-size: 36rpx;
- color: #dddddd;
- }
- .action-button.data-v-54e6001f {
- width: 90%;
- height: 90rpx;
- background-color: #37c148;
- border-radius: 45rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 20rpx;
- box-shadow: 0 6rpx 10rpx rgba(55, 193, 72, 0.2);
- transition: all 0.2s ease;
- }
- .action-button.data-v-54e6001f:active {
- -webkit-transform: scale(0.98);
- transform: scale(0.98);
- opacity: 0.9;
- }
- .action-button text.data-v-54e6001f {
- color: #fff;
- font-size: 32rpx;
- font-weight: 500;
- }
|