84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
大家好,我说下我的情况。ipad的像素是1024*768,我使用媒体查询@media only screen and (max-width:1024px) {css代码}为何在谷歌浏览器模拟后,css代码正确执行, 而在ipad设备上运行却无效?还是说有其他更好的方法能让一个页面在ipad上浏览的时候,就能适应ipad的宽度?谢谢!
认证0级讲师
查了一下,我的错误。应该使用min/max-device-width/height来解决。
加上这句就够了,不用max-device-width/height:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
查了一下,我的错误。应该使用min/max-device-width/height来解决。
加上这句就够了,不用max-device-width/height: