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.

20 lines
1.0 KiB

  1. !  function (n)  {            
  2. var  e  =  n.document,
  3.                 t  =  e.documentElement,
  4.                 i  =  750,
  5.                 d  =  i  /  100,
  6.                 o  =  "orientationchange"  in  n  ?  "orientationchange"  :  "resize",
  7.                 a  =   function ()  {                    
  8. var  n  =  t.clientWidth  ||  320;                    
  9. n  >  720  &&  (n  =  720),                         t.style.fontSize  =  n  /  d  +  "px"                
  10. };            
  11. e.addEventListener  &&  (n.addEventListener(o,  a,  !1),                 e.addEventListener("DOMContentLoaded",  a,  !1))        
  12. $('.lineIcon').click(function() {
  13. console.log('111')
  14. $('.close').css('display', 'block');
  15. $('.line').css('display', 'block');
  16. })
  17. }(window);