Fix:4140 【商城小程序】礼品卡封面图自适应范围需要调整,包含上一版本封面图上面的商品图高度
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user