This site使用包含媒体查询的样式表http://staging.taxrusaccounting.com.au/wp-content/themes/bones-new/library/css/style.css
:
@media only screen and (min-width: 768px) {
.nav li {
float: left;
position: relative;
}
}
但是,当视口宽度超过768像素时,Chrome Inspector中不存在.nav li
规则。
帮助表示赞赏。
答案 0 :(得分:1)
发现错字
@media screen and (max-width: 600px} {
应该是:
@media screen and (max-width: 600px) {