*在320分辨率下*/
#home{
a{
.box();
-webkit-box-pack:center;
-webkit-box-align:center;
margin-top:10px;
img{
300px;
height:auto;
}
}
}
/*在680-900分辨率下 img宽度320px*/
@media screen and (min-680px) and (max-900px){
#home{
a{
50%;
float:left;
img{
320px;
}
}
}
}
/*在975分辨率下 img宽度325px*/
@media screen and (min-975px){
#home{
a{
33%;
float:left;
img{
325px;
}
}
}
}
:
@media screen and (min-680px) and (max-900px){
:
@media screen and (min-975px){
#home{