媒体
示例
html
<svg viewBox="0 0 240 220" xmlns="http://www.w3.org/2000/svg">
<style>
rect {
fill: black;
}
</style>
<style media="all and (min-width: 600px)">
rect {
fill: seagreen;
}
</style>
<text y="15">Resize the window to see the effect</text>
<rect y="20" width="200" height="200" />
</svg>
用法说明
规范
规范 |
---|
可缩放矢量图形 (SVG) 2 # StyleElementMediaAttribute |
浏览器兼容性
BCD 表格仅在浏览器中加载