优化首页Hero区域:全屏高度、居中布局、增大字体

This commit is contained in:
2026-06-02 22:25:55 +08:00
parent 68028f36ad
commit de8a9ecea2
12 changed files with 32 additions and 0 deletions

View File

@@ -143,6 +143,10 @@ body {
.hero { .hero {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
min-height: 100vh; /* 全屏高度 */
display: flex;
align-items: center;
justify-content: center;
} }
.hero-background { .hero-background {
@@ -162,6 +166,34 @@ body {
.hero-content { .hero-content {
position: relative; position: relative;
z-index: 1; z-index: 1;
text-align: center;
padding: 2rem;
max-width: 900px;
}
.hero-title {
font-size: 4.5rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1.5rem;
letter-spacing: 3px;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1.8rem;
color: var(--primary-color);
margin-bottom: 1.5rem;
letter-spacing: 2px;
font-weight: 500;
}
.hero-description {
font-size: 1.2rem;
color: var(--text-secondary);
margin-bottom: 2.5rem;
letter-spacing: 1px;
line-height: 1.6;
} }
/* ======================================== /* ========================================

View File

Before

Width:  |  Height:  |  Size: 33 MiB

After

Width:  |  Height:  |  Size: 33 MiB

BIN
images/site-economy.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

Before

Width:  |  Height:  |  Size: 462 KiB

After

Width:  |  Height:  |  Size: 462 KiB

View File

Before

Width:  |  Height:  |  Size: 780 KiB

After

Width:  |  Height:  |  Size: 780 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

BIN
images/site-nature-09.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB