| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-7f7c44eb {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-7f7c44eb {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-7f7c44eb: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;
- }
- .order-item.data-v-7f7c44eb {
- background: #ffffff;
- border-radius: 8px;
- padding: 16px;
- margin-bottom: 12px;
- }
- .order-item .order-no.data-v-7f7c44eb {
- display: flex;
- justify-content: space-between;
- margin-bottom: 12px;
- font-size: 28rpx;
- color: #333333;
- line-height: 36rpx;
- font-family: PingFang SC;
- font-weight: bold;
- }
- .order-item .order-no .status.data-v-7f7c44eb {
- color: #ff0000;
- }
- .order-item .book-list.data-v-7f7c44eb {
- width: 100%;
- display: flex;
- gap: 16rpx;
- margin-bottom: 20rpx;
- overflow-x: auto;
- }
- .order-item .book-list .book-cover.data-v-7f7c44eb {
- min-width: 132rpx;
- width: 132rpx;
- height: 185rpx;
- border-radius: 10rpx;
- }
- .order-item .order-info.data-v-7f7c44eb {
- background: #f8f8f8;
- border-radius: 4px;
- width: 630rpx;
- border: 1px solid #ebebeb;
- }
- .order-item .order-info .info-row.data-v-7f7c44eb {
- display: flex;
- justify-content: space-between;
- font-size: 14px;
- height: 60rpx;
- line-height: 60rpx;
- border-bottom: 1px solid #ebebeb;
- color: #666;
- }
- .order-item .order-info .info-row.data-v-7f7c44eb:last-child {
- border-bottom: none;
- }
- .order-item .order-info .info-row.data-v-7f7c44eb:last-child {
- margin-bottom: 0;
- }
- .order-item .order-info .info-row text.data-v-7f7c44eb {
- flex: 1;
- padding-left: 20rpx;
- }
- .order-item .order-info .info-row text.data-v-7f7c44eb:last-child {
- border-left: 1px solid #ebebeb;
- background-color: #ffffff;
- }
- .order-item .order-info .info-row .amount.data-v-7f7c44eb {
- color: #333;
- }
- .order-item .order-info .info-row .commission.data-v-7f7c44eb {
- color: #ff0000;
- }
- .order-item .order-time.data-v-7f7c44eb {
- margin-top: 12px;
- font-size: 13px;
- color: #999;
- }
|