| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- body
- {
- margin: 0;
- padding: 0;
- font-size: 12px;
- background: #214D90 url(/images/login/bg.gif) repeat-x;
- color: #999999;
- font-family: Tahoma,Verdana;
- }
- ul
- {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .Main
- {
- width: 940px;
- margin: 0 auto;
-
- }
- .top
- {
- height: 75px;
- background: url(/images/login/login_01.gif) no-repeat;
- }
- .top2
- {
- height: 94px;
- background: url(/images/login/login_02.gif) no-repeat;
- }
- .topA
- {
- width: 155px;
- height: 140px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_03.gif) no-repeat;
- }
- .topB { position:relative;
- width: 282px;
- height: 140px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_04.gif) no-repeat;
- }
- .topC
- {
- width: 27px;
- height: 140px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_05.gif) no-repeat;
- }
- .topD
- {
- width: 318px;
- height: 140px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_06.gif) no-repeat;
- }
- .topE
- {
- width: 158px;
- height: 140px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_07.gif) no-repeat;
- }
- .middle_A
- {
- width: 155px;
- height: 94px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_08.gif) no-repeat;
- }
- .middle_B
- {
- width: 309px;
- height: 94px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_09.gif) no-repeat;
- }
- .middle_C
- {
- width: 318px;
- height: 94px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_10.gif) no-repeat;
- }
- .middle_D
- {
- width: 158px;
- height: 94px;
- float: left;
- overflow: hidden;
- background: url(/images/login/login_11.gif) no-repeat;
- }
- .bottom_A
- {
- height: 72px;
- clear: both;
- overflow: hidden;
- background: url(/images/login/login_12.gif) no-repeat;
- }
- .bottom_B
- {
- height: 70px;
- overflow: hidden;
- text-align:center;
- background: url(/images/login/login_13.gif) no-repeat;
- }
- .login
- {
-
- }
- .login li
- {
- line-height: 35px;
- height:35px;
- overflow:hidden;
- }
- .left
- { line-height: 35px;
- vertical-align: middle;
- width: 60px;
- height:34px;
- text-align: right;
- display: -moz-inline-box;
- display: inline-block;
- padding-bottom:3px;
- }
- .txt
- {
- width: 215px;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- border: 0px;
- padding-left: 3px;
- color: #999999;
- background: url(/images/login/txt.gif) no-repeat left center;
- }
- .txtCode
- {
- line-height: 30px;
- width: 93px;
- height: 30px;
- overflow: hidden;
- border: 0px;
- padding-left: 3px;
- color: #999999;
- background: url(/images/login/code.gif) no-repeat left center;
- }
- .btn
- {
- margin-left:60px;
- }
|