Files
BlackFruit-UI/assets/img/header/yiliao.png
yiqiu 1807f2aa03
All checks were successful
continuous-integration/drone/push Build is passing
恢复图片
2025-12-25 15:58:02 +08:00

16 lines
824 B
Plaintext

<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff9a9e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fecfef;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="600" height="400" fill="url(#grad6)"/>
<g transform="translate(300, 200)">
<!-- 医疗十字图标 -->
<rect x="-10" y="-35" width="20" height="70" fill="white"/>
<rect x="-35" y="-10" width="70" height="20" fill="white"/>
<circle cx="0" cy="0" r="45" stroke="white" stroke-width="3" fill="none"/>
</g>
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">医疗解决方案</text>
</svg>