1.媒体查询

  1. @media (max-width:768px){
  2. }
  3. @media (min-width:768px) and (max-width:992px){
  4. }
  5. @media (min-width:992px){
  6. }