Fix:2732 【新品专区】轮播图后面的两个商品区域再缩小一点

This commit is contained in:
linxi
2024-11-28 16:54:32 +08:00
parent 329adbd287
commit 2d6d6cf90c
+8 -3
View File
@@ -108,12 +108,17 @@ export default{
background: #fff;
border-radius: 20rpx;
position: absolute;
bottom: 0;
bottom: -17rpx;
transition: all ease-in-out 0.3s;
scale: 0.85;
left: 15rpx;
}
.is-actived{
width: 225rpx;
height: 260rpx;
// width: 225rpx;
// height: 260rpx;
bottom: 0;
scale: 1;
left: 0;
}
.cover-img{
width: 706rpx;