使用环境
OS:Win7(及以上)
Browser:IE11
IE11下载地址:https://pan.baidu.com/s/1wMrOzOBC1kjJy6XJoWCPEg
请发布在服务下使用:tomcat、nginx等。
字体(华文系列字体包)下载:https://pan.baidu.com/s/1nM9fA4x6M1ublonuPCrO8w 密码:ohpu
目前使用字体:华文细黑
适应分辨率
已适配:1024768|12801024(最佳使用分辨率)
PS:1280800|10801080正在开发中。
现有版本
[2019-09-25 Ver:2.1.5]
12801024 预览地址:http://www.ggzzrj.cn:8080/ued/preview/term/1280_1024
1024768 预览地址:http://www.ggzzrj.cn:8080/ued/preview/term/1024_768
引用
//Step1:index.html的head中新增<meta>
<meta http-equiv="x-ua-compatible" content="IE=10">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no,user-scalable=no">
//Step2:inde.html的head中新增js文件
<script src="./h5/config.js"></script>
前端内容结构
├────── h5 # 主文件夹 #
├── css # 打包后样式库 #
├── btnCfg.json # 主页面菜单按钮布局配置(可自己DIY) #
├── img # 图片资源 #
├── js # 打包后JS库 #
├── media # 多媒体资源 #
├── sound # 音频资源 #
├── gif # 动画资源 #
├── txt # 文本文件资源 #
├── config.js # 提供应用载入的核心库 #
├── manifest.js # 打包清单 #
└── mock.js # 模拟测试数据 #