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
    
  
  
    
  | ; | |
| (function(win) { | |
| var doc = win.document; | |
| var docEl = doc.documentElement; | |
| var tid; | |
| function refreshRem() { | |
| var width = docEl.getBoundingClientRect().width; | |
| if (width > 540) { // 最大宽度 | |
| width = 540; | 
OlderNewer