feat: 更新网站页面和组件,新增多个页面(关于、专家、会员、政策等)

This commit is contained in:
2026-03-10 16:43:52 +08:00
parent 2c80df8b07
commit 54775dd745
56 changed files with 1520 additions and 503 deletions

17
public/hero/hero-1.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="900" viewBox="0 0 1600 900" role="img" aria-label="智库要闻背景图">
<defs>
<linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#1E6FB5"/>
<stop offset="1" stop-color="#2BA69A"/>
</linearGradient>
<radialGradient id="r1" cx="70%" cy="20%" r="60%">
<stop offset="0" stop-color="rgba(255,255,255,0.18)"/>
<stop offset="1" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
</defs>
<rect width="1600" height="900" fill="url(#g1)"/>
<rect width="1600" height="900" fill="url(#r1)"/>
<path d="M0 640C220 560 360 610 540 690C720 770 900 780 1120 700C1340 620 1460 560 1600 520V900H0V640Z" fill="rgba(255,255,255,0.10)"/>
<path d="M0 720C240 650 420 700 600 780C780 860 980 860 1220 780C1460 700 1520 670 1600 640V900H0V720Z" fill="rgba(15,23,42,0.10)"/>
</svg>

After

Width:  |  Height:  |  Size: 907 B

23
public/hero/hero-2.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="900" viewBox="0 0 1600 900" role="img" aria-label="决策咨询背景图">
<defs>
<linearGradient id="g2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#0F3D73"/>
<stop offset="0.55" stop-color="#1E6FB5"/>
<stop offset="1" stop-color="#2BA69A"/>
</linearGradient>
<radialGradient id="r2" cx="25%" cy="30%" r="65%">
<stop offset="0" stop-color="rgba(255,255,255,0.16)"/>
<stop offset="1" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
</defs>
<rect width="1600" height="900" fill="url(#g2)"/>
<rect width="1600" height="900" fill="url(#r2)"/>
<g fill="rgba(255,255,255,0.10)">
<rect x="120" y="140" width="520" height="14" rx="7"/>
<rect x="120" y="190" width="700" height="12" rx="6"/>
<rect x="120" y="235" width="620" height="12" rx="6"/>
<rect x="120" y="280" width="740" height="12" rx="6"/>
</g>
<path d="M0 660C260 580 420 650 600 730C780 810 980 820 1220 740C1460 660 1540 620 1600 590V900H0V660Z" fill="rgba(255,255,255,0.08)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

21
public/hero/hero-3.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="900" viewBox="0 0 1600 900" role="img" aria-label="专家智库背景图">
<defs>
<linearGradient id="g3" x1="0" y1="1" x2="1" y2="0">
<stop offset="0" stop-color="#1E6FB5"/>
<stop offset="1" stop-color="#0F3D73"/>
</linearGradient>
<radialGradient id="r3" cx="75%" cy="35%" r="70%">
<stop offset="0" stop-color="rgba(43,166,154,0.30)"/>
<stop offset="1" stop-color="rgba(43,166,154,0)"/>
</radialGradient>
</defs>
<rect width="1600" height="900" fill="url(#g3)"/>
<rect width="1600" height="900" fill="url(#r3)"/>
<g stroke="rgba(255,255,255,0.12)" stroke-width="2" fill="none">
<circle cx="1260" cy="240" r="110"/>
<circle cx="1260" cy="240" r="170"/>
<circle cx="1260" cy="240" r="230"/>
</g>
<path d="M0 700C240 620 420 670 620 760C820 850 1040 850 1260 760C1480 670 1540 640 1600 620V900H0V700Z" fill="rgba(255,255,255,0.08)"/>
</svg>

After

Width:  |  Height:  |  Size: 968 B