This commit is contained in:
17
assets/img/header/jiaoyu.png
Normal file
17
assets/img/header/jiaoyu.png
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad5" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#a8edea;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#fed6e3;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="600" height="400" fill="url(#grad5)"/>
|
||||
<g transform="translate(300, 200)">
|
||||
<!-- 书本图标 -->
|
||||
<rect x="-35" y="-25" width="70" height="50" stroke="white" stroke-width="3" fill="none"/>
|
||||
<line x1="-35" y1="-15" x2="35" y2="-15" stroke="white" stroke-width="2"/>
|
||||
<line x1="-35" y1="-5" x2="35" y2="-5" stroke="white" stroke-width="2"/>
|
||||
<line x1="-35" y1="5" x2="35" y2="5" stroke="white" stroke-width="2"/>
|
||||
</g>
|
||||
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">教育解决方案</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 938 B |
Reference in New Issue
Block a user