|
@@ -22,7 +22,7 @@ ul,ol{padding: 0;margin: 0;list-style: none;}
|
|
|
/*顶部区域*/
|
|
|
header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
|
|
|
header .logo{float: left;padding-left: 20px;}
|
|
|
-.h_fix{position: fixed;top: 0;left: 0;z-index: 99999;box-shadow: 2px 4px 10px #CCCCCC;}
|
|
|
+.h_fix{position: fixed;top: 0;left: 0;z-index: 99;box-shadow: 2px 4px 10px #CCCCCC;}
|
|
|
|
|
|
header .nav{float: left;padding-left: 90px;}
|
|
|
header .nav ul li{float: left;width: 120px;text-align: center;line-height: 76px;}
|
|
@@ -92,3 +92,31 @@ header .nav_right a:hover{color: #2a6597;}
|
|
|
.pub_fix ul li:hover{cursor: pointer;}
|
|
|
.pub_fix ul li p {color: #074d88;font-size: 14px;}
|
|
|
.pub_fix ul li a{text-decoration: none;}
|
|
|
+
|
|
|
+/*登陆页面*/
|
|
|
+.login{width: 100%;background: rgba(6,6,6,.4);position: fixed;top: 0;left: 0;z-index: 999;}
|
|
|
+.login_mian{width: 600px;background: #ffffff;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -300px;padding-left: 60px;padding-top: 60px;padding-bottom: 96px;}
|
|
|
+.login_left{float: left;padding-bottom: 10px;;}
|
|
|
+.login_left .login_ewm{width: 166px;padding-top: 34px;border-right: 1px solid #cccccc;padding-right: 30px;margin-bottom: 10px;}
|
|
|
+
|
|
|
+.login_left p{line-height: 26px;font-size: 14px;width: 138px;text-align: center;}
|
|
|
+.login_right{float: left;padding-left: 32px;}
|
|
|
+.login_right h5{font-size: 18px;color: #373739;font-weight: normal;}
|
|
|
+.login_right h5 a{font-size: 14px;color: #f81009;margin-left: 62px;}
|
|
|
+.login_right form .login_uesr,.login_pass{width: 256px;height: 40px;position: relative;border: 1px solid #cccccc;}
|
|
|
+.login_uesr label img,.login_pass label img{width: 20px;height: 22px;position: absolute;top: 8px;left:10px;border: none;}
|
|
|
+#Lo_user,#Lo_pass{width: 170px;height: 24px;line-height: 24px;border: none;border-left: 1px solid #CCCCCC;padding-left: 12px;left:40px;top: 8px;font-size: 16px;position: absolute;color:#cdcdcd;}
|
|
|
+.login_uesr .log_del{width: 16px ;height: 16px;position: absolute; top: 10px;right: 10px;}
|
|
|
+.log_del:hover{cursor: pointer;}
|
|
|
+.login_uesr{margin-bottom: 20px;}
|
|
|
+
|
|
|
+.login_check u{float: right;line-height: 38px;}
|
|
|
+.login_check u a{color: #f18101;}
|
|
|
+.login_check label{height: 38px;line-height: 38px ;color: #f18101;font-weight: normal;background: url(../../img/check_lono.png) no-repeat center left;background-size:25% 40%;}
|
|
|
+.login_check label input{margin-right: 4px; visibility: hidden;}
|
|
|
+.login_check label:hover{cursor: pointer;}
|
|
|
+.login_submit{width: 100%;height: 38px;font-size: 20px;background: #f18101;color: #FFFFFF;text-align: center;border: none;}
|
|
|
+.login_hua {position: absolute;top: 0;right: 0;}
|
|
|
+.login_close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;z-index: 2000;}
|
|
|
+.login_close:hover{cursor: pointer;}
|
|
|
+
|