no commit message

This commit is contained in:
雨中磐石
2024-08-01 11:03:39 +08:00
parent c75c1e7251
commit 79a1a21195
2 changed files with 17 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
<div align="center" style="text-align:center;padding-top:15px"><input class="webbtn" onclick="nextabc()" disabled id="zhidbtns" value="我知道了" style="border-radius:5px" type="button"> &nbsp;<a target="_blank" href="<?=URLY?>view_anzz.html" class="blue" ></a></div>
</div>
<div id="step2" style="display:none">
<form name="myform">
<form name="myform" autocomplete="off">
<table width="100%">
<tr><td colspan="2" height="40" align="center"><font color=#888888>数据库采用是<font color=red>mysql</font>,请先配置好本地</font></td></tr>
@@ -145,7 +145,7 @@ function restimes(sj){
o.disabled=true;
setTimeout('restimes('+(sj-1)+')',1000);
}
restimes(10);
restimes(3);
</script>
</body>