This commit is contained in:
2023-07-03 18:05:45 +08:00
parent 885a5c9797
commit c4670df8d5
11 changed files with 106 additions and 95 deletions

View File

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