前端 - @media query 使用出现的问题?
阿神
阿神 2017-04-17 11:27:38
0
2
734

不管把浏览器缩到多小,浏览器只使用@media screen and (max-width: 520px)设置的属性?

死活不进入@media screen and (max-width: 360px)
@media screen and (max-width: 320px),
不知怎么回事?
自己写的media在这https://jsfiddle.net/bxuj0zap/

阿神
阿神

闭关修行中......

reply all(2)
黄舟

Because you wrote 520px at the end, this query condition will be satisfied no matter what. Just put the condition with the larger value in the front. The min-width order is reversed.

小葫芦

Upstairs, if you put the 360 ​​one first, would it look like this too? ? ?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template