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.
135 lines
4.0 KiB
135 lines
4.0 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"
|
|
/>
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<title></title>
|
|
<!-- S 模板里可通过 context 来获取到 umi 提供的变量 -->
|
|
<!-- <link rel="icon" type="image/x-icon" href="/favicon.png" /> -->
|
|
<!-- E 模板里可通过 context 来获取到 umi 提供的变量 -->
|
|
<!-- S DNS预解析 -->
|
|
<link rel="dns-prefetch" href="" />
|
|
<!-- E DNS预解析 -->
|
|
|
|
<!-- S 线上样式页面片,开发请直接取消注释引用 -->
|
|
<!-- #include virtual="" -->
|
|
<!-- E 线上样式页面片 -->
|
|
|
|
<!-- S 本地调试,根据开发模式选择调试方式,请开发删除 -->
|
|
<!-- <link rel="stylesheet" href="css/index.css"> -->
|
|
<!-- /本地调试方式 -->
|
|
|
|
<!-- <link rel="stylesheet" href="http://srcPath/index.css"> -->
|
|
<!-- /开发机调试方式 -->
|
|
<!-- E 本地调试 -->
|
|
<style>
|
|
html {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
font-size: 50px;
|
|
font-size: 13.33333333vw;
|
|
}
|
|
|
|
body {
|
|
/* iOS微信设置字体大小带来的布局异常 */
|
|
-webkit-text-size-adjust: 100% !important;
|
|
}
|
|
|
|
/* */
|
|
@media (min-width: 480px) {
|
|
html,
|
|
body {
|
|
max-width: 480px;
|
|
}
|
|
|
|
html {
|
|
font-size: 64px !important;
|
|
}
|
|
}
|
|
|
|
/* @media (min-width: 750px) {
|
|
|
|
html,
|
|
body {
|
|
max-width: 750px;
|
|
}
|
|
|
|
html {
|
|
font-size: 100px !important;
|
|
}
|
|
} */
|
|
</style>
|
|
<!-- <script src="/xgplayer.js" charset="utf-8"></script>
|
|
<script src="/xgplayer-hls.js" charset="utf-8"></script> -->
|
|
<!-- <script src="https://h5.mangguonews.com/cgh5/js/js/xgplayer.js" charset="utf-8"></script>
|
|
<script src="https://h5.mangguonews.com/cgh5/js/xgplayer-hls.js" charset="utf-8"></script> -->
|
|
<script src="https://as.alipayobjects.com/g/component/fastclick/1.0.6/fastclick.js"></script>
|
|
<script src="//res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
|
<script src="//static.jmlk.co/scripts/dist/jmlink.min.js"></script>
|
|
|
|
<script>
|
|
// 安卓微信中设置字体大小带来的异常
|
|
(function () {
|
|
if (
|
|
typeof WeixinJSBridge == "object" &&
|
|
typeof WeixinJSBridge.invoke == "function"
|
|
) {
|
|
handleFontSize();
|
|
} else {
|
|
if (document.addEventListener) {
|
|
document.addEventListener(
|
|
"WeixinJSBridgeReady",
|
|
handleFontSize,
|
|
false
|
|
);
|
|
} else if (document.attachEvent) {
|
|
document.attachEvent("WeixinJSBridgeReady", handleFontSize);
|
|
document.attachEvent("onWeixinJSBridgeReady", handleFontSize);
|
|
}
|
|
}
|
|
function handleFontSize() {
|
|
WeixinJSBridge.invoke("setFontSizeCallback", { fontSize: 0 });
|
|
WeixinJSBridge.on("menu:setfont", function () {
|
|
WeixinJSBridge.invoke("setFontSizeCallback", { fontSize: 0 });
|
|
});
|
|
}
|
|
})();
|
|
</script>
|
|
<script>
|
|
if ("addEventListener" in document) {
|
|
document.addEventListener(
|
|
"DOMContentLoaded",
|
|
function () {
|
|
// FastClick.attach(document.body);
|
|
},
|
|
false
|
|
);
|
|
}
|
|
if (!window.Promise) {
|
|
document.writeln(
|
|
'<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"' +
|
|
">" +
|
|
"<" +
|
|
"/" +
|
|
"script>"
|
|
);
|
|
}
|
|
</script>
|
|
<link rel="stylesheet" href="/umi.0d2a2f18.css" />
|
|
<script>
|
|
window.routerBase = "/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.5.21
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/umi.8b564aab.js"></script>
|
|
</body>
|
|
</html>
|
|
|