Fix:4696 【旅居商城小程序】礼包领取页面:商品图尺寸偏小,位置偏下,与管理后台配置效果不一致
This commit is contained in:
@@ -328,8 +328,8 @@ export default {
|
||||
align-content: center;
|
||||
}
|
||||
.bg-image{
|
||||
width: 340rpx;
|
||||
height: 560rpx;
|
||||
width: 420rpx;
|
||||
/* height: 560rpx; */
|
||||
position: absolute;
|
||||
border-radius: 16rpx;
|
||||
top: 0;
|
||||
@@ -360,8 +360,8 @@ export default {
|
||||
height: 296rpx;
|
||||
}
|
||||
.image-wrap{
|
||||
width: 218rpx;
|
||||
height: 218rpx;
|
||||
width: 320rpx;
|
||||
height: 320rpx;
|
||||
/*border: 10rpx solid #FDF0D3;*/
|
||||
border-radius: 16rpx;
|
||||
position: absolute;
|
||||
@@ -371,8 +371,9 @@ export default {
|
||||
margin: auto;
|
||||
}
|
||||
.pro-image{
|
||||
width: 218rpx;
|
||||
height: 218rpx;
|
||||
width: 320rpx;
|
||||
height: 320rpx;
|
||||
border-radius: 16rpx;
|
||||
/* border-radius: 30rpx; */
|
||||
}
|
||||
.auto-text-color {
|
||||
|
||||
Reference in New Issue
Block a user