webkit webApp中的link
- <link rel=”apple-touch-startup-image” href=”startup.png” /> // 设置开始页面图片
- <link rel=”apple-touch-icon” href=”iphon_tetris_icon.png”/> // 在设置书签的时候可以显示好看的图标
- <link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css"> // 肖像模式样式
- <link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css" // 风景模式样式
-
- //竖屏时使用的样式
- <style media="all and (orientation:portrait)" type="text/css">
- #landscape { display: none; }
- </style>
-
- //横屏时使用的样式
- <style media="all and (orientation:landscape)" type="text/css">
- #portrait { display: none; }
- </style>
学透前端行业所有技术,玩遍北京周边所有城市。然后我会回到那个生我养我的地方,因为有亲人的地方才是家。