61 lines
3.1 KiB
XML
61 lines
3.1 KiB
XML
<svg width="800" height="600" viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
|
||
<defs>
|
||
<style>
|
||
.title { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 28px; font-weight: bold; fill: #2c3e50; }
|
||
.category { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 22px; font-weight: bold; fill: #34495e; }
|
||
.item { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; fill: #333; }
|
||
.price { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 14px; fill: #7f8c8d; }
|
||
.check { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 20px; fill: #27ae60; }
|
||
</style>
|
||
</defs>
|
||
|
||
<!-- Title -->
|
||
<text x="400" y="50" text-anchor="middle" class="title">新手起步装备清单(总预算500元内)</text>
|
||
|
||
<g transform="translate(100, 100)">
|
||
<!-- Category 1: 容器 -->
|
||
<text x="0" y="0" class="category">📦 容器类</text>
|
||
<rect x="0" y="20" width="700" height="1" fill="#ecf0f1"/>
|
||
<text x="20" y="50" class="item">✓ 7加仑花盆(番茄用) ×4</text>
|
||
<text x="500" y="50" class="price">150元</text>
|
||
<text x="20" y="80" class="item">✓ 浅型种植盆(生菜用) ×2</text>
|
||
<text x="500" y="80" class="price">100元</text>
|
||
|
||
<!-- Category 2: 基质 -->
|
||
<text x="0" y="130" class="category">🌱 基质类</text>
|
||
<rect x="0" y="150" width="700" height="1" fill="#ecf0f1"/>
|
||
<text x="20" y="180" class="item">✓ 通用营养土 20L</text>
|
||
<text x="500" y="180" class="price">100元</text>
|
||
|
||
<!-- Category 3: 工具 -->
|
||
<text x="0" y="230" class="category">🛠️ 工具类</text>
|
||
<rect x="0" y="250" width="700" height="1" fill="#ecf0f1"/>
|
||
<text x="20" y="280" class="item">✓ 小铲子、耙子套装</text>
|
||
<text x="500" y="280" class="price">50元</text>
|
||
<text x="20" y="310" class="item">✓ 浇水壶(长嘴)</text>
|
||
<text x="500" y="310" class="price">30元</text>
|
||
<text x="20" y="340" class="item">✓ 园艺手套</text>
|
||
<text x="500" y="340" class="price">20元</text>
|
||
|
||
<!-- Category 4: 种子 -->
|
||
<text x="0" y="390" class="category">🌿 种子与植物</text>
|
||
<rect x="0" y="410" width="700" height="1" fill="#ecf0f1"/>
|
||
<text x="20" y="440" class="item">✓ 小番茄种子 ×1包</text>
|
||
<text x="500" y="440" class="price">20元</text>
|
||
<text x="20" y="470" class="item">✓ 生菜种子 ×1包</text>
|
||
<text x="500" y="470" class="price">15元</text>
|
||
<text x="20" y="500" class="item">✓ 辣椒种子 ×1包</text>
|
||
<text x="500" y="500" class="price">15元</text>
|
||
<text x="20" y="530" class="item">✓ 罗勒/迷迭香苗 ×2</text>
|
||
<text x="500" y="530" class="price">30元</text>
|
||
|
||
<!-- Total -->
|
||
<rect x="0" y="560" width="700" height="40" fill="#ecf0f1"/>
|
||
<text x="600" y="585" text-anchor="end" class="category">总计:约530元(可精简至500元内)</text>
|
||
</g>
|
||
|
||
<!-- Insight -->
|
||
<text x="400" y="580" text-anchor="middle" class="title" style="font-size:18px; fill:#7f8c8d;">
|
||
注:后续可逐步添置补光灯、智能灌溉等设备,首年建议控制预算
|
||
</text>
|
||
</svg> |