马宇豪
2023-10-09 2000726aeae69e167461d47c41463d8fac3d8054
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
html,
body {
    position:fixed;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
    background: url('../img/loginBg2.jpg') no-repeat center;
    background-size: cover;
}
 
.apImgTitle {
    position: fixed;
    width: 42%;
    left: 30%;
    top: 30%;
}
 
.apTitle {
    font-size: 40px;
    color: #fff;
    position: fixed;
    top: 32%;
    width: 100%;
    text-align: center;
}
 
.logcon {
position: fixed;
    width: 100%;
    top: 47%;
    text-align: center;
}
 
.logcon input {
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    margin-right: 10px;
    width: 220px;
}
 
.logcon button {
    padding: 7px 20px 10px 20px;
    border: none;
    background: #fff;
    border-radius: 3px;
}
 
.logcon button:hover {
    cursor: pointer;
}
 
canvas {
    display: block;
    vertical-align: bottom;
}
 
#particles-js {
    width: 100%;
    height: 100%;
 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}