style: compact lottery hall tabs

This commit is contained in:
hajimi
2026-08-03 03:03:09 +08:00
parent af407c4dd5
commit 0ebc5a2237
@@ -2083,4 +2083,19 @@ onReachBottom(() => {
.ai-block__label { font-size: 18rpx; }
.ai-block__text { font-size: 18rpx; }
.ai-block__disclaimer { font-size: 16rpx; }
/* hall-tabs 进一步收紧尺寸 */
.hall-tabs {
height: 88rpx;
padding: 0 18rpx;
}
.hall-tabs .hall-tab {
height: 88rpx;
font-size: 27rpx;
}
.hall-tabs .hall-tab--active::after {
height: 4rpx;
}
</style>