|
@@ -134,11 +134,15 @@
|
|
|
#wx-download>img {
|
|
|
width: 100vw;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <div class="#app">
|
|
|
+ <div id="app">
|
|
|
+
|
|
|
+
|
|
|
<div id="wx-download">
|
|
|
<img src="./assets/wx_download.png">
|
|
|
</div>
|
|
@@ -146,7 +150,6 @@
|
|
|
<img class="icon1" src="https://t1-1305573081.file.myqcloud.com/test/adown/icon1.png">
|
|
|
<img class="icon2" src="https://t1-1305573081.file.myqcloud.com/test/adown/icon2.png">
|
|
|
<img class="logo1" src="https://t1-1305573081.file.myqcloud.com/test/adown/logo2.png">
|
|
|
-
|
|
|
<img class="logo2" src="https://t1-1305573081.file.myqcloud.com/test/adown/logo3.png">
|
|
|
<a href="./password1.html"> <img class="password1"
|
|
|
src="https://t1-1305573081.file.myqcloud.com/test/adown/student_password.png"></a>
|
|
@@ -249,7 +252,7 @@
|
|
|
else {
|
|
|
document.getElementById('wx-download').style = 'display:block'
|
|
|
document.getElementById('wx-download').onclick = function (e) {
|
|
|
-
|
|
|
+
|
|
|
document.getElementById('wx-download').style = 'display:none'
|
|
|
|
|
|
}
|