content.less
771 Bytes
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
.content-section {
width: 1140px;
margin: 0 auto;
.left-aside {
width: 260px;
float: left;
a {
font-size: 20px;
line-height: 30px;
display: block;
padding-left: 15px;
border-left: 5px solid transparent;
color: #888;
margin-bottom: 30px;
}
.current {
border-left: 5px solid #F6A623;
color: #F6A623;
}
}
.main-content {
float: right;
width: 840px;
color: #4A4A4A;
padding-bottom: 160px;
h1 {
font-size: 24px;
line-height: 38px;
}
.tc {
text-align: center;
}
.title-plus {
color: #9B9B9B;
}
.pure-content {
p {
margin-top: 26px;
font-size: 18px;
line-height: 26px;
}
}
}
}