标签: css css3 media-queries
我尝试设置:
@media only screen and max-width320px{footer{text-align:left;}section,body{width:300px;}}
但不行,我做坏事?
答案 0 :(得分:1)
@media only screen and (max-width:320px){...}