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.
我正在用Eclipse工具开发移动网站(没有使用插件)。它必须支持android ,* blackberry *, ios ,* windows * 手机。我有五个 html 文件。我是否需要CSS为每个设备和每个html文件提供单独的文件。CSS哪种添加文件的乐观方法?
CSS
并且所有 4 个平台都会接受相同的代码集,还是我需要为不同的设备提供任何特定的代码/功能?
要使用什么height指定格式(即,,,px)em,%以便网页可以调整到不同的手机屏幕尺寸?
height
px
em
%
不同样式表的原因是什么?如果您使用具有良好断点的媒体查询,您应该使用一个样式表就可以了。
使用的最佳单位是 em 和 %。