Refactor(云灵AI):礼品商品轮播效果细节调整

This commit is contained in:
lifizer
2026-04-16 10:36:21 +08:00
parent 0ad78b11db
commit e0ba6f7422
+5 -4
View File
@@ -720,21 +720,22 @@ export default {
}
}
.recommend-goods-wrap {
width: 100%;
width: calc(100% + 48rpx);
padding: 24rpx 0;
margin: 0 -24rpx;
.goods-swiper {
width: 100%;
height: 724rpx;
height: 750rpx;
}
.goods-item {
display: block;
width: 460rpx;
margin: 0 auto;
margin: 24rpx auto 0 auto;
padding: 24rpx;
box-sizing: border-box;
background: #fff;
border-radius: 20rpx;
box-shadow: 0rpx 6rpx 30rpx rgba(0,0,0,0.16);
box-shadow: 0rpx 0 24rpx rgba(0,0,0,0.16);
white-space: normal;
transition: all 0.3s ease;
transform: scale(0.9);