纽威
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.

30 lines
342 B

1 year ago
  1.  $(window).load(function(){
  2. $(".loading").fadeOut()
  3. })
  4. /****/
  5. /****/
  6. $(document).ready(function(){
  7. var whei=$(window).width()
  8. $("html").css({fontSize:whei/20})
  9. $(window).resize(function(){
  10. var whei=$(window).width()
  11. $("html").css({fontSize:whei/20})
  12. });
  13. });
  14. $(function () {
  15. })