feat: 样式修改

This commit is contained in:
Blizzard
2026-02-10 17:22:53 +08:00
parent 6f88bc656b
commit e97fd30fa3
28 changed files with 2097 additions and 903 deletions
+11 -19
View File
@@ -56,29 +56,21 @@ page {
z-index: 10;
}
/* Carousel Indicators */
.carousel-indicators {
/* Image Counter Badge */
.carousel-counter {
position: absolute;
bottom: 100rpx;
right: 48rpx;
display: flex;
gap: 12rpx;
background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
color: white;
font-size: 22rpx;
font-weight: 600;
padding: 6rpx 18rpx;
border-radius: 12rpx;
z-index: 30;
}
.carousel-dot {
width: 12rpx;
height: 12rpx;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
transition: all 0.3s;
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.2);
}
.carousel-dot.active {
background: white;
width: 24rpx;
border-radius: 8rpx;
letter-spacing: 2rpx;
}
.header-info {