|
@@ -343,11 +343,13 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 8rpx;}
|
|
|
.wx-icon{background-image: url("@/static/images/pay/svip-wx-icon.png");}
|
|
|
.zfb-icon{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
|
|
|
+ .apple-icon{background-image: url("@/static/images/common/apple-icon.svg");}
|
|
|
}
|
|
|
.pay-status-box::after{
|
|
|
content:'';width: 24rpx;height: 24rpx;margin-left: 4rpx;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/common/qiehuan-icon.svg");
|
|
|
}
|
|
|
+ .apple-status-box::after{display: none;}
|
|
|
.pay-btn{
|
|
|
width: 200rpx;height: 80rpx;font-size: 28rpx;line-height: 80rpx;text-align: center;color: #fff;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/mall/mall-btn.png");
|
|
@@ -395,25 +397,14 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
|
|
|
.detail-item-box{
|
|
|
display: flex;align-items: center;margin-top: 10rpx;border-bottom: 1px dashed #ccc;
|
|
|
box-sizing: border-box;padding-bottom:32rpx;margin-bottom: 32rpx;
|
|
|
- .mall-image{width: 200rpx;height: 200rpx;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
+ .mall-image{width: 220rpx;height: 220rpx;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
.content-body-box{display: flex;flex-direction: column;justify-content: space-between;}
|
|
|
.content-name{
|
|
|
font-size: 36rpx;color: #000;margin-bottom: 12rpx;display: flex;align-items: center;
|
|
|
.name-text{@include single-line-ellipsis;max-width: 320rpx;margin-right: 10rpx;}
|
|
|
icon{width:70rpx;height:32rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/mall/new-icon.png");}
|
|
|
}
|
|
|
- .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(2);line-height: 1.6;}
|
|
|
- .content-row{
|
|
|
- display: flex;justify-content: space-between;align-items: center;margin-top: 10rpx;
|
|
|
- .shop-car-box{
|
|
|
- width: 70rpx;height: 70rpx;position: relative;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/shop-car-icon.png");
|
|
|
- }
|
|
|
- .car-change{
|
|
|
- width: 32rpx;height: 30rpx;position: absolute;right: -4rpx;top: -8rpx;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/change-icon.png");
|
|
|
- }
|
|
|
- }
|
|
|
+ .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(3);line-height: 1.6;}
|
|
|
}
|
|
|
.detail-bottom-box{
|
|
|
width: 100%;display: flex;justify-content: space-between;color: #666;padding: 10rpx 0;
|