| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-3871369c {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-3871369c {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-3871369c: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;
- }
- .common-logistics.data-v-3871369c {
- height: auto;
- box-sizing: border-box;
- padding: 20rpx 20rpx 50rpx;
- }
- .item-container.data-v-3871369c {
- width: 100%;
- height: auto;
- display: flex;
- }
- .item-container .item-container-left.data-v-3871369c {
- width: 160rpx;
- }
- .item-container .item-container-center.data-v-3871369c {
- width: 44rpx;
- height: auto;
- }
- .item-container .item-container-center .tag-container.data-v-3871369c {
- width: 44rpx;
- height: 44rpx;
- }
- .item-container .item-container-center .tag-container image.data-v-3871369c {
- width: 44rpx;
- height: 44rpx;
- border-radius: 50%;
- }
- .item-container .item-container-center .tag-container .item-tag-container.data-v-3871369c {
- width: 44rpx;
- height: 44rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item-container .item-container-center .tag-container .item-tag-container .item-tag.data-v-3871369c {
- width: 48rpx;
- height: 48rpx;
- border-radius: 50%;
- }
- .item-container .item-container-center .line-container.data-v-3871369c {
- box-sizing: border-box;
- width: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .item-container .item-container-center .line-container .line.data-v-3871369c {
- width: 2rpx;
- background-color: #dcdcdc;
- }
- .item-container .item-container-right.data-v-3871369c {
- width: 500rpx;
- box-sizing: border-box;
- padding: 0 10rpx 0 24rpx;
- }
- .item-container .item-container-right .item-title.data-v-3871369c {
- width: 100%;
- height: 40rpx;
- line-height: 44rpx;
- color: #222;
- font-size: 28rpx;
- }
- .item-container .item-container-right .item-desc.data-v-3871369c {
- margin-top: 16rpx;
- width: 100%;
- min-height: 30rpx;
- line-height: 30rpx;
- word-wrap: break-word;
- word-break: normal;
- }
- .item-container .item-container-right .item-time.data-v-3871369c {
- margin-top: 12rpx;
- width: 100%;
- height: 34rpx;
- line-height: 34rpx;
- font-size: 24rpx;
- }
- .line-state.data-v-3871369c {
- width: 20rpx;
- height: 20rpx;
- border-radius: 50%;
- }
- .take-space.data-v-3871369c {
- width: 100%;
- height: 80rpx;
- }
- .text-1A1A1A.data-v-3871369c {
- color: #1a1a1a;
- }
- .text-999999.data-v-3871369c {
- color: #999999;
- }
- .text-808080.data-v-3871369c {
- color: #808080;
- }
- .text-df.data-v-3871369c {
- font-size: 28rpx;
- }
- .text-sm.data-v-3871369c {
- font-size: 24rpx;
- }
|