css3 @media

@media (max-width: 768px){
}
当max-width 不超过768px时候调用该类

你可能感兴趣的:(css3 @media)