Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个移动网站,纵向导航栏的大小很好,顶部和底部有 15px 的填充,但是当我切换到横向模式时,它几乎占据了屏幕的一半。
解决此问题的最佳方法是什么,使其更小?
一个单独的样式表还是有一个我不知道的技巧?
响应式设计
我认为这会很有用:D
我将它用于我的客户移动网站及其正确的工作:
<link rel="stylesheet" media="all and (orientation:portrait)" href="[css_file]"> <link rel="stylesheet" media="all and (orientation:landscape)" href="[css_file]">
css文件可以相同