You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.1 KiB
46 lines
2.1 KiB
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>登录</title>
|
|
<script src="../artDialog.source.js?skin=default"></script>
|
|
<script src="../plugins/iframeTools.source.js"></script>
|
|
<style>
|
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
|
|
fieldset, img { border: 0; }
|
|
img { display:inline-block; }
|
|
:focus { outline: 0; }
|
|
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
|
|
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
|
|
abbr, acronym { border: 0; font-variant: normal; }
|
|
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
|
|
code, kbd, samp, tt { font-size:100%; }
|
|
input, button, textarea, select { *font-size: 100%;
|
|
}
|
|
ol, ul { list-style: none outside none; }
|
|
table { border-collapse: collapse; border-spacing: 0; }
|
|
caption, th { text-align: left; }
|
|
sup, sub { font-size: 100%; vertical-align: baseline; }
|
|
:link, :visited, ins { text-decoration: none; }
|
|
blockquote, q { quotes: none; }
|
|
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
|
|
/**/
|
|
html, body { border:none 0; }
|
|
body { font-size:75%; color:#666; font-family:'Microsoft Yahei', Tahoma, Arial!important; font-family:'宋体', Tahoma, Arial; text-align:center; }
|
|
a { color:#214FA3; }
|
|
a:hover { text-decoration:underline; }
|
|
#login-form { padding-top:30px; }
|
|
#login-form p { padding:5px; }
|
|
#login-form input { width:15em; padding:4px; border:1px solid #CCC; }
|
|
#login-form input:focus { border-color:#426DC9; }
|
|
#login-form .login-form-error { background:#FFFBFC; border-color:#F00 !important; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<form id="login-form" action="../index.html?login" method="post" target="_top">
|
|
<p><label>帐号:<input id="login-form-username" name="username" type="text"></label></p>
|
|
<p><label>密码:<input id="login-form-password" name="password" type="password"></label></p>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|