Csqqqqq 2 months ago
parent 735f1e038e
commit f4e6f60bcf

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

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save