12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <svg width="540" height="240" xmlns="http://www.w3.org/2000/svg" style="background-color:white;">
- <rect x="20" y="20" width="500" height="180" fill="none" 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以上</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以上</text>
- <text x="140" y="70" font-size="12" text-anchor="middle">25</text>
- <text x="190" y="70" font-size="12" text-anchor="middle">26</text>
- <text x="240" y="70" font-size="12" text-anchor="middle">27</text>
- <text x="290" y="70" font-size="12" text-anchor="middle">27-28</text>
- <text x="340" y="70" font-size="12" text-anchor="middle">28</text>
- <text x="390" y="70" font-size="12" text-anchor="middle">29-30</text>
- <text x="440" y="70" font-size="12" text-anchor="middle">30</text>
- <text x="490" y="70" font-size="12" text-anchor="middle">31</text>
- <text x="140" y="100" font-size="12" text-anchor="middle">25</text>
- <text x="190" y="100" font-size="12" text-anchor="middle">26</text>
- <text x="240" y="100" font-size="12" text-anchor="middle">27</text>
- <text x="290" y="100" font-size="12" text-anchor="middle">27-28</text>
- <text x="340" y="100" font-size="12" text-anchor="middle">28</text>
- <text x="390" y="100" font-size="12" text-anchor="middle">29</text>
- <text x="440" y="100" font-size="12" text-anchor="middle">30</text>
- <text x="490" y="100" font-size="12" text-anchor="middle">31</text>
- <text x="140" y="130" font-size="12" text-anchor="middle">25</text>
- <text x="190" y="130" font-size="12" text-anchor="middle">26</text>
- <text x="240" y="130" font-size="12" text-anchor="middle">26-27</text>
- <text x="290" y="130" font-size="12" text-anchor="middle">27</text>
- <text x="340" y="130" font-size="12" text-anchor="middle">28</text>
- <text x="390" y="130" font-size="12" text-anchor="middle">29</text>
- <text x="440" y="130" font-size="12" text-anchor="middle">29-30</text>
- <text x="490" y="130" font-size="12" text-anchor="middle">30-31</text>
- <text x="140" y="160" font-size="12" text-anchor="middle">25</text>
- <text x="190" y="160" font-size="12" text-anchor="middle">26</text>
- <text x="240" y="160" font-size="12" text-anchor="middle">26-27</text>
- <text x="290" y="160" font-size="12" text-anchor="middle">27</text>
- <text x="340" y="160" font-size="12" text-anchor="middle">28</text>
- <text x="390" y="160" font-size="12" text-anchor="middle">28</text>
- <text x="440" y="160" font-size="12" text-anchor="middle">29-30</text>
- <text x="490" y="160" font-size="12" text-anchor="middle">30-31</text>
- <text x="140" y="190" font-size="12" text-anchor="middle">25</text>
- <text x="190" y="190" font-size="12" text-anchor="middle">26</text>
- <text x="240" y="190" font-size="12" text-anchor="middle">26</text>
- <text x="290" y="190" font-size="12" text-anchor="middle">27</text>
- <text x="340" y="190" font-size="12" text-anchor="middle">27-28</text>
- <text x="390" y="190" font-size="12" text-anchor="middle">28</text>
- <text x="440" y="190" font-size="12" text-anchor="middle">29</text>
- <text x="490" y="190" font-size="12" text-anchor="middle">30</text>
- <!-- 备注 -->
- <text x="20" y="220" font-size="10">注:因个人身形差异,可根据穿着习惯选择尺码,以上建议尺码仅供参考。</text>
- </svg>
|