| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- @charset "UTF-8";
- /**
- * 主题色配置
- * 默认在 uni.scss 全局引入:@import '@/theme.scss';
- * <script> 下使用主题变量:import x from '@/theme.scss';
- */
- .page.data-v-dee72078 {
- background-color: #f8f8f8;
- font-family: PingFangSC;
- }
- .safeAreaPad.data-v-dee72078 {
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- box-sizing: content-box;
- }
- .data-v-dee72078: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;
- }
- .browseHistory.data-v-dee72078 {
- padding: 20rpx;
- min-height: 100vh;
- box-sizing: border-box;
- }
- .selcheck.data-v-dee72078 {
- width: 80rpx;
- padding-left: 20rpx;
- }
- .topEditOpar.data-v-dee72078 {
- display: flex;
- padding: 10rpx 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- text-align: center;
- }
- .topEditOpar .text.data-v-dee72078 {
- flex: 1;
- text-align: right;
- font-weight: bold;
- font-size: 32rpx;
- }
- .topEditOpar .opartxt.data-v-dee72078 {
- color: #20a333;
- }
- .list.data-v-dee72078 {
- background-color: #fff;
- border-radius: 20rpx;
- }
- .list_item.data-v-dee72078 {
- display: flex;
- align-items: center;
- padding: 20rpx 10rpx;
- border-bottom: 1rpx solid #efefef;
- }
- .list_item .list_left.data-v-dee72078 {
- width: 170rpx;
- height: 170rpx;
- position: relative;
- }
- .list_item .list_left image.data-v-dee72078 {
- width: 170rpx;
- height: 170rpx;
- }
- .list_item .list_left .xiajia.data-v-dee72078 {
- position: absolute;
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: rgba(0, 0, 0, 0.5);
- top: 40rpx;
- left: 40rpx;
- -webkit-transform: rotate(30deg);
- transform: rotate(30deg);
- font-size: 24rpx;
- }
- .list_item .list_right.data-v-dee72078 {
- margin-left: 24rpx;
- width: 100%;
- }
- .list_item .list_right .goods_title.data-v-dee72078 {
- font-size: 28rpx;
- font-weight: 400;
- color: #171717;
- height: 80rpx;
- margin-top: 6rpx;
- }
- .list_item .list_right .goods_titlesm.data-v-dee72078 {
- font-size: 24rpx;
- font-weight: 400;
- color: #999;
- }
- .list_item .list_right .right_bottom.data-v-dee72078 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 10rpx;
- }
- .list_item .list_right .right_bottom .bottom_left.data-v-dee72078 {
- display: flex;
- align-items: center;
- }
- .list_item .list_right .right_bottom .bottom_left image.data-v-dee72078 {
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- .list_item .list_right .right_bottom .bottom_left ._span.data-v-dee72078 {
- font-size: 24rpx;
- font-weight: 400;
- color: #696969;
- line-height: 34rpx;
- }
- .list_item .list_right .right_bottom .bottom_left .bottom_num.data-v-dee72078 {
- font-size: 32rpx;
- font-weight: 500;
- color: #fd4558;
- line-height: 44rpx;
- margin-right: 8rpx;
- }
- .list_item .list_right .right_bottom .bottom_right.data-v-dee72078 {
- font-size: 40rpx;
- font-weight: 400;
- text-align: center;
- color: #38C148;
- }
- .goodsItem.data-v-dee72078 {
- display: flex;
- flex: 1;
- }
|