13693261870
2024-04-02 2a1b873b4b78b508d5d53c57992e734c56619df8
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
.logBg {
    position: absolute;
    z-index: 1998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    display:none;
}
 
.login {
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 1999;
    height: 30%;
    width: 30%;
    background-color:rgba(12,48,98,0.8);
    border-radius: 10px;
    border:solid 1px aqua;
}
 
    .login table {
        position: relative;
        top: 15%;
        left: 10%;
        height: 70%;
        width: 80%;
        text-align: center;
        font-size:1vw;
        color: #ffffff;
    }
 
        .login table tr {
            height: 30%;
        }
 
.loginTitle {
    width: 30%;
}
 
.loginAdmin, .loginPass {
    width: 90%;
    height: 50%;
    background-color:rgba(12,48,98,0.5);
    border:solid 1px aqua;
    color:aqua;
    font-size:1vw;
    border-radius: 5px;
}
 
.btn {
    width: 30%;
    height: 60%;
    font-size: 18px;
    letter-spacing: 5px;
    font-family: 'Microsoft YaHei';
    background-color:rgba(12,48,98,0.5);
    border:solid 1px aqua;
    color:aqua;
}