验证20%
This commit is contained in:
+32
-1
@@ -33,6 +33,7 @@
|
||||
|
||||
.profile-card,
|
||||
.profile-stats,
|
||||
.profile-next-card,
|
||||
.panel,
|
||||
.side-card {
|
||||
border: 1px solid rgba(224, 211, 189, .84);
|
||||
@@ -94,6 +95,13 @@
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
||||
.profile-info .profile-load-status {
|
||||
margin: 14px 0 0;
|
||||
color: var(--muted);
|
||||
font-size: 14px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.profile-tags,
|
||||
.mini-actions {
|
||||
display: flex;
|
||||
@@ -118,6 +126,29 @@
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.profile-next-card {
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.profile-next-card .eyebrow {
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.profile-next-card h2 {
|
||||
margin-bottom: 12px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.profile-next-card p {
|
||||
margin-bottom: 22px;
|
||||
color: var(--muted);
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.profile-hero-actions {
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.profile-stats div {
|
||||
min-height: 116px;
|
||||
padding: 20px;
|
||||
@@ -610,4 +641,4 @@
|
||||
.logout-actions {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user