feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
+33
View File
@@ -40,6 +40,39 @@
font-weight: 500;
}
.page-header {
position: relative;
}
.share-btn-wrap {
position: absolute;
top: 40rpx;
right: 40rpx;
z-index: 20;
}
.share-capsule {
display: flex !important;
align-items: center;
gap: 8rpx;
background: #F1F8E9 !important; /* Lighter background */
border-radius: 32rpx;
padding: 12rpx 24rpx !important;
margin: 0 !important;
border: 1px solid rgba(85, 139, 47, 0.2) !important;
box-shadow: 0 4rpx 12rpx rgba(85, 139, 47, 0.08); /* subtle shadow */
font-size: 24rpx;
font-weight: 600;
color: #558B2F;
line-height: normal !important;
width: auto !important;
min-height: 0 !important;
}
.share-capsule::after {
border: none !important;
}
.banner-container {
margin: 0 40rpx 24rpx;
height: 220rpx;