Created
December 15, 2014 03:27
-
-
Save hzlzh/760f7d2314ca985d0294 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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