wangsheng
2022-03-01 1db73f1f1904f39f45caf44b99339b1e13ffe16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url(base.css);
 
html, body{ overflow:hidden; height:100%;}
 
body{ background:url(images/login-bg.jpg);}
 
 
.login-canvas{ padding-top:100px; width:700px; margin:0 auto;}
 
.left-area, .center-area{ }
 
.left-area{ float:left; width:400px; height:289px; background:url(images/login-library.png) no-repeat center;}
 
.center-area{ overflow:hidden; zoom:1;}
 
form{padding-top:70px; background:url(images/login-bg.png) no-repeat left center; padding-left:50px;}
 
form td{ padding:5px 0;}
 
form .inputText-acc{ height:29px; background:url(images/login-input-icon-0.png) no-repeat left top; padding-left:34px;}
 
form .inputText-pw{ height:29px; background:url(images/login-input-icon-1.png) no-repeat left top; padding-left:34px;}
form .inputText-code{ height:29px; background:url(images/login-input-icon-1.png) no-repeat left top; padding-left:34px;}
 
form .inputText-code div, form .inputText-acc div, form .inputText-pw div{ height:100%; background:url(images/login-input-bottom.png) no-repeat right top; padding-right:3px;}
 
form .inputText-code div,form .inputText-acc div div, form .inputText-pw div div{ background:url(images/login-input-bg.png) repeat-x top; padding:0; overflow:hidden;}
 
form .inputText{ border:none; width:150px; height:29px; line-height:25px; background-color:transparent;}
 
form .inputTextCode{ border:none; width:100px; height:29px; line-height:25px; background-color:transparent;}
 
form label{ color:#FFF; font-weight:normal; }
 
form .butt-submit{ width:81px; height:38px; border:none; background:url(images/login-submit.png) no-repeat top; cursor:pointer;}
 
form .butt-reset{ width:81px; height:38px; border:none; background:url(images/login-reset.png) no-repeat top; cursor:pointer;}