first commit

This commit is contained in:
mshe 2026-03-29 00:16:24 +08:00
commit 028eafa118
6 changed files with 48 additions and 0 deletions

BIN
images/enter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
images/grass.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

BIN
images/login_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
images/password.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
images/user.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

48
index.html Normal file
View File

@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>简单传统的网站登录页面html源码模板 - </title>
<style>
*{padding:0px;margin:0px}
body{font-family:Arial,Helvetica,sans-serif;background:url(images/grass.jpg);font-size:13px}
img{border:0}
.lg{width:468px;height:468px;margin:100px auto;background:url(images/login_bg.png) no-repeat}
.lg_top{height:200px;width:468px}
.lg_main{width:400px;height:180px;margin:0 25px}
.lg_m_1{width:290px;height:100px;padding:60px 55px 20px 55px}
.ur{height:37px;border:0;color:#666;width:236px;margin:4px 28px;background:url(images/user.png) no-repeat;padding-left:10px;font-size:16pt;font-family:Arial,Helvetica,sans-serif}
.pw{height:37px;border:0;color:#666;width:236px;margin:4px 28px;background:url(images/password.png) no-repeat;padding-left:10px;font-size:16pt;font-family:Arial,Helvetica,sans-serif}
.bn{width:330px;height:72px;background:url(images/enter.png) no-repeat;border:0;display:block;font-size:18px;color:#FFF;font-family:Arial,Helvetica,sans-serif;font-weight:bolder}
.lg_foot{height:80px;width:330px;padding:6px 68px 0 68px}
</style>
</head>
<body class="b">
<div class="lg">
<form action="#" method="POST">
<div class="lg_top"></div>
<div class="lg_main">
<div class="lg_m_1">
<input name="username" value="username" class="ur" />
<input name="password" type="password" value="password" class="pw" />
</div>
</div>
<div class="lg_foot">
<input type="submit" value="Login In" class="bn" /></div>
</form>
</div>
<div style="text-align:center;">
<p>来源:<a href="http://XXXcom/" target="_blank">XXX</a></p>
</div>
<style>
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
</style>
<div class="copyrights" id="links20210126">
Collect from <a href="http://www.cssmoban.com/" title="网站模板">模板之家</a>
<a href="http://cooco.net.cn/" title="组卷网">组卷网</a>
</div>
</body>
</html>