width - CSS(层叠样式表) 编辑
The width CSS descriptor is shorthand for setting both the min-width
and the max-width
descriptors of the viewport. By providing one viewport length value, that value will determine both the min-width
and the max-width
to the value provided.
If two viewport values are provided the first value will be set to the min-width
and the second value will be set max-width
.
Syntax
/* An example with one viewport value: */
@viewport {
width: 320px;
}
/* An example with two viewport values: */
@viewport {
width: 320px, 120px;
}
Values
auto
- The used value is calculated from the other CSS descriptors' values.
<length>
- A non-negative absolute or relative length.
<percentage>
- A percentage value relative to the width or height of the initial viewport at zoom factor 1.0, for horizontal and vertical lengths respectively. Must be non-negative.
Formal syntax
auto | <length> | <percentage>
Specifications
Specification | Status | Comment |
---|---|---|
CSS Device Adaptation "min-width" descriptor | Working Draft | Initial definition |
Browser compatibility
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 29 (behind a flag) | 未实现 | 10 -ms | 11.10 Removed in 15 Reintroduced behind a flag in 16 | 未实现 |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | ||
---|---|---|---|---|---|---|---|---|
Basic support |
|
| 未实现 | 10-ms | 11.10 Removed in 15 Reintroduced behind a flag in 16 | 未实现 |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论