123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- html{
- overflow:hidden;
- }
- body{
- font-size: 12px;
- margin: 0;
- padding: 0;
- line-height: 100%;
- height: 100%;
- border:0;
- text-align: left;
- background-color:#edf0f5;/*主体背景色*/
- }
- form{
- margin: 0;
- padding: 0;
- }
- .clear{
- clear:both;
- line-height:1px;
- }
- input {
- outline: none;
- }
- .login_main{
- width: 1280px;/*登录面板宽度*/
- margin: 0 auto;
- background-color: #edf0f5;/*登录面板背景色*/
- text-align: left;
- position:relative;
- }
- .login_top{
- width: 100%;
- height: 166px;/*登录面板头部高度*/
- background-image: url(login_top.jpg);
- background-position:0 100%;
- background-repeat: no-repeat;
- }
- .login_middle{
- width: 100%;
- height: 370px;/*登录面板中部高度*/
- }
- .login_middleleft{
- float: left;
- width:698px;/*登录面板中部左侧宽度*/
- height: 100%;
- background-image: url(login_centerleft.jpg);
- background-repeat: no-repeat;
- }
- .login_middlecenter{
- float: left;
- width: 582px;/*登录面板中部右侧宽度*/
- height: 100%;
- background-image: url(login_centerright.jpg);
- background-repeat: no-repeat;
- text-align: left;
- }
- .login_bottom{
- width: 100%;
- height: 261px;/*登录面板底部高度*/
- background-image: url(login_bottom.jpg);
- background-repeat: no-repeat;
- }
- .login_title{
- position:absolute;
- left:235px;/*标题x坐标*/
- top:100px;/*标题y坐标*/
- width:560px;/*标题宽度*/
- height:61px;/*标题高度*/
- }
- .letter_space{
- letter-spacing:1em;
- }
- .login_user{
- padding:15px 0 0 0px;/*垂直距离*/
- font-weight:bold;
- color:#000000;/*表单文字颜色*/
- }
- .login_pass{
- padding:40px 0 0 0px;/*密码框距用户名框的垂直距离*/
- font-weight:bold;
- color:#000000;/*表单文字颜色*/
- }
- .login_check{
- padding:14px 0 0 9px;/*记住密码框距密码框的垂直距离*/
- font-weight:bold;
-
- color:#000000;/*表单文字颜色*/
- }
- .login_form{
- padding:100px 0 0 40px;/*表单位置*/
- }
- .login_button input{
- width: 259px;/*按钮宽度*/
- height: 36px;/*按钮高度*/
- background-image: url(click.gif);
- background-color:transparent;
- border:0;
- cursor:pointer;
- cursor:hand;
- }
- .login_user input{
- width:255px;/*密码框宽度*/
- border:0;
- height:28px;
- line-height:28px;
- background-color:transparent;
- cursor:text;
- font-size:16px;
- padding-left:25px;
- }
- .login_pass input{
- width:255px;/*密码框宽度*/
- border:0;
- height:28px;
- line-height:28px;
- background-color:transparent;
- cursor:text;
- font-size:16px;
- padding-left:25px;
- }
- .login_button_left{
- position:absolute;
- left:765px;/*提交按钮x坐标*/
- top:442px;/*提交按钮y坐标*/
- }
- .login_button_right{
- position:absolute;
- left:555px;/*重置按钮x坐标*/
- top:528px;/*重置按钮y坐标*/
- }
- .login_copyright{
- color:#000000;/*版权声明文字颜色*/
- text-align:center;
- padding:40px 0 0 20px;/*版权声明位置*/
- font-size:14px;
- font-family:"微软雅黑";
- }
- .login_info{
- color:#000000;
- position:absolute;
- left:780px;/*提示信息x坐标*/
- top:420px;/*提示信息y坐标*/
- line-height:150%;
- width:240px;
- overflow:hidden;
- font-size:12px;
- }
- .login_info2{
- color:#999999;
- position:absolute;
- left:785px;/*提示信息x坐标*/
- top:420px;/*提示信息y坐标*/
- line-height:150%;
- width:240px;
- overflow:hidden;
- font-size:14px;
- }
- .login_skin{
- position:absolute;
- right:10px;
- bottom:10px;
- color:#000000;/*皮肤管理文字颜色*/
- height:30px;
- line-height:30px;
- }
- .login_skin span{
- cursor:pointer;
- cursor:hand;
- }
|