初始版本

This commit is contained in:
2026-04-19 01:39:41 +08:00
commit 2b4d3e9880
1272 changed files with 389959 additions and 0 deletions

View File

@@ -0,0 +1,152 @@
.login{
padding-top: 0px;
margin:0 auto;
min-width: 320px;
background: url(../images/login_bg.png) no-repeat; filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
-moz-background-size:100% 100%;
background-size:100% 100%;
min-height:480px;
height:100%;
width:100%;
}
.login-title{
position: relative;
width:100%;
height:25%;
line-height: 80px;
text-align: center;
font-size: 1.7em;
font-family: "Microsoft YaHei";
color:#fff;
padding-top:10%;
}
.login-title i{
position: absolute;
top:130px;
left:50px;
width:230px;
height:20px;
line-height: 20px;
text-align: center;
font-size: 14px;
}
.login-bar{
position: relative;
width:100%;
height:30%;
}
.login-bar ul li{
width:80%;
height:25px;
margin: 30px 0 0 11%;
border-bottom:1px solid #fff;
}
.login-bar .text{
position: absolute;
margin-left:3%;
width:80%;
height:25px;
border:none;
background:none;
color:#fff;
}
.login-bar .psd{
position: absolute;
top:55px;
margin-left:3%;
width:80%;
height:25px;
border:none;
background:none;
color:#fff;
}
input:focus {
outline:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #fff;
}
.login-btn{
width:100%;
height:30%;
margin-top:80px;
}
.submit{
width:80%;
height:35px;
background:#f34541;
border:1px solid #f34541;
text-align: center;
margin-left:11%;
color:#fff;
font-family: "Microsoft YaHei";
font-size: 14px;
border-radius: 3px;
cursor: pointer;
}
.login-reg p{
width:70%;
height:35px;
line-height: 35px;
background:#989898;
border:1px solid #989898;
text-align: center;
margin:25px 0 0 11%;
color:#fff;
font-family: "Microsoft YaHei";
font-size: 14px;
border-radius: 3px;
display: block;
}