_help.css
1.04 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
.help {
overflow: hidden;
width: 100%;
height: auto;
ul {
display: block;
overflow: hidden;
margin: 0;
padding-left: 0;
width: 100%;
height: auto;
border-top: 1px solid #e0e0e0;
li {
float: right;
overflow: hidden;
width: 100%;
height: 80px;
border-bottom: 1px solid #e0e0e0;
color: #444;
list-style: none;
font-size: 28px;
line-height: 84px;
&:last-of-type {
border-bottom: none;
}
a:visited {
color: #444;
}
span {
float: left;
overflow: hidden;
padding-left: 5%;
width: 90%;
height: 100%;
}
i {
color: #e0e0e0;
}
}
}
.iconfont {
color: #fff;
}
}
.help-detail-page {
margin-right: 30px;
margin-left: 30px;
}