content.less
1.93 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
99
100
101
102
103
104
105
106
107
108
109
110
111
.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;
}
}
}
.core-img {
position: relative;
margin-bottom: 80px;
.reserve-link {
position: absolute;
left: 50%;
top: 50%;
width: 133px;
height: 40px;
line-height: 36px;
font-size: 20px;
border-radius: 20px;
border: 1px solid #fff;
color: #fff;
margin: -20px 0 0 -62px;
text-align: center;
&:hover {
background: #93cc4a;
}
}
.squ {
width: 241px;
height: 130px;
background: #F6A623;
color: #fff;
position: absolute;
left: -60px;
bottom: -50px;
.ico {
height: 31px;
font-size: 20px;
line-height: 31px;
background: url(../img/icon_arraw_white.png) no-repeat left 50%;
padding-left: 30px;
margin-left: 65px;
margin-top: 34px;
}
.txt {
font-size: 18px;
color: #fff;
text-align: center;
margin-top: 6px;
opacity: 0.8;
}
}
}
.single-content {
width: 960px;
margin: 0 auto;
}
.contact-content {
padding-bottom: 70px;
font-size: 20px;
line-height: 28px;
color: #4A4A4A;
p {
margin-top: 20px;
}
}
}