Lines Matching refs:max
30 @media (max-height: 800) { … } :范围查询,CSS level 3 写法
48 @import '../common/style.css' screen and (min-width: 600) and (max-width: 1200);
67 …来。<br/>例如:screen and (device-type: wearable) and (max-height: 600)&n…
68 …<br/>例如:not screen and (min-height: 50) and (max-height: 600)&n…
71 | or | 将多个媒体特征以“或”的方式连接成一个媒体查询,如果存在结果为true的媒体特征,则查询条件成立。<br/>例如:screen and (max-hei…
73 在MediaQuery Level 4中引入了范围查询,使其能够使用max-,min-的同时,也支持了<=,>=,<,>操作符。
91 | max-height | 应用页面显示区域的最大高度。 |
94 | max-width | 应用页面显示区域的最大宽度。 |
97 | max-resolution | 设备的最大分辨率。 |
101 | max-aspect-ratio | 应用页面显示区域的宽度与高度的最大比值。 |
104 | max-device-height | 设备的最大高度。 |
107 | max-device-width | 设备的最大宽度。 |