|
@@ -46,16 +46,17 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
- /* .imgWrap {
|
|
|
+ .imgWrap {
|
|
|
width: 456px;
|
|
|
position: absolute;
|
|
|
top: 141px;
|
|
|
left: 50%;
|
|
|
margin-left: -288px;
|
|
|
- } */
|
|
|
+ }
|
|
|
|
|
|
- .imgWrap {
|
|
|
- /* margin-top: 300px; */
|
|
|
+ /* margin-top: 300px; */
|
|
|
+ .textWrap {
|
|
|
+ margin-top: 300px;
|
|
|
text-align: center;
|
|
|
width: 456px;
|
|
|
position: absolute;
|
|
@@ -176,18 +177,18 @@
|
|
|
// document.writeln("<div class='imgWrap'><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' class='btnImg' alt=''></div>");
|
|
|
|
|
|
|
|
|
- if (IEVersion() < 9) {
|
|
|
- document.writeln(" <div class='imgWrap'><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' class='btnImg' alt=''></div>");
|
|
|
- alert('1111')
|
|
|
+ if (IEVersion() < 9 && IEVersion() != -1) {
|
|
|
+
|
|
|
+ document.writeln(" <div class='textWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
+ document.execCommand("Stop");
|
|
|
} else {
|
|
|
- document.writeln(" <div class='imgWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
+ document.writeln(" <div class='imgWrap'><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=''></div>");
|
|
|
document.execCommand("Stop");
|
|
|
}
|
|
|
} else {
|
|
|
- console.log(getChromeVersion(), 'getChromeVersion')
|
|
|
if (getChromeVersion() < 90) {
|
|
|
|
|
|
- document.writeln(" <div class='imgWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
+ document.writeln(" <div class='imgWrap'><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=''></div>");
|
|
|
document.execCommand("Stop");
|
|
|
window.stop()
|
|
|
console.log('Stop')
|