Csqqqqq 2 months ago
parent 735f1e038e
commit f4e6f60bcf

@ -95,7 +95,7 @@
}
}
.detail{
padding: 36rpx 8rpx 0 36rpx;
padding: 8rpx 36rpx 0 36rpx;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
@ -103,11 +103,11 @@
.goodsBox{
width: 328rpx;
height: 422rpx;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 22rpx;
box-sizing: border-box;
>image{
width: 328rpx;
height: 320rpx;
@ -120,7 +120,6 @@
}
.bottom{
height: 42rpx;
width: 328rpx;
position: relative;
box-sizing: border-box;
.goodsPrice{

File diff suppressed because one or more lines are too long

@ -57,7 +57,7 @@
font-weight: 600;
}
.dropshipping .detail {
padding: 36rpx 8rpx 0 36rpx;
padding: 8rpx 36rpx 0 36rpx;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
@ -65,11 +65,11 @@
.dropshipping .goodsBox {
width: 328rpx;
height: 422rpx;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 22rpx;
box-sizing: border-box;
}
.dropshipping .goodsBox > image {
width: 328rpx;
@ -82,7 +82,6 @@
}
.dropshipping .goodsBox .bottom {
height: 42rpx;
width: 328rpx;
position: relative;
box-sizing: border-box;
}

Loading…
Cancel
Save