|
@@ -34,8 +34,7 @@
|
|
|
|
|
|
.bgImg {
|
|
.bgImg {
|
|
width: 456Px;
|
|
width: 456Px;
|
|
- z-index: 100;
|
|
|
|
- display: block;
|
|
|
|
|
|
+ height: 522Px;
|
|
}
|
|
}
|
|
|
|
|
|
.btnImg {
|
|
.btnImg {
|
|
@@ -91,12 +90,6 @@
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
-</head>
|
|
|
|
-
|
|
|
|
-<!-- 按钮 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png -->
|
|
|
|
-<!-- 背景 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png -->
|
|
|
|
-
|
|
|
|
-<body class="myBody">
|
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
function gotoLinlk() {
|
|
function gotoLinlk() {
|
|
console.log('点击')
|
|
console.log('点击')
|
|
@@ -187,7 +180,7 @@
|
|
document.writeln(" <div class='textWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
document.writeln(" <div class='textWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
document.execCommand("Stop");
|
|
document.execCommand("Stop");
|
|
} else {
|
|
} else {
|
|
- document.writeln(" <img src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png' class='bgImg' alt=''><img src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png' onclick='gotoLinlk()' class='btnImg' alt=''>");
|
|
|
|
|
|
+ document.writeln(" <div class='imgWrap'><img onabort='this.src=this.src' src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png' class='bgImg' alt=''><img src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png' onabort='this.src=this.src' onclick='gotoLinlk()' class='btnImg' alt=''></div>");
|
|
document.execCommand("Stop");
|
|
document.execCommand("Stop");
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -204,6 +197,13 @@
|
|
|
|
|
|
})(window);
|
|
})(window);
|
|
</script>
|
|
</script>
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<!-- 按钮 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png -->
|
|
|
|
+<!-- 背景 https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png -->
|
|
|
|
+
|
|
|
|
+<body class="myBody">
|
|
|
|
+
|
|
<div id="app"></div>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|