login.css 2.8 KB
/* ====== 通用 ====== */
body { background: #fff; }
* { margin: 0px; padding: 0px; font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "\9ED1\4F53", "Lucida Grande", "Verdana", "Tahoma", "Lucida", "Arial", "Helvetica", "sans-serif"; font-size: 12px; }
p { text-indent: 0; text-align: justify; text-justify: inter-ideograph; line-height: 24px; }
a { text-decoration: none; }
ul li { float: left; list-style: none; }
/* == 圆角 == */
.Radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px }
/* ====== 登录 ====== */
.login_bg{background:#0146ab url(../images/bg_login.jpg) no-repeat center top;height: 563px;width:100%;}
.login { width:445px; height:330px; margin:154px auto 0;}
.login h3 { font-size:18px; font-weight:normal; line-height:56px; text-align:center; color:#fff; letter-spacing:1px;}
.login ul { margin:50px auto 30px; width:384px; height:auto; overflow:hidden;}
.login ul li { border:1px solid #D2D2D2; height:auto; overflow:hidden; width:100%; box-sizing:border-box; margin-bottom:15px;height:45px;}
.login ul li.user { background:url(../images/img_user.png) no-repeat 15px center ;  }
.login ul li.key { background:url(../images/img_key.png) no-repeat 15px center ; }
.login ul li input { border:none; height:25px; line-height:25px; margin: 10px 0 10px 60px; font-size:14px; color:#333; width:300px; 
border-left:1px solid #D2D2D2; text-indent:2em;}
.login a.btn_login { display:block; width:310px; height:50px; background:#29bcef; text-align:center; line-height:50px; color:#fff; font-size:14px; 
margin:0 auto;}

.links{ width:1000px; margin:0 auto; margin-top:170px;}
.links li{ float:left;}
.links li a{ width:100px; text-align:center; height:18px; display:block; float:left; color:#fff; text-decoration:none; border-right:1px solid #fff;}



/*底部样式*/
.footer {background: #0146ab;padding-top:40px;margin: 90px auto 0;height:auto;overflow:hidden;}
.footer_w { width:1000px; margin: 0 auto; font-size:12px; color:#fff;}
.footer_w p.right { width:100%; text-align:center; height:auto; overflow:hidden; }
.f_left { width:450px; float:left;}
.f_left ul { margin-top:50px;}
.f_left ul li a { color:#fff; display:block; min-width:100px; text-align:center; float:left;}
.f_center { width:350px; float:left;}
.f_center1 { float:left; width:170px; float:left; border-left:1px solid #FFFFFF; text-align:center;}
.f_center2 { float:left; width:170px; float:left; border-left:1px solid #FFFFFF; border-right:1px solid #fff; text-align:center;}
.f_center p { text-align:center;}
.f_right { width:150px; float:left; font-size:18px; margin:30px 0 0 20px; line-height:30px;}
.f_right h4 { font-size:20px;}
.f_right a {font-size:18px; display:block; color:#fff; }

.error{
	    width: 450px;
	    text-align: center;
	    color: red;
	    position: absolute;
	    margin-top: 20px;
}