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