This commit is contained in:
2023-05-25 17:05:49 +08:00
parent 351a1e2c65
commit 40fa4484ce
7 changed files with 94 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
/** 10.4寸屏4:3的1366*768 */
// apt设备尺寸分辨率1024*768
// apt设备尺寸分辨率1024*768 现在新设备1920*1080
(function (doc, win) {
var docEl = doc.documentElement
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'