| | |
| | | \`\`\`svg |
| | | <svg width="400" height="600" xmlns="http://www.w3.org/2000/svg"> |
| | | <rect width="100%" height="100%" fill="#F0F8FF"/> |
| | | |
| | | |
| | | <text x="50%" y="60" font-family="楷体" font-size="32" fill="#4682B4" text-anchor="middle">创意Logo设计</text> |
| | | |
| | | |
| | | <line x1="50" y1="80" x2="350" y2="80" stroke="#B0C4DE" stroke-width="2"/> |
| | | |
| | | |
| | | <text x="50%" y="120" font-family="Arial" font-size="24" fill="#708090" text-anchor="middle">科研</text> |
| | | <text x="50%" y="150" font-family="MS Mincho" font-size="20" fill="#778899" text-anchor="middle">科学研究</text> |
| | | |
| | | |
| | | <text x="50%" y="200" font-family="汇文明朝体" font-size="18" fill="#696969" text-anchor="middle"> |
| | | <tspan x="50%" dy="25">探索未知的灯塔,</tspan> |
| | | <tspan x="50%" dy="25">照亮人类前进的道路。</tspan> |
| | | <tspan x="50%" dy="25">科研,是永不熄灭的好奇心,</tspan> |
| | | <tspan x="50%" dy="25">也是推动世界进步的引擎。</tspan> |
| | | </text> |
| | | |
| | | |
| | | <circle cx="200" cy="400" r="80" fill="none" stroke="#4169E1" stroke-width="3"/> |
| | | <line x1="200" y1="320" x2="200" y2="480" stroke="#4169E1" stroke-width="3"/> |
| | | <line x1="120" y1="400" x2="280" y2="400" stroke="#4169E1" stroke-width="3"/> |
| | | |
| | | |
| | | <text x="50%" y="550" font-family="微软雅黑" font-size="16" fill="#1E90FF" text-anchor="middle">探索 • 创新 • 进步</text> |
| | | </svg> |
| | | \`\`\` |