web.css
1.13 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
* {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-size: 12px;
font-family: Microsoft YaHei, SimHei, SimSun, serif;
background: #FFFFFF;
box-sizing: border-box;
}
div {
box-sizing: border-box;
}
a, a:hover {
text-decoration: none;
color: #1A1A1A;
}
.body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
padding-bottom: 72px;
}
.img {
width: 100%;
height: auto;
}
.bottom {
display: flex;
flex-direction: column;
margin-top: 60px;
width: 80vw;
}
.logo {
width: 110px;
height: 52px;
margin-bottom: 50px;
}
.name {
color: #1A1A1A;
font-size: 24px;
font-weight: 600;
}
.span {
color: #1A1A1A;
font-size: 20px;
font-weight: 400;
padding-top: 12px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.span a {
display: flex;
align-items: center;
}
.span i {
width: 1px;
height: 15px;
background: #636972;
margin-left: 15px;
margin-right: 15px;
}