我正在使用引导程序,并且遇到了一个问题,我必须将样式硬编码到页面中才能使 div 正确运行。当我在外部创建选择器时,即使使用 html 和正文选择器也不会响应。
我的移动查看代码覆盖
@media (max-width: 480px) {
html body.index { padding-bottom: 0px; color: #000; background-img: none; }
html body object { display: none; }
body div.fuller { display: none; }
footer { display: none; }
body .melt { margin: 0px; padding: 0px; border: solid 5px #000; }
iframe { margin-left: 0px; width: 560px; }
html body .retro { width: 480px; margin: 0px; overflow: hidden; }
}
我创建了一些媒体覆盖,但其中一个由于内联样式而无法正常工作。当我将它添加到我的 .css 文件时为什么它不起作用的任何想法?另外,这是你们为移动设备编写代码的方式吗?这对我来说是新的,我愿意接受任何和所有解决它的方法。
欢迎任何建议。
http://galnova.com是我的网站