This commit is contained in:
czz
2026-05-09 18:13:53 +08:00
parent 42fde98037
commit 26a7411504
15 changed files with 63 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
.secondary-page {
position: relative;
min-height: 100vh;
padding: 32rpx 24rpx 48rpx;
padding: 0 24rpx 48rpx;
box-sizing: border-box;
background: linear-gradient(180deg, #1e2432 0%, #171d29 100%);
overflow: hidden;
@@ -35,7 +35,7 @@
position: relative;
z-index: 1;
margin-bottom: 28rpx;
padding: 32rpx 30rpx;
padding: 28rpx 30rpx;
border-radius: 28rpx;
background: rgba(39, 46, 64, 0.95);
box-shadow: inset 0 0 0 2rpx rgba(255, 255, 255, 0.03);
@@ -49,16 +49,9 @@
letter-spacing: 4rpx;
}
.secondary-page__title {
display: block;
color: #f6f8fb;
font-size: 42rpx;
font-weight: 600;
}
.secondary-page__description {
display: block;
margin-top: 14rpx;
margin-top: 10rpx;
color: #9aa5bb;
font-size: 24rpx;
line-height: 1.7;