天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
306B

  1. .charDom {
  2. position: relative;
  3. //屏幕大于750 或者小于1440
  4. @media screen and (max-width: 1920px) and (min-width: 750px){
  5. height: 100px;
  6. width: 100%;
  7. }
  8. @media screen and (max-width: 750px) and (min-width: 200px){
  9. height: 300px;
  10. width: 100%;
  11. }
  12. }