Fix:2732 【新品专区】轮播图后面的两个商品区域再缩小一点
This commit is contained in:
@@ -108,12 +108,17 @@ export default{
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: -17rpx;
|
||||||
transition: all ease-in-out 0.3s;
|
transition: all ease-in-out 0.3s;
|
||||||
|
scale: 0.85;
|
||||||
|
left: 15rpx;
|
||||||
}
|
}
|
||||||
.is-actived{
|
.is-actived{
|
||||||
width: 225rpx;
|
// width: 225rpx;
|
||||||
height: 260rpx;
|
// height: 260rpx;
|
||||||
|
bottom: 0;
|
||||||
|
scale: 1;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.cover-img{
|
.cover-img{
|
||||||
width: 706rpx;
|
width: 706rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user