gp-designer 1.0.52 → 1.0.54
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/dist/gp-designer.es.js +501 -494
- package/dist/gp-designer.umd.js +8 -8
- package/dist/spa/topic/css/common.css +642 -621
- package/dist/spa/topic/css/swiper-bundle.min.css +17 -0
- package/dist/spa/topic/html/001.html +5 -0
- package/dist/spa/topic/html/demo-xiaoyuan.html +56 -0
- package/dist/spa/topic/js/index.js +54 -0
- package/dist/spa/topic/js/jquery-3.6.0.min.js +2 -0
- package/dist/spa/topic/js/swiper-bundle.min.js +14 -0
- package/dist/style.css +2 -2
- package/package.json +1 -1
@@ -1,631 +1,652 @@
|
|
1
|
-
|
2
1
|
/* 主题色 */
|
3
2
|
:root {
|
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
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
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
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
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
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
.course_consult {
|
457
|
-
background: var(--main-color);
|
458
|
-
color: #fff !important;
|
459
|
-
}
|
460
|
-
}
|
461
|
-
|
462
|
-
.course_box img {
|
463
|
-
border-top-right-radius: 4px;
|
464
|
-
border-top-left-radius: 4px;
|
465
|
-
width: 100%;
|
466
|
-
height: 100px;
|
467
|
-
}
|
468
|
-
|
469
|
-
.course_title {
|
470
|
-
font-size: 24px;
|
471
|
-
line-height: 32px;
|
472
|
-
font-weight: 700;
|
473
|
-
margin-top: 24px;
|
474
|
-
}
|
475
|
-
|
476
|
-
.course_desc {
|
477
|
-
word-break: break-all;
|
478
|
-
font-size: 14px;
|
479
|
-
line-height: 24px;
|
480
|
-
margin-top: 14px;
|
481
|
-
}
|
482
|
-
|
483
|
-
.course_consult {
|
484
|
-
margin-top: 14px;
|
485
|
-
border: 1px solid #3574e6;
|
486
|
-
border-radius: 20px;
|
487
|
-
height: 40px;
|
488
|
-
width: 84px;
|
489
|
-
}
|
490
|
-
|
491
|
-
.course_title,
|
492
|
-
.course_desc,
|
493
|
-
.course_consult,
|
494
|
-
.course_title,
|
495
|
-
.course_desc,
|
3
|
+
--main-color: #3574e6;
|
4
|
+
/* 默认颜色 */
|
5
|
+
}
|
6
|
+
|
7
|
+
.theme_text {
|
8
|
+
color: var(--main-color) !important;
|
9
|
+
}
|
10
|
+
|
11
|
+
.theme_bg {
|
12
|
+
background: var(--main-color) !important;
|
13
|
+
color: #fff;
|
14
|
+
}
|
15
|
+
|
16
|
+
.theme_border {
|
17
|
+
border-color: var(--main-color) !important;
|
18
|
+
}
|
19
|
+
|
20
|
+
.danger_color {
|
21
|
+
color: #f01d1d;
|
22
|
+
}
|
23
|
+
|
24
|
+
.danger_bg {
|
25
|
+
background: rgba(240, 29, 29, 0.8) !important;
|
26
|
+
}
|
27
|
+
|
28
|
+
.danger_border {
|
29
|
+
border-color: #f01d1d !important;
|
30
|
+
}
|
31
|
+
|
32
|
+
.mb40 {
|
33
|
+
margin-bottom: 40px;
|
34
|
+
}
|
35
|
+
|
36
|
+
img {
|
37
|
+
object-fit: cover;
|
38
|
+
}
|
39
|
+
|
40
|
+
/* flex public */
|
41
|
+
.add_modules .iconfont,
|
42
|
+
.add_modules span,
|
43
|
+
.top_box,
|
44
|
+
.top_logo,
|
45
|
+
.intro_cate,
|
46
|
+
.service_tip,
|
47
|
+
.module1_content,
|
48
|
+
.module2_content,
|
49
|
+
.aidition,
|
50
|
+
.aidition_right,
|
51
|
+
.module2_content2,
|
52
|
+
.module2_content3,
|
53
|
+
.cont_aidition,
|
54
|
+
.course_box2,
|
55
|
+
.course_box3 {
|
56
|
+
display: flex;
|
57
|
+
flex-direction: row;
|
58
|
+
}
|
59
|
+
|
60
|
+
.web_top,
|
61
|
+
.course_box,
|
62
|
+
.top_service,
|
63
|
+
.module1,
|
64
|
+
.module2,
|
65
|
+
.module3,
|
66
|
+
.module3_content,
|
67
|
+
.content_top,
|
68
|
+
.intro_left,
|
69
|
+
.year,
|
70
|
+
.recruit,
|
71
|
+
.teachers,
|
72
|
+
.course_box2_txt,
|
73
|
+
.course_box3_txt,
|
74
|
+
.txt_box {
|
75
|
+
display: flex;
|
76
|
+
flex-direction: column;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* 模块样式 */
|
80
|
+
.add_modules {
|
81
|
+
display: none;
|
82
|
+
position: absolute;
|
83
|
+
bottom: -40px;
|
84
|
+
left: 0;
|
85
|
+
flex-direction: row;
|
86
|
+
align-items: center;
|
87
|
+
justify-content: center;
|
88
|
+
width: 100%;
|
89
|
+
height: 40px;
|
90
|
+
background: #eeeeee;
|
91
|
+
font-size: 14px;
|
92
|
+
font-weight: 400;
|
93
|
+
line-height: 20;
|
94
|
+
color: #333;
|
95
|
+
cursor: pointer;
|
96
|
+
}
|
97
|
+
|
98
|
+
.add_modules .iconfont,
|
99
|
+
.add_modules span {
|
100
|
+
height: 14px;
|
101
|
+
align-items: center;
|
102
|
+
justify-content: center;
|
103
|
+
}
|
104
|
+
|
105
|
+
.add_modules .iconfont {
|
106
|
+
height: 14px;
|
107
|
+
margin: 6px;
|
108
|
+
}
|
109
|
+
|
110
|
+
/* 添加 图标 */
|
111
|
+
.icon_gray_add {
|
112
|
+
display: none;
|
113
|
+
justify-content: center;
|
114
|
+
align-items: center;
|
115
|
+
position: absolute;
|
116
|
+
right: -36px;
|
117
|
+
top: 50%;
|
118
|
+
color: #999;
|
119
|
+
font-size: 35px !important;
|
120
|
+
width: 35px;
|
121
|
+
height: 35px;
|
122
|
+
cursor: pointer;
|
123
|
+
}
|
124
|
+
|
125
|
+
.icon_gray_add:hover {
|
126
|
+
color: #666;
|
127
|
+
}
|
128
|
+
|
129
|
+
.course_box2 .icon_gray_add,
|
130
|
+
.course_box3 .icon_gray_add {
|
131
|
+
right: -50px;
|
132
|
+
}
|
133
|
+
|
134
|
+
.cont_aidition {
|
135
|
+
/* display: none; */
|
136
|
+
background: white;
|
137
|
+
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
|
138
|
+
padding: 8px 12px;
|
139
|
+
position: absolute;
|
140
|
+
top: -38px;
|
141
|
+
right: 0px;
|
142
|
+
column-gap: 24px;
|
143
|
+
height: 32px;
|
144
|
+
align-items: center;
|
145
|
+
}
|
146
|
+
|
147
|
+
.cont_aidition span {
|
148
|
+
color: #999;
|
149
|
+
cursor: pointer;
|
150
|
+
}
|
151
|
+
|
152
|
+
.cont_aidition span:hover {
|
153
|
+
color: #666;
|
154
|
+
}
|
155
|
+
|
156
|
+
.goodschool {
|
157
|
+
width: 100%;
|
158
|
+
height: 100%;
|
159
|
+
overflow: hidden;
|
160
|
+
color: #333333;
|
161
|
+
background: #eff1f7;
|
162
|
+
}
|
163
|
+
|
164
|
+
.goodschool_web {
|
165
|
+
flex: 1;
|
166
|
+
height: 100%;
|
167
|
+
/* overflow-y: auto; */
|
168
|
+
}
|
169
|
+
|
170
|
+
/* 头部 */
|
171
|
+
.web_top {
|
172
|
+
padding: 10px 140px;
|
173
|
+
background: white;
|
174
|
+
position: relative;
|
175
|
+
}
|
176
|
+
|
177
|
+
.top_box {
|
178
|
+
width: 100%;
|
179
|
+
/* height: 80px; */
|
180
|
+
/* padding: 0 140px; */
|
181
|
+
justify-content: space-between;
|
182
|
+
align-items: center;
|
183
|
+
}
|
184
|
+
|
185
|
+
/* 左边logo */
|
186
|
+
.top_logo {
|
187
|
+
position: relative;
|
188
|
+
align-items: center;
|
189
|
+
column-gap: 16px;
|
190
|
+
}
|
191
|
+
|
192
|
+
.school_logo {
|
193
|
+
width: 60px;
|
194
|
+
height: 60px;
|
195
|
+
}
|
196
|
+
|
197
|
+
.school_name {
|
198
|
+
font-size: 28px;
|
199
|
+
font-weight: 700;
|
200
|
+
}
|
201
|
+
|
202
|
+
/* 右边热线 */
|
203
|
+
.top_service {
|
204
|
+
align-items: end;
|
205
|
+
}
|
206
|
+
|
207
|
+
.service_hot_line {
|
208
|
+
font-size: 24px;
|
209
|
+
font-weight: 700;
|
210
|
+
line-height: 32px;
|
211
|
+
}
|
212
|
+
|
213
|
+
.service_tip {
|
214
|
+
position: relative;
|
215
|
+
align-items: center;
|
216
|
+
column-gap: 8px;
|
217
|
+
}
|
218
|
+
|
219
|
+
.service_tip .iconfont {
|
220
|
+
font-size: 20px;
|
221
|
+
}
|
222
|
+
|
223
|
+
.tip_text {
|
224
|
+
font-size: 16px;
|
225
|
+
}
|
226
|
+
|
227
|
+
/* banner */
|
228
|
+
.top_banner {
|
229
|
+
position: relative;
|
230
|
+
}
|
231
|
+
|
232
|
+
.top_banner img {
|
233
|
+
width: 100%;
|
234
|
+
height: 460px;
|
235
|
+
}
|
236
|
+
|
237
|
+
/* 内容 */
|
238
|
+
.module1,
|
239
|
+
.module2,
|
240
|
+
.module3 {
|
241
|
+
/* padding: 0 140px; */
|
242
|
+
background: white;
|
243
|
+
position: relative;
|
244
|
+
}
|
245
|
+
|
246
|
+
.module1,
|
247
|
+
.module2,
|
248
|
+
.content_top {
|
249
|
+
align-items: center;
|
250
|
+
}
|
251
|
+
|
252
|
+
.module1 {
|
253
|
+
padding: 0 140px 110px;
|
254
|
+
}
|
255
|
+
|
256
|
+
.content_top {
|
257
|
+
position: relative;
|
258
|
+
width: 100%;
|
259
|
+
padding-bottom: 32px;
|
260
|
+
}
|
261
|
+
|
262
|
+
.content_title {
|
263
|
+
font-size: 44px;
|
264
|
+
font-weight: 700;
|
265
|
+
margin-top: 52px;
|
266
|
+
}
|
267
|
+
|
268
|
+
.title_border {
|
269
|
+
height: 14px;
|
270
|
+
width: 80px;
|
271
|
+
border-bottom: 2px solid #333;
|
272
|
+
}
|
273
|
+
|
274
|
+
.content_desc {
|
275
|
+
font-size: 20px;
|
276
|
+
color: #666;
|
277
|
+
line-height: 28px;
|
278
|
+
padding-top: 16px;
|
279
|
+
}
|
280
|
+
|
281
|
+
.module1_content,
|
282
|
+
.module2_content,
|
283
|
+
.module3_content {
|
284
|
+
width: 100%;
|
285
|
+
align-items: center;
|
286
|
+
}
|
287
|
+
|
288
|
+
/* 顶部操作条 */
|
289
|
+
.aidition {
|
290
|
+
display: none;
|
291
|
+
align-items: center;
|
292
|
+
justify-content: space-between;
|
293
|
+
width: 100%;
|
294
|
+
height: 40px;
|
295
|
+
background: rgba(0, 0, 0, 0.6);
|
296
|
+
color: white;
|
297
|
+
font-size: 14px;
|
298
|
+
position: absolute;
|
299
|
+
top: 0;
|
300
|
+
left: 0;
|
301
|
+
padding: 0 48px;
|
302
|
+
}
|
303
|
+
|
304
|
+
.aidition_right {
|
305
|
+
column-gap: 24px;
|
306
|
+
}
|
307
|
+
|
308
|
+
.aidition_right span {
|
309
|
+
cursor: pointer;
|
310
|
+
}
|
311
|
+
|
312
|
+
/* 模块1 */
|
313
|
+
.module1_content {
|
314
|
+
position: relative;
|
315
|
+
justify-content: space-between;
|
316
|
+
padding: 60px 0 0;
|
317
|
+
}
|
318
|
+
|
319
|
+
.intro_left {
|
320
|
+
flex: 1;
|
321
|
+
align-items: start;
|
322
|
+
margin-right: 80px;
|
323
|
+
}
|
324
|
+
|
325
|
+
.intro_title {
|
326
|
+
font-size: 30px;
|
327
|
+
font-weight: 700;
|
328
|
+
line-height: 36px;
|
329
|
+
}
|
330
|
+
|
331
|
+
.title_desc {
|
332
|
+
font-size: 20px;
|
333
|
+
line-height: 28px;
|
334
|
+
color: #dddddd;
|
335
|
+
margin-left: 12px;
|
336
|
+
}
|
337
|
+
|
338
|
+
.intro_desc {
|
339
|
+
margin-top: 32px;
|
340
|
+
font-size: 16px;
|
341
|
+
line-height: 30px;
|
342
|
+
word-break: break-all;
|
343
|
+
}
|
344
|
+
|
345
|
+
.intro_line {
|
346
|
+
color: #dddddd;
|
347
|
+
font-size: 28px;
|
348
|
+
font-weight: 100;
|
349
|
+
}
|
350
|
+
|
351
|
+
.intro_cate {
|
352
|
+
width: 100%;
|
353
|
+
margin-top: 60px;
|
354
|
+
align-items: center;
|
355
|
+
justify-content: space-evenly;
|
356
|
+
}
|
357
|
+
|
358
|
+
.year,
|
359
|
+
.recruit,
|
360
|
+
.teachers {
|
361
|
+
align-items: center;
|
362
|
+
justify-content: center;
|
363
|
+
font-size: 42px;
|
364
|
+
font-weight: 700;
|
365
|
+
}
|
366
|
+
|
367
|
+
.year_suffix,
|
368
|
+
.recruit_suffix,
|
369
|
+
.teachers_suffix {
|
370
|
+
font-size: 14px;
|
371
|
+
}
|
372
|
+
|
373
|
+
.year_desc,
|
374
|
+
.recruit_desc,
|
375
|
+
.teachers_desc {
|
376
|
+
font-size: 16px;
|
377
|
+
color: #666;
|
378
|
+
font-weight: 500;
|
379
|
+
line-height: 24px;
|
380
|
+
margin-top: 2px;
|
381
|
+
}
|
382
|
+
|
383
|
+
.intro_img,
|
384
|
+
.intro_img_box,
|
385
|
+
.intro_img_bg {
|
386
|
+
width: 380px;
|
387
|
+
height: 507px;
|
388
|
+
border-radius: 4px;
|
389
|
+
}
|
390
|
+
|
391
|
+
.intro_img_box {
|
392
|
+
position: relative;
|
393
|
+
}
|
394
|
+
|
395
|
+
.intro_img_bg {
|
396
|
+
position: absolute;
|
397
|
+
top: 30px;
|
398
|
+
left: 30px;
|
399
|
+
}
|
400
|
+
|
401
|
+
.intro_img {
|
402
|
+
position: absolute;
|
403
|
+
top: 0;
|
404
|
+
left: 0;
|
405
|
+
}
|
406
|
+
|
407
|
+
/* 模块2 */
|
408
|
+
.module2 {
|
409
|
+
padding: 0 140px 90px;
|
410
|
+
}
|
411
|
+
|
412
|
+
.module2_content,
|
413
|
+
.module2_content2,
|
414
|
+
.module2_content3 {
|
415
|
+
/* width: 100%; */
|
416
|
+
position: relative;
|
417
|
+
flex-wrap: wrap;
|
418
|
+
/* display: grid; */
|
419
|
+
}
|
420
|
+
|
421
|
+
.module2_content2 {
|
422
|
+
/* grid-template-columns: repeat(2, minmax(0, 1fr)); */
|
423
|
+
}
|
424
|
+
|
425
|
+
.module2_content3 {
|
426
|
+
/* grid-template-columns: repeat(3, minmax(0, 1fr)); */
|
427
|
+
}
|
428
|
+
|
429
|
+
.module2_content {
|
430
|
+
padding: 50px 0 0;
|
431
|
+
}
|
432
|
+
|
433
|
+
.course_box,
|
434
|
+
.module2_content2 .course_box {
|
435
|
+
position: relative;
|
436
|
+
justify-content: start;
|
437
|
+
align-items: center;
|
438
|
+
/* margin: 10px; */
|
439
|
+
padding-bottom: 40px;
|
440
|
+
box-shadow: 0 4px 24px 0 #00000014;
|
441
|
+
/* overflow: hidden; */
|
442
|
+
border-radius: 4px;
|
443
|
+
/* max-width: 380px; */
|
444
|
+
}
|
445
|
+
|
446
|
+
.module2_content2 .course_box:nth-child(1),
|
447
|
+
.module2_content2 .course_box:nth-child(2) {
|
448
|
+
/* max-width: 580px; */
|
449
|
+
}
|
450
|
+
|
451
|
+
.course_box:hover {
|
452
|
+
margin: 0 5px 2px;
|
453
|
+
box-shadow: 0 4px 24px 0 #00000029;
|
454
|
+
|
496
455
|
.course_consult {
|
497
|
-
|
498
|
-
|
499
|
-
}
|
500
|
-
|
501
|
-
/* 模块3 */
|
502
|
-
.module3 {
|
503
|
-
background: rgba(53, 116, 230, 0.04);
|
504
|
-
padding: 0 140px 80px;
|
505
|
-
}
|
506
|
-
|
507
|
-
.module3_content {
|
508
|
-
padding: 30px 0 0;
|
509
|
-
}
|
510
|
-
|
511
|
-
.course_box2,
|
512
|
-
.course_box3 {
|
513
|
-
width: 100%;
|
514
|
-
position: relative;
|
515
|
-
margin: 20px 0;
|
456
|
+
background: var(--main-color);
|
457
|
+
color: #fff !important;
|
516
458
|
}
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
459
|
+
}
|
460
|
+
|
461
|
+
.course_box img {
|
462
|
+
border-top-right-radius: 4px;
|
463
|
+
border-top-left-radius: 4px;
|
464
|
+
width: 100%;
|
465
|
+
height: 100px;
|
466
|
+
}
|
467
|
+
|
468
|
+
.course_title {
|
469
|
+
font-size: 24px;
|
470
|
+
line-height: 32px;
|
471
|
+
font-weight: 700;
|
472
|
+
margin-top: 24px;
|
473
|
+
}
|
474
|
+
|
475
|
+
.course_desc {
|
476
|
+
word-break: break-all;
|
477
|
+
font-size: 14px;
|
478
|
+
line-height: 24px;
|
479
|
+
margin-top: 14px;
|
480
|
+
}
|
481
|
+
|
482
|
+
.course_consult {
|
483
|
+
margin-top: 14px;
|
484
|
+
border: 1px solid #3574e6;
|
485
|
+
border-radius: 20px;
|
486
|
+
height: 40px;
|
487
|
+
width: 84px;
|
488
|
+
}
|
489
|
+
|
490
|
+
.course_title,
|
491
|
+
.course_desc,
|
492
|
+
.course_consult,
|
493
|
+
.course_title,
|
494
|
+
.course_desc,
|
495
|
+
.course_consult {
|
496
|
+
padding: 0 16px;
|
497
|
+
text-align: center;
|
498
|
+
}
|
499
|
+
|
500
|
+
/* 模块3 */
|
501
|
+
.module3 {
|
502
|
+
background: rgba(53, 116, 230, 0.04);
|
503
|
+
padding: 0 140px 80px;
|
504
|
+
}
|
505
|
+
|
506
|
+
.module3_content {
|
507
|
+
padding: 30px 0 0;
|
508
|
+
}
|
509
|
+
|
510
|
+
.course_box2,
|
511
|
+
.course_box3 {
|
512
|
+
width: 100%;
|
513
|
+
position: relative;
|
514
|
+
margin: 20px 0;
|
515
|
+
}
|
516
|
+
|
517
|
+
.course_box2 {
|
518
|
+
justify-content: end;
|
519
|
+
}
|
520
|
+
|
521
|
+
.course_box3 {
|
522
|
+
justify-content: start;
|
523
|
+
}
|
524
|
+
|
525
|
+
.course_box2:hover,
|
526
|
+
.course_box3:hover {
|
527
|
+
margin: 10px 0 30px;
|
528
|
+
|
536
529
|
.course_box2_txt,
|
537
530
|
.course_box3_txt {
|
538
|
-
|
539
|
-
width: 72%;
|
540
|
-
border-radius: 4px;
|
541
|
-
background: white;
|
542
|
-
min-height: 320px;
|
543
|
-
box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
|
544
|
-
}
|
545
|
-
|
546
|
-
.course_box2_txt {
|
547
|
-
padding: 20px 40px 20px 0;
|
548
|
-
align-items: end;
|
549
|
-
}
|
550
|
-
|
551
|
-
.course_box3_txt {
|
552
|
-
align-items: start;
|
553
|
-
padding: 20px 0 20px 40px;
|
554
|
-
}
|
555
|
-
|
556
|
-
.txt_box {
|
557
|
-
width: 72%;
|
558
|
-
height: 100%;
|
559
|
-
align-items: start;
|
560
|
-
justify-content: center;
|
561
|
-
}
|
562
|
-
|
563
|
-
.txt_title {
|
564
|
-
font-size: 24px;
|
565
|
-
line-height: 32px;
|
566
|
-
font-weight: 700;
|
567
|
-
}
|
568
|
-
|
569
|
-
.txt_desc {
|
570
|
-
font-size: 14px;
|
571
|
-
color: #666;
|
572
|
-
line-height: 24px;
|
573
|
-
margin-top: 16px;
|
574
|
-
word-break: break-all;
|
575
|
-
}
|
576
|
-
|
577
|
-
.txt_consult {
|
578
|
-
color: #fff;
|
579
|
-
font-size: 14px;
|
580
|
-
line-height: 20px;
|
581
|
-
padding: 6px 24px;
|
582
|
-
border-radius: 4px;
|
583
|
-
margin-top: 24px;
|
584
|
-
}
|
585
|
-
|
586
|
-
.course_box2_img1,
|
587
|
-
.course_box2_img2 {
|
588
|
-
position: absolute;
|
589
|
-
top: 20px;
|
590
|
-
/* width: 498px; */
|
591
|
-
width: 40.5%;
|
592
|
-
height: calc(100% - 40px);
|
593
|
-
border-radius: 4px;
|
594
|
-
z-index: 10;
|
531
|
+
box-shadow: 0 4px 24px 0 #00000029;
|
595
532
|
}
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
533
|
+
}
|
534
|
+
|
535
|
+
.course_box2_txt,
|
536
|
+
.course_box3_txt {
|
537
|
+
/* max-width: 980px; */
|
538
|
+
width: 72%;
|
539
|
+
border-radius: 4px;
|
540
|
+
background: white;
|
541
|
+
min-height: 320px;
|
542
|
+
box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
|
543
|
+
}
|
544
|
+
|
545
|
+
.course_box2_txt {
|
546
|
+
padding: 20px 40px 20px 0;
|
547
|
+
align-items: end;
|
548
|
+
}
|
549
|
+
|
550
|
+
.course_box3_txt {
|
551
|
+
align-items: start;
|
552
|
+
padding: 20px 0 20px 40px;
|
553
|
+
}
|
554
|
+
|
555
|
+
.txt_box {
|
556
|
+
width: 72%;
|
557
|
+
height: 100%;
|
558
|
+
align-items: start;
|
559
|
+
justify-content: center;
|
560
|
+
}
|
561
|
+
|
562
|
+
.txt_title {
|
563
|
+
font-size: 24px;
|
564
|
+
line-height: 32px;
|
565
|
+
font-weight: 700;
|
566
|
+
}
|
567
|
+
|
568
|
+
.txt_desc {
|
569
|
+
font-size: 14px;
|
570
|
+
color: #666;
|
571
|
+
line-height: 24px;
|
572
|
+
margin-top: 16px;
|
573
|
+
word-break: break-all;
|
574
|
+
}
|
575
|
+
|
576
|
+
.txt_consult {
|
577
|
+
color: #fff;
|
578
|
+
font-size: 14px;
|
579
|
+
line-height: 20px;
|
580
|
+
padding: 6px 24px;
|
581
|
+
border-radius: 4px;
|
582
|
+
margin-top: 24px;
|
583
|
+
}
|
584
|
+
|
585
|
+
.course_box2_img1,
|
586
|
+
.course_box2_img2 {
|
587
|
+
position: absolute;
|
588
|
+
top: 20px;
|
589
|
+
/* width: 498px; */
|
590
|
+
width: 40.5%;
|
591
|
+
height: calc(100% - 40px);
|
592
|
+
border-radius: 4px;
|
593
|
+
z-index: 10;
|
594
|
+
}
|
595
|
+
|
596
|
+
.course_box2_img1 {
|
597
|
+
left: 0;
|
598
|
+
/* padding: 20px 48px 20px 0; */
|
599
|
+
}
|
600
|
+
|
601
|
+
.course_box2_img2 {
|
602
|
+
right: 0;
|
603
|
+
/* padding: 20px 0 20px 48px; */
|
604
|
+
}
|
605
|
+
|
606
|
+
/* .intro_img_bg, */
|
607
|
+
.icon_gray_add,
|
608
|
+
.course_box .aidition,
|
609
|
+
.course_box .add_modules {
|
610
|
+
/* display: none; */
|
611
|
+
}
|
612
|
+
|
613
|
+
/* .web_top:focus-within .aidition, */
|
614
|
+
/* .top_banner:focus-within .aidition, */
|
615
|
+
/* .content_top:focus-within .aidition, */
|
616
|
+
/* .module1_content:focus-within .aidition, */
|
617
|
+
/* .module1:focus-within > .aidition, */
|
618
|
+
/* .module2:focus-within > .aidition, */
|
619
|
+
/* .module3:focus-within > .aidition, */
|
620
|
+
/* .course_box:last-of-type:focus-within .icon_gray_add, */
|
621
|
+
/* .course_box2:last-of-type:focus-within .icon_gray_add, */
|
622
|
+
/* .course_box3:last-of-type:focus-within .icon_gray_add, */
|
623
|
+
/* .content_top:focus-within .cont_aidition, */
|
624
|
+
/* .module1_content:focus-within .cont_aidition, */
|
625
|
+
/* .course_box:focus-within .cont_aidition, */
|
626
|
+
/* .course_box2:focus-within .cont_aidition, */
|
627
|
+
/* .course_box3:focus-within .cont_aidition { */
|
628
|
+
/* display: flex; */
|
629
|
+
/* } */
|
630
|
+
|
631
|
+
/* 移動端 */
|
632
|
+
@media (max-width: 1200px) {
|
633
|
+
/* 自定义轮播父级样式 */
|
634
|
+
.gp-designer-m-swiper {
|
635
|
+
display: flex;
|
636
|
+
flex-direction: row;
|
637
|
+
flex-wrap: nowrap !important;
|
638
|
+
width: 100% !important;
|
600
639
|
}
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
640
|
+
|
641
|
+
/* 自定义轮播子项样式 */
|
642
|
+
.gp-designer-m-swiper-slide {
|
643
|
+
width: 100% !important;
|
644
|
+
min-width: 100% !important;
|
605
645
|
}
|
606
|
-
|
607
|
-
/*
|
608
|
-
.
|
609
|
-
.
|
610
|
-
|
611
|
-
/* display: none; */
|
646
|
+
|
647
|
+
/* 自定义轮播按钮样式 */
|
648
|
+
.swiper-button-next::after,
|
649
|
+
.swiper-button-prev::after {
|
650
|
+
font-size: 20px !important;
|
612
651
|
}
|
613
|
-
|
614
|
-
/* .web_top:focus-within .aidition, */
|
615
|
-
/* .top_banner:focus-within .aidition, */
|
616
|
-
/* .content_top:focus-within .aidition, */
|
617
|
-
/* .module1_content:focus-within .aidition, */
|
618
|
-
/* .module1:focus-within > .aidition, */
|
619
|
-
/* .module2:focus-within > .aidition, */
|
620
|
-
/* .module3:focus-within > .aidition, */
|
621
|
-
/* .course_box:last-of-type:focus-within .icon_gray_add, */
|
622
|
-
/* .course_box2:last-of-type:focus-within .icon_gray_add, */
|
623
|
-
/* .course_box3:last-of-type:focus-within .icon_gray_add, */
|
624
|
-
/* .content_top:focus-within .cont_aidition, */
|
625
|
-
/* .module1_content:focus-within .cont_aidition, */
|
626
|
-
/* .course_box:focus-within .cont_aidition, */
|
627
|
-
/* .course_box2:focus-within .cont_aidition, */
|
628
|
-
/* .course_box3:focus-within .cont_aidition { */
|
629
|
-
/* display: flex; */
|
630
|
-
/* } */
|
631
|
-
|
652
|
+
}
|