portal html css js resource

login-first.html 2.7KB

    <!DOCTYPE html> <html> <head> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>科袖网-搭建企业与专家的桥梁</title> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" media="screen" /> <link rel="stylesheet" href="css/reset.css" /> <link type="text/css" href="css/login.css" rel="stylesheet"> <script type="text/javascript" src="js/jquery-1.11.1.js"></script> <style type="text/css"> #header{ width:100%; height:50%; background:#E28D30; } #footer{ width:100%; height:50%; background:#E8E8E8;} </style> </head> <body> <div class="coverbox"> <!--首次登录!--> <div class="login-first" id="Suspensionbox"> <div class="login-title"> </div> <div class="logos"> <a href="index.html"><img src="images/logo.png"></a> </div> <div class="welcome">欢迎<span class="professor" id="name">XXX教授</span>登入科袖网!<br>请您设置密码,方便以后登录。</div> <div class="password-input"> <form name="f1" action="information-browse.html" method="post"> <div class="frmbox"> <div class="password"><span class="lable">设置密码</span><input type="password" style="width:80%;" class="inputtxt psd" id="password" onBlur="valPassword()"></div> <div class="msg msg-left msg1" ><span></span></div> <div class="password"><span class="lable">确认密码</span><input type="password" style="width:80%;" class="inputtxt psd" id="password2" onBlur="valPassword2()"></div> <div class="msg msg-left msg2" ><span></span></div> <input type="button" value="保存并登录" class="inputtxt submitBtn" style="width: 95%;" onClick="savePassword()"> <div class="msg msg3" ><span></span></div> <!-- <div class="forget">不是本人?<div class="prompt"><span class="triangleR"></span><span class="prompt-con">请拨打免费电话<br><span class="tel">400-xxx-xxxx</span><br>重新获取邀请码</span></div></div> --> </div> </form> </div> </div> </div> <div id="header"></div> <div id="footer"></div> <script type="text/javascript" src="/js/jquery.cookie.js"></script> <script type="text/javascript" src="js/common.js"></script> <script type="text/javascript" src="js/jquery.similar.msgbox.js"></script> <script type="text/javascript"src="js/login-first.js"></script> </body> </html>