代码拉取完成,页面将自动刷新
同步操作将从 有枫来了/铁塔监测系统 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>登录</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body style=" background: url(images/login-background.jpg) no-repeat center center fixed; background-size: 100%;">
<div style="height:50px;width: 200px;margin-left:63%;margin-top: 6%;">
<h3 style="color: #FFFFFF;">铁塔监测系统</h3>
</div>
<div class="modal-dialog" style="margin-top: 2px;margin-left: 57%; border-color: #0000FF;">
<div class="modal-content col-md-7" style="border: 4px solid #F0F0F0;">
<div class="modal-header">
<h4 class="modal-title text-center">登录</h4>
</div>
<form class="form-horizontal">
<div class="modal-body" id = "model-body">
<div class="form-group">
<input style="width: 280px;margin-left: 16px;" id="phone" type="text" class="form-control"placeholder="手机号登录" autocomplete="off">
</div>
<div id="passworDiv" class="form-group">
<div class="container">
<div class="row" style="border: 0px;">
<div class="col-lg-2" style="border: #000000 solid 0px; margin-left: 0px;">
<input style="width: 280px;margin-left: 0px;" type="password" class="form-control left" placeholder="密码" autocomplete="new-password">
</div>
</div>
</div>
</div>
<div id="messageDiv" class="form-group" hidden>
<div class="container">
<div class="row" style="border: 0px;">
<div class="col-lg-2" style="border: #000000 solid 0px; margin-left: 0px;">
<input style="margin-left: 0px;" type="text" class="form-control left" placeholder="验证码" autocomplete="new-password">
</div>
<div class="col-lg-2">
<button type="button" style="width:85px;height:30px" class="btn-sm btn-primary form-control">获取验证码</button>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="form-group">
<button type="button" class="btn btn-primary form-control" onclick="window.location.href='main.html';">登录</button>
</div>
<button id="changeButton" type="button" style="background-color: white;color: rgb(40, 96, 144);border-style :none;">验证码登录</button>
</div>
</form>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$("#changeButton").click(function(){
if($("#changeButton").text()=="验证码登录"){
$("#passworDiv").hide()
$("#messageDiv").show()
$("#changeButton").text("密码登录")
}else if($("#changeButton").text()=="密码登录"){
$("#messageDiv").hide()
$("#passworDiv").show()
$("#changeButton").text("验证码登录")
}
})
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。