Fix:4696 【旅居商城小程序】礼包领取页面:商品图尺寸偏小,位置偏下,与管理后台配置效果不一致

This commit is contained in:
linxi
2025-12-04 18:52:41 +08:00
parent 702d7c1891
commit 7afcf039b6
+7 -6
View File
@@ -328,8 +328,8 @@ export default {
align-content: center; align-content: center;
} }
.bg-image{ .bg-image{
width: 340rpx; width: 420rpx;
height: 560rpx; /* height: 560rpx; */
position: absolute; position: absolute;
border-radius: 16rpx; border-radius: 16rpx;
top: 0; top: 0;
@@ -360,8 +360,8 @@ export default {
height: 296rpx; height: 296rpx;
} }
.image-wrap{ .image-wrap{
width: 218rpx; width: 320rpx;
height: 218rpx; height: 320rpx;
/*border: 10rpx solid #FDF0D3;*/ /*border: 10rpx solid #FDF0D3;*/
border-radius: 16rpx; border-radius: 16rpx;
position: absolute; position: absolute;
@@ -371,8 +371,9 @@ export default {
margin: auto; margin: auto;
} }
.pro-image{ .pro-image{
width: 218rpx; width: 320rpx;
height: 218rpx; height: 320rpx;
border-radius: 16rpx;
/* border-radius: 30rpx; */ /* border-radius: 30rpx; */
} }
.auto-text-color { .auto-text-color {