CSS手機橫向字體不放大

  1. <style type="text/css">
  2. body {
    -webkit-text-size-adjust:100%;/*手機橫向不放大*/
    overflow-x:hidden;
    }
  3. </style>

留言