优化界面布局Again

This commit is contained in:
CN-JS-HuiBai
2026-04-04 13:31:31 +08:00
parent b76044ef0d
commit 5812b23f1c
2 changed files with 8 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ header h1 {
header h1 span {
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@@ -302,10 +303,12 @@ header p {
margin-bottom: 0.75rem;
}
.banner-left {
.section-actions {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 1.5rem;
gap: 0.5rem;
justify-content: flex-start;
}
.banner-actions {