123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <svg width="580" height="260" xmlns="http://www.w3.org/2000/svg" style="background-color:white;">
- <!-- 绘制表格边框 -->
- <rect x="20" y="20" width="550" height="210" fill="none" stroke="black" stroke-width="1"/>
- <!-- 绘制表头横线 -->
- <line x1="20" y1="50" x2="570" y2="50" stroke="black" stroke-width="1"/>
- <line x1="20" y1="80" x2="570" y2="80" stroke="black" stroke-width="1"/>
- <line x1="20" y1="110" x2="570" y2="110" stroke="black" stroke-width="1"/>
- <line x1="20" y1="140" x2="570" y2="140" stroke="black" stroke-width="1"/>
- <line x1="20" y1="170" x2="570" y2="170" stroke="black" stroke-width="1"/>
- <line x1="20" y1="200" x2="570" y2="200" stroke="black" stroke-width="1"/>
- <!-- 绘制表头竖线 -->
- <line x1="120" y1="20" x2="120" y2="230" stroke="black" stroke-width="1"/>
- <line x1="170" y1="20" x2="170" y2="230" stroke="black" stroke-width="1"/>
- <line x1="220" y1="20" x2="220" y2="230" stroke="black" stroke-width="1"/>
- <line x1="270" y1="20" x2="270" y2="230" stroke="black" stroke-width="1"/>
- <line x1="320" y1="20" x2="320" y2="230" stroke="black" stroke-width="1"/>
- <line x1="370" y1="20" x2="370" y2="230" stroke="black" stroke-width="1"/>
- <line x1="420" y1="20" x2="420" y2="230" stroke="black" stroke-width="1"/>
- <line x1="470" y1="20" x2="470" y2="230" stroke="black" stroke-width="1"/>
- <line x1="520" y1="20" x2="520" y2="230" stroke="black" stroke-width="1"/>
- <!-- 绘制表头文字 -->
- <text x="70" y="40" font-size="12" text-anchor="middle">身高/cm 体重/斤</text>
- <text x="145" y="40" font-size="12" text-anchor="middle">90以下</text>
- <text x="195" y="40" font-size="12" text-anchor="middle">90-98</text>
- <text x="245" y="40" font-size="12" text-anchor="middle">98-106</text>
- <text x="295" y="40" font-size="12" text-anchor="middle">106-114</text>
- <text x="345" y="40" font-size="12" text-anchor="middle">114-122</text>
- <text x="395" y="40" font-size="12" text-anchor="middle">122-130</text>
- <text x="445" y="40" font-size="12" text-anchor="middle">130-140</text>
- <text x="495" y="40" font-size="12" text-anchor="middle">140-160</text>
- <text x="545" y="40" font-size="12" text-anchor="middle">160以上</text>
- <!-- 绘制身高行文字 -->
- <text x="80" y="70" font-size="12" text-anchor="end">150-155</text>
- <text x="80" y="100" font-size="12" text-anchor="end">155-160</text>
- <text x="80" y="130" font-size="12" text-anchor="end">160-165</text>
- <text x="80" y="160" font-size="12" text-anchor="end">165-170</text>
- <text x="80" y="190" font-size="12" text-anchor="end">170-175</text>
- <text x="80" y="220" font-size="12" text-anchor="end">175以上</text>
- <!-- 绘制数据单元格内容 第一行-->
- <text x="140" y="70" font-size="12" text-anchor="middle">XXS</text>
- <text x="190" y="70" font-size="12" text-anchor="middle">XS</text>
- <text x="240" y="70" font-size="12" text-anchor="middle">S</text>
- <text x="290" y="70" font-size="12" text-anchor="middle">S-M</text>
- <text x="340" y="70" font-size="12" text-anchor="middle">M</text>
- <text x="390" y="70" font-size="12" text-anchor="middle">M-L</text>
- <text x="440" y="70" font-size="12" text-anchor="middle">L</text>
- <text x="490" y="70" font-size="12" text-anchor="middle">XL</text>
- <text x="540" y="70" font-size="12" text-anchor="middle">/</text>
- <!-- 绘制数据单元格内容 第二行-->
- <text x="140" y="100" font-size="12" text-anchor="middle">XXS</text>
- <text x="190" y="100" font-size="12" text-anchor="middle">XS</text>
- <text x="240" y="100" font-size="12" text-anchor="middle">S</text>
- <text x="290" y="100" font-size="12" text-anchor="middle">S-M</text>
- <text x="340" y="100" font-size="12" text-anchor="middle">M</text>
- <text x="390" y="100" font-size="12" text-anchor="middle">M-L</text>
- <text x="440" y="100" font-size="12" text-anchor="middle">L</text>
- <text x="490" y="100" font-size="12" text-anchor="middle">XL</text>
- <text x="540" y="100" font-size="12" text-anchor="middle">/</text>
- <!-- 绘制数据单元格内容 第三行-->
- <text x="140" y="130" font-size="12" text-anchor="middle">XXS</text>
- <text x="190" y="130" font-size="12" text-anchor="middle">XS</text>
- <text x="240" y="130" font-size="12" text-anchor="middle">XS-S</text>
- <text x="290" y="130" font-size="12" text-anchor="middle">S</text>
- <text x="340" y="130" font-size="12" text-anchor="middle">M</text>
- <text x="390" y="130" font-size="12" text-anchor="middle">M-L</text>
- <text x="440" y="130" font-size="12" text-anchor="middle">L</text>
- <text x="490" y="130" font-size="12" text-anchor="middle">XL</text>
- <text x="540" y="130" font-size="12" text-anchor="middle">XXL</text>
- <!-- 绘制数据单元格内容 第四行-->
- <text x="140" y="160" font-size="12" text-anchor="middle">XXS</text>
- <text x="190" y="160" font-size="12" text-anchor="middle">XS</text>
- <text x="240" y="160" font-size="12" text-anchor="middle">XS-S</text>
- <text x="290" y="160" font-size="12" text-anchor="middle">S</text>
- <text x="340" y="160" font-size="12" text-anchor="middle">M</text>
- <text x="390" y="160" font-size="12" text-anchor="middle">M</text>
- <text x="440" y="160" font-size="12" text-anchor="middle">L</text>
- <text x="490" y="160" font-size="12" text-anchor="middle">L-XL</text>
- <text x="545" y="160" font-size="12" text-anchor="middle">XL-XXL</text>
- <!-- 绘制数据单元格内容 第五行-->
- <text x="140" y="190" font-size="12" text-anchor="middle">XXS</text>
- <text x="190" y="190" font-size="12" text-anchor="middle">XXS</text>
- <text x="240" y="190" font-size="12" text-anchor="middle">XS</text>
- <text x="290" y="190" font-size="12" text-anchor="middle">S</text>
- <text x="340" y="190" font-size="12" text-anchor="middle">S-M</text>
- <text x="390" y="190" font-size="12" text-anchor="middle">M</text>
- <text x="440" y="190" font-size="12" text-anchor="middle">M-L</text>
- <text x="490" y="190" font-size="12" text-anchor="middle">L</text>
- <text x="540" y="190" font-size="12" text-anchor="middle">L-XL</text>
- <!-- 绘制数据单元格内容 第六行-->
- <text x="140" y="220" font-size="12" text-anchor="middle">/</text>
- <text x="190" y="220" font-size="12" text-anchor="middle">/</text>
- <text x="240" y="220" font-size="12" text-anchor="middle">/</text>
- <text x="290" y="220" font-size="12" text-anchor="middle">S</text>
- <text x="340" y="220" font-size="12" text-anchor="middle">S-M</text>
- <text x="390" y="220" font-size="12" text-anchor="middle">M</text>
- <text x="440" y="220" font-size="12" text-anchor="middle">M-L</text>
- <text x="490" y="220" font-size="12" text-anchor="middle">L</text>
- <text x="540" y="220" font-size="12" text-anchor="middle">L-XL</text>
- <!-- 绘制备注 -->
- <text x="20" y="250" font-size="10">注:因个人身形差异,可根据穿着习惯选择尺码,以上建议尺码仅供参考。</text>
- </svg>
|