Fix:5257 【商城小程序】奖品轮播卡片按效果图再大小调大一点

This commit is contained in:
linxi
2026-05-13 09:44:36 +08:00
parent 933c6a3628
commit fe442424b0
+8 -6
View File
@@ -58,8 +58,8 @@
:circular="prizeList.length > 1"
:interval="3000"
:duration="500"
previous-margin="220rpx"
next-margin="220rpx"
previous-margin="180rpx"
next-margin="180rpx"
@change="onSwiperChange"
v-if="prizeList.length"
>
@@ -488,7 +488,7 @@ export default {
border: 4rpx solid #fff;
border-radius: 40rpx;
padding: 6rpx 30rpx;
font-size: 24rpx;
font-size: 38rpx;
margin-bottom: 24rpx;
&::after {
@@ -526,11 +526,11 @@ export default {
box-shadow: inset 0 0 0 6rpx rgba(0, 0, 0, 0.1);
.text {
font-size: 48rpx;
font-size: 38rpx;
}
.num {
font-size: 48rpx;
font-size: 38rpx;
font-weight: bold;
margin: 0 10rpx;
}
@@ -673,7 +673,7 @@ export default {
}
.pool-swiper {
height: 340rpx; /* 增加高度防止放大后被裁剪,并留出阴影和标签的空间 */
height: 374rpx;
width: 100%;
}
@@ -683,6 +683,8 @@ export default {
align-items: center;
height: 100%;
padding: 0;
transform: scale(1.1);
transform-origin: center center;
}
.pool-item {