完成80%

This commit is contained in:
2026-07-27 06:50:07 +08:00
parent 8475bbd19a
commit 1eae3bbef4
63 changed files with 13664 additions and 280 deletions
+11 -4
View File
@@ -381,10 +381,10 @@ const applyToJoin = () => {
}
.overview-ready {
display: flex;
min-height: min(483px, calc(100vw * 1.3422));
min-height: min(540px, calc(100vw * 1.5));
flex-direction: column;
gap: 34rpx;
padding: 58rpx 0 42rpx;
padding: 10rpx 0 42rpx;
box-sizing: border-box;
}
.overview-hero {
@@ -410,14 +410,21 @@ const applyToJoin = () => {
margin-top: 6rpx;
color: #e9dcc1;
font-size: 23rpx;
line-height: 1.55;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.overview-hero__stats {
display: flex;
display: inline-flex;
gap: 18rpx;
margin-top: 12rpx;
color: #dbc990;
font-size: 22rpx;
transform: translateY(-18rpx);
}
.overview-hero__stats + .overview-hero__stats { margin-left: 18rpx; }
.overview-actions {
display: grid;
min-height: 386rpx;
@@ -543,7 +550,7 @@ const applyToJoin = () => {
}
.overview-public {
display: flex;
min-height: min(483px, calc(100vw * 1.3422));
min-height: min(540px, calc(100vw * 1.5));
flex-direction: column;
gap: 0;
padding: 58rpx 0 28rpx;