4354a61b
Andy
服务页 集团部分
|
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
|
.services-banner{
width: 100%;
height: 600px;
background: url(../images/services_bgIxo.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.services-bannertit{
width:600px;
height:50px;
line-height: 50px;
font-size:48px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 191px auto 44px;
}
.services-bannertext{
width:450px;
height:25px;
line-height:25px;
font-size:24px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 0 auto;
}
.services-content{
background-color: #fff;
}
|
b9b68354
Andy
服务页 车场 车主模块
|
32
33
34
35
|
.services_bgF7F8FA{
background-color: #F7F8FA;
width: 100%;
}
|
d9ac57e9
Andy
服务页 车场 车主模块
|
36
37
38
39
|
.section{
padding: 0 !important;
}
|
4354a61b
Andy
服务页 集团部分
|
40
41
|
/*tab sta */
.services-wrap{
|
d9ac57e9
Andy
服务页 车场 车主模块
|
42
|
/*height: 680px;*/
|
d744f2f4
Andy
media 服务页
|
43
|
/*width: 1200px;*/
|
4354a61b
Andy
服务页 集团部分
|
44
|
margin: 0 auto;
|
d744f2f4
Andy
media 服务页
|
45
|
width: 100%;
|
4354a61b
Andy
服务页 集团部分
|
46
|
}
|
b48b7eca
Andy
media 服务页
|
47
|
/*1 tab*/
|
4354a61b
Andy
服务页 集团部分
|
48
49
50
51
|
.services-wrap-left-1{
background: url("../images/services_saasIco.png") no-repeat;
width: 542px;
height: 494px;
|
b9b68354
Andy
服务页 车场 车主模块
|
52
53
|
/*width: 100%;*/
margin: 102px auto 0;
|
4354a61b
Andy
服务页 集团部分
|
54
55
56
|
}
.services-wrap-right-1{
width: 543px;
|
b9b68354
Andy
服务页 车场 车主模块
|
57
|
/*width: 100%;*/
|
4354a61b
Andy
服务页 集团部分
|
58
|
height: 400px;
|
b9b68354
Andy
服务页 车场 车主模块
|
59
60
61
|
margin: 177px auto 0;
/*margin-left: 20px;*/
/*margin-left: 78px;*/
|
4354a61b
Andy
服务页 集团部分
|
62
|
}
|
b48b7eca
Andy
media 服务页
|
63
|
/*1----tab 右侧 切换部分 sta*/
|
4354a61b
Andy
服务页 集团部分
|
64
65
|
.services-soft-wrap{
height: 168px;
|
b9b68354
Andy
服务页 车场 车主模块
|
66
67
|
/*width: 100%;*/
width: 543px;
|
4354a61b
Andy
服务页 集团部分
|
68
69
70
71
72
73
74
75
76
77
78
|
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-soft-wrap li {
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
width: 133px;
}
.services-soft-wrap li:nth-of-type(1) {
padding-top: 114px;
|
b48b7eca
Andy
media 服务页
|
79
|
background: url(../images/services_titico1.png) no-repeat center 0;
|
4354a61b
Andy
服务页 集团部分
|
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
|
margin-right: 72px;
}
.services-soft-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico1_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico2.png) no-repeat center 0;
margin-right: 72px;
}
.services-soft-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico2_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico3.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico3_active.png) no-repeat center 0;
}
|
b48b7eca
Andy
media 服务页
|
109
|
/*1------tab 右侧 cont*/
|
b9b68354
Andy
服务页 车场 车主模块
|
110
|
.services-section-wrap,.services-section-user,.services-section-park{
|
4354a61b
Andy
服务页 集团部分
|
111
112
113
114
115
|
height: 100px;
margin-top: 58px;
width: 400px;
}
.services-soft-bottom-title{
|
b48b7eca
Andy
media 服务页
|
116
|
width:360px;
|
4354a61b
Andy
服务页 集团部分
|
117
118
119
120
121
|
height:30px;
font-size:30px;
font-weight:500;
color:rgba(0,0,0,1);
margin-bottom: 22px;
|
b48b7eca
Andy
media 服务页
|
122
|
text-align: left;
|
4354a61b
Andy
服务页 集团部分
|
123
124
125
126
127
128
129
130
131
132
133
|
}
.services-soft-bottom-des{
text-align: left;
width:400px;
height:44px;
line-height: 22px;
font-size:16px;
font-weight:400;
color:rgba(0,0,0,0.7);
}
|
b48b7eca
Andy
media 服务页
|
134
|
/*----2------ tab sta*/
|
b9b68354
Andy
服务页 车场 车主模块
|
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
/*2 tab*/
.services-wrap-left-2{
width: 543px;
/*width: 100%;*/
height: 400px;
margin: 165px auto 0;
margin-left: 20px;
}
.services-wrap-right-2{
background: url("../images/services_parkIco.png") no-repeat;
width: 558px;
/*width: 100%;*/
height: 574px;
margin: 67px auto 0;
/*margin-left: 10px;*/
}
/*-------2---*/
.services-park-wrap{
height: 168px;
width: 543px;
/*width: 100%;*/
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-park-wrap li {
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
width: 133px;
}
.services-park-wrap li:nth-of-type(1) {
padding-top: 114px;
background: url(../images/services_titico4.png) no-repeat center 0;
margin-right: 72px;
}
.services-park-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico4_active.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico5.png) no-repeat center 0;
margin-right: 72px;
}
.services-park-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico5_active.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico6.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico6_active.png) no-repeat center 0;
}
|
b48b7eca
Andy
media 服务页
|
197
198
|
/*----3------ tab sta*/
|
b9b68354
Andy
服务页 车场 车主模块
|
199
|
/*---3 tab*/
|
b48b7eca
Andy
media 服务页
|
200
201
202
|
.services-wrap-left-3{
background: url("../images/services_userIco.png") no-repeat;
width: 568px;
|
b9b68354
Andy
服务页 车场 车主模块
|
203
|
/*width: 100%;*/
|
b48b7eca
Andy
media 服务页
|
204
|
height: 593px;
|
b9b68354
Andy
服务页 车场 车主模块
|
205
206
|
margin: 67px auto 0;
/*margin-left: 10px;*/
|
b48b7eca
Andy
media 服务页
|
207
208
209
|
}
.services-wrap-right-3{
width: 543px;
|
b9b68354
Andy
服务页 车场 车主模块
|
210
|
/*width: 100%;*/
|
b48b7eca
Andy
media 服务页
|
211
|
height: 400px;
|
b9b68354
Andy
服务页 车场 车主模块
|
212
213
|
margin: 165px auto 0;
margin-left: 20px;
|
b48b7eca
Andy
media 服务页
|
214
215
216
217
|
}
/*-------3---*/
.services-user-wrap{
height: 168px;
|
b9b68354
Andy
服务页 车场 车主模块
|
218
219
|
width: 543px;
/*width: 100%;*/
|
b48b7eca
Andy
media 服务页
|
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-user-wrap li {
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
width: 133px;
}
.services-user-wrap li:nth-of-type(1) {
padding-top: 114px;
background: url(../images/services_titico7.png) no-repeat center 0;
margin-right: 72px;
}
.services-user-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico7_active.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico8.png) no-repeat center 0;
margin-right: 72px;
}
.services-user-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico8_active.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico9.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico9_active.png) no-repeat center 0;
}
|