web iframe结构实现

This commit is contained in:
2025-12-13 14:13:31 +08:00
parent e002f0d989
commit 1776aa2d1e
53 changed files with 3280 additions and 275 deletions

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="50" fill="#ffe4c4"/>
<circle cx="50" cy="38" r="18" fill="#ffd1a1"/>
<ellipse cx="50" cy="75" rx="28" ry="20" fill="#ff6b6b"/>
<circle cx="38" cy="35" r="3" fill="#333"/>
<circle cx="62" cy="35" r="3" fill="#333"/>
<path d="M42 48 Q50 55 58 48" stroke="#333" stroke-width="2" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 399 B