示例
html
<svg viewBox="0 0 240 220" xmlns="http://www.w3.org/2000/svg">
<style>
rect {
fill: black;
}
</style>
<style media="(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>
用法说明
值 |
<media-query-list>
|
---|---|
默认值 | all |
可动画的 | 否 |
<media-query-list>
-
此值包含一个媒体查询,样式表必须匹配此查询才能被应用。
如果未指定,样式表将无条件应用。
规范
规范 |
---|
Scalable Vector Graphics (SVG) 2 # StyleElementMediaAttribute |
浏览器兼容性
加载中…