Fix:5064 【商城小程序】旅居店铺,调整体验店列表,体验店内容区域的宽度
This commit is contained in:
@@ -1081,7 +1081,7 @@ export default {
|
||||
justify-content: space-between;
|
||||
|
||||
.experience-item {
|
||||
width: 335rpx;
|
||||
width: 343rpx;
|
||||
background: #fff;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
@@ -1400,15 +1400,15 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.product-item{
|
||||
width: 343rpx;
|
||||
width: 340rpx;
|
||||
background: #fff;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
padding-bottom: 20rpx;
|
||||
margin-bottom: 24rpx;
|
||||
.product-img{
|
||||
width: 343rpx;
|
||||
height: 343rpx;
|
||||
width: 340rpx;
|
||||
height: 340rpx;
|
||||
border-radius: 16rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user