style: reduce lottery card outer spacing

This commit is contained in:
hajimi
2026-08-03 03:09:33 +08:00
parent cc724b3763
commit 175db68c36
@@ -2114,4 +2114,18 @@ onReachBottom(() => {
.latest-card__divider { margin: 18rpx 0 14rpx; }
.latest-card__actions { gap: 12rpx; }
.latest-card__action { height: 64rpx; padding: 0 10rpx; gap: 8rpx; }
/* 继续压缩页面外层尺寸 */
.hall-tabs,
.hall-tabs .hall-tab {
height: 76rpx;
}
.lottery-games__inner {
padding: 12rpx 16rpx;
}
.latest-card {
padding: 0;
}
</style>