|
@@ -381,25 +381,30 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
|
|
|
}
|
|
|
|
|
|
.content-yuanjia{font-size: 46rpx;color: #ff0101;}
|
|
|
- .detail-radio{
|
|
|
- .uni-radio-input{
|
|
|
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin: 10rpx 16rpx 10rpx 0;
|
|
|
+ .select-all-box{
|
|
|
+ text{padding-left: 200rpx;margin-left: -200rpx;display: inline-block;vertical-align: middle;}
|
|
|
+ }
|
|
|
+ .detail-checkbox{
|
|
|
+ .uni-checkbox-input{
|
|
|
+ width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin: 0 12rpx 0 0;
|
|
|
background-image: url("@/static/images/pay/svip-radio.png");flex-shrink: 0;
|
|
|
background-color:transparent;border:0; pointer-events: none;
|
|
|
- svg{display: none;}
|
|
|
+ svg{
|
|
|
+ width: 48rpx;height: 48rpx;transform: unset;left: 0;top:0;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-radio-checked.png");
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .detail-radio.radio-checked .uni-radio-input{
|
|
|
+ .detail-checkbox.checkbox-checked .uni-checkbox-input{
|
|
|
background-image: url("@/static/images/pay/svip-radio-checked.png");
|
|
|
}
|
|
|
.detail-body-box{height: calc(90vh - 420rpx);overflow-y: auto;}
|
|
|
- .product-body-box{height: calc(90vh - 220rpx);overflow-y: auto;}
|
|
|
.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: 220rpx;height: 220rpx;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
.mt-20{margin-right: 20rpx;}
|
|
|
- .content-body-box{display: flex;flex-direction: column;justify-content: space-between;}
|
|
|
+ .content-body-box{height: 220rpx;display: flex;flex-direction: column;justify-content: space-between;flex: 1;}
|
|
|
.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;}
|
|
@@ -410,4 +415,9 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
|
|
|
width: 100%;display: flex;justify-content: space-between;color: #666;padding: 10rpx 0;
|
|
|
.bottom-text-row{display: flex;align-items: center;}
|
|
|
}
|
|
|
+
|
|
|
+ .product-body-box{
|
|
|
+ height: calc(90vh - 220rpx);overflow-y: auto;
|
|
|
+ .content-body-box{justify-content: center;}
|
|
|
+ }
|
|
|
}
|