4
hao
2025-04-16 c5fb1fbcbb2bf4d511773d348f9ef625855c61fc
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
    .bg_login{
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    line-height:23px;
    margin:0;
    padding:0;
     /* background:url(../images/bg.jpg);  */
     background:url(../images/login_bg.jpg);
    color: #3b6e81;
     background-size:100% 100%; background-attachment:fixed;
    }
 
.second_body{
    margin:0 auto;
    width:330px;
    height:243px;
    margin-top:10%;
    padding-left:300px;
    padding-top:100px;
    background:url(../images/login_panel.png) no-repeat;
    position:relative;
    }
 
.title-zh
{
    position:absolute;
    top:60px;
    left:312px;
    font-size:26px;
    font-weight:900;
    color:#0074a6;
}
 
.title-en
{
    position:absolute;
    top:70px;
    left:312px;
    color:#9aa5a9;
}
 
 .message
{   
    position:absolute;
    bottom:80px;
    left:312px;
    color:red;
}
 
.logo
{
     position:absolute;
     left:50px;
     top:80px;
}
 
.login,.login2{
    width:200px;
    border:1px solid #7fb5c1;
    height:22px;
    vertical-align:text-bottom;
    }
.login2{
    width:125px;
    }
.login_button,.reset_botton{
    width:58px;
    height:26px;
    line-height:26px;
    border:none;
    color:#FFF;
    font-weight:bold;
    background:url(../images/login1.jpg);
    margin-left:15px;
    }
.reset_botton{
    background:url(../images/reset.jpg);
    }
    
.version_info{
    position:absolute;
    top:360px;
    left:185px;
    color:#FFF;
}