Fix:4140 【商城小程序】礼品卡封面图自适应范围需要调整,包含上一版本封面图上面的商品图高度

This commit is contained in:
linxi
2025-08-08 11:45:55 +08:00
parent 2dd9430c8d
commit 6c286900e3
2 changed files with 4 additions and 4 deletions
@@ -131,7 +131,7 @@ export default {
margin-top: 20rpx; margin-top: 20rpx;
} }
.cover-swiper{ .cover-swiper{
height: 620rpx; height: 800rpx;
} }
.cover-picker { .cover-picker {
.cover-title { .cover-title {
@@ -147,7 +147,7 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
.cover-image { .cover-image {
width: 240rpx; width: 340rpx;
height: 560rpx; height: 560rpx;
border-radius: 16rpx; border-radius: 16rpx;
transition: all .2s ease-in-out; transition: all .2s ease-in-out;
+2 -2
View File
@@ -228,7 +228,7 @@ export default {
align-content: center; align-content: center;
} }
.bg-image{ .bg-image{
width: 240rpx; width: 340rpx;
height: 560rpx; height: 560rpx;
position: absolute; position: absolute;
border-radius: 16rpx; border-radius: 16rpx;
@@ -317,7 +317,7 @@ export default {
} }
.gift-card-modal { .gift-card-modal {
height: 560rpx; height: 560rpx;
width: 240rpx; width: 340rpx;
justify-content: center; justify-content: center;
z-index: 999; z-index: 999;
margin-top: 100rpx; margin-top: 100rpx;