tanxue 4 tygodni temu
rodzic
commit
41c65dedb2

+ 17 - 7
common/styles/global/components.scss

@@ -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;}
+	}
 }

+ 8 - 1
common/styles/global/pages.scss

@@ -1671,7 +1671,7 @@
 			display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
 			box-sizing: border-box;padding-bottom:16rpx;margin-bottom: 16rpx;
 			.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-body-box{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: 360rpx;margin-right: 10rpx;}
@@ -1691,6 +1691,13 @@
 			}
 		}
 		
+		.mall-yigou-box{
+			position: relative;
+			.content-row .shop-car-box{background-image: url("@/static/images/mall/shop-car-disabled-icon.png");}
+		}
+		.mall-yigou-box::after{content: '';width: 71rpx;height: 69rpx;position: absolute;left: 3rpx;top:2rpx;
+		@include ezy-no-repeat-cover;background-image: url("@/static/images/mall/yigou-icon.png");}
+				
 		.mall-bottom-row{
 			display: flex;justify-content: space-between;align-items: center;
 			box-sizing: border-box;padding-bottom: 16rpx;