manual save(2025-12-29 00:16)
This commit is contained in:
12
public/images/hero-bg.svg
Normal file
12
public/images/hero-bg.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="600" viewBox="0 0 1920 600">
|
||||
<defs>
|
||||
<linearGradient id="heroGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1e3a8a"/>
|
||||
<stop offset="100%" style="stop-color:#1e293b"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1920" height="600" fill="url(#heroGrad)"/>
|
||||
<circle cx="1600" cy="150" r="200" fill="#d4af37" opacity="0.1"/>
|
||||
<circle cx="200" cy="500" r="150" fill="#d4af37" opacity="0.08"/>
|
||||
<rect x="100" y="200" width="3" height="200" fill="#d4af37" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 589 B |
5
public/images/logo.svg
Normal file
5
public/images/logo.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="60" viewBox="0 0 200 60">
|
||||
<rect width="200" height="60" fill="#1e3a8a"/>
|
||||
<text x="100" y="38" font-family="Arial, sans-serif" font-size="20" font-weight="bold" fill="#d4af37" text-anchor="middle">诚裕集团</text>
|
||||
<text x="100" y="52" font-family="Arial, sans-serif" font-size="10" fill="#ffffff" text-anchor="middle" opacity="0.8">CHENGYU GROUP</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 428 B |
7
public/images/placeholder-honor.svg
Normal file
7
public/images/placeholder-honor.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
|
||||
<rect width="400" height="300" fill="#f1f5f9"/>
|
||||
<rect x="50" y="50" width="300" height="200" rx="8" fill="#1e3a8a" opacity="0.1"/>
|
||||
<path d="M150 150 L200 100 L250 150 L200 200 Z" fill="#d4af37" opacity="0.6"/>
|
||||
<rect x="100" y="220" width="200" height="8" rx="2" fill="#1e3a8a" opacity="0.3"/>
|
||||
<rect x="120" y="235" width="160" height="6" rx="2" fill="#94a3b8" opacity="0.4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 481 B |
8
public/images/placeholder-news.svg
Normal file
8
public/images/placeholder-news.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="250" viewBox="0 0 400 250">
|
||||
<rect width="400" height="250" fill="#e2e8f0"/>
|
||||
<rect x="140" y="75" width="120" height="100" rx="4" fill="#1e3a8a" opacity="0.15"/>
|
||||
<rect x="160" y="95" width="80" height="60" rx="2" fill="#d4af37" opacity="0.2"/>
|
||||
<rect x="150" y="180" width="100" height="12" rx="2" fill="#1e3a8a" opacity="0.4"/>
|
||||
<rect x="150" y="200" width="150" height="8" rx="2" fill="#94a3b8" opacity="0.5"/>
|
||||
<rect x="150" y="215" width="120" height="8" rx="2" fill="#94a3b8" opacity="0.4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 572 B |
9
public/images/placeholder-services.svg
Normal file
9
public/images/placeholder-services.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" viewBox="0 0 800 400">
|
||||
<rect width="800" height="400" fill="#f8fafc"/>
|
||||
<rect x="50" y="50" width="700" height="300" rx="8" fill="#1e3a8a" opacity="0.1"/>
|
||||
<rect x="100" y="100" width="200" height="120" rx="4" fill="#1e3a8a" opacity="0.2"/>
|
||||
<rect x="320" y="100" width="200" height="120" rx="4" fill="#d4af37" opacity="0.2"/>
|
||||
<rect x="540" y="100" width="160" height="120" rx="4" fill="#1e3a8a" opacity="0.15"/>
|
||||
<rect x="100" y="240" width="600" height="8" rx="2" fill="#d4af37" opacity="0.3"/>
|
||||
<rect x="100" y="260" width="500" height="8" rx="2" fill="#94a3b8" opacity="0.3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 662 B |
7
public/images/placeholder-team.svg
Normal file
7
public/images/placeholder-team.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
|
||||
<rect width="400" height="300" fill="#f1f5f9"/>
|
||||
<rect x="150" y="80" width="100" height="100" rx="50" fill="#1e3a8a" opacity="0.2"/>
|
||||
<circle cx="200" cy="130" r="40" fill="#1e3a8a" opacity="0.3"/>
|
||||
<rect x="160" y="180" width="80" height="10" rx="2" fill="#d4af37" opacity="0.5"/>
|
||||
<rect x="170" y="200" width="60" height="6" rx="2" fill="#94a3b8" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 467 B |
Reference in New Issue
Block a user