Skip to content

Instantly share code, notes, and snippets.

@hzlzh
Created December 15, 2014 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hzlzh/760f7d2314ca985d0294 to your computer and use it in GitHub Desktop.
Save hzlzh/760f7d2314ca985d0294 to your computer and use it in GitHub Desktop.
<script>
Bigger(); // 默认给 <body> 元素添加适配样式
Bigger('xxx'); // 给 <div class="xxx"> 元素添加适配样式(320px 设计宽度)
Bigger('yyy',400); // 给 <div class="yyy"> 元素添加适配样式(400px 设计宽度)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment