| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .tb td{padding-left:20px;line-height:20px;color:#676767;font-weight:bold;}
- .code_tb td{padding-left:0px;}
- .webtext,.webtext_focus{width:190px;height:20px;font-family:Arial Black,Arial; }
- .login_title{width:600px;height:30px; padding-top:12%;margin-left:auto;margin-right:auto;}
- .login_center{width:600px;height:300px;margin-top:20px; background-image:url(../images/login/login_bg2.jpg); background-repeat:no-repeat; margin-left:auto;margin-right:auto;position:relative;}
- .login_body{width:250px;position:absolute;right:0px;top:5px;}
- .login_msg{height:25px;text-align:center;font-size:14px;font-weight:bold;color:red;}
- .login_bottom{font-family: arial;margin-top:35px;width:600px;height:25px;color:#083D7F;margin-left:auto;margin-right:auto;text-align:center;}
- .login_btn{ width:100px;height:30px;cursor:pointer;}
- *{font-size:9pt;border:0;margin:0;padding:0;}
- body{font-family:'微软雅黑'; margin:0 auto;min-width:980px;}
- ul{display:block;margin:0;padding:0;list-style:none;}
- li{display:block;margin:0;padding:0;list-style: none;}
- img{border:0;}
- dl,dt,dd,span{margin:0;padding:0;display:block;}
- a, a:focus {
- text-decoration: none; /*color:#000;*/
- outline: none;
- padding: 0 10px;
- blr: expression(this.onFocus=this.blur());
- }
- a:hover{/*color:#00a4ac;*/text-decoration:none;}
- table{border-collapse:collapse;border-spacing: 0;}
- cite{font-style:normal;}
- h2{font-weight:normal;}
- h3{margin-top:75px;text-align:center;font-size:24pt;color:#fff;font-weight:normal;}
- /*login*/
- .logintop{height:47px; position:absolute; top:0; background:url(../images/login/loginbg1.png) repeat-x;z-index:100; width:100%;}
- .logintop span{color:#fff; line-height:47px; background:url(../images/login/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;}
- .logintop ul{float:right; padding-right:30px;}
- .logintop ul li{float:left; margin-left:20px; line-height:47px;}
- .logintop ul li a{color:#afc5d2;}
- .logintop ul li a:hover{color:#fff;}
- .loginbody{background:url(../images/login/loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
- .systemlogo{width:100%; height:71px; margin-top:75px;}
- .loginbox {
- width: 692px;
- height: 336px;
- background: url(../images/login/logininfo.png) no-repeat;
- margin-top: 30px;
- line-height: 24px;
- }
- .loginbox ul{margin-top:88px; margin-left:285px;}
- .loginbox ul li{margin-bottom:25px;}
- .loginbox ul li label{color:#687f92; padding-left:25px;}
- .loginbox ul li label a{color:#687f92;}
- .loginbox ul li label a:hover{color:#3d96c9;}
- .loginbox ul li label input{margin-right:5px;}
- .loginuser{width:299px; height:48px; background:url(../images/login/loginuser.png) no-repeat; border:none; line-height:48px; padding-left:44px; font-size:14px; font-weight:bold;}
- .loginpwd{width:299px; height:48px; background:url(../images/login/loginpassword.png) no-repeat; border:none;line-height:48px; padding-left:44px; font-size:14px; color:#90a2bc;}
- .loginbtn{width:111px;height:40px; background:url(../images/login/buttonbg.png) round; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:40px;}
- .loginbm{height:50px; line-height:50px; text-align:center; background:url(../images/login/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
- .loginbm a{font-weight:bold;color:#0b3a58;}
- .loginbm a:hover{color:#fff;}
- .logincode {
- width: 80px;
- height: 40px;
- border: solid 1px #BAC7D2;
- background-color: #ECF5FA;
- line-height: 48px;
- padding-left:10px;
- font-size: 14px;
- font-weight: bold;
- }
|