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.
@@ -1,631 +1,652 @@
1
-
2
1
  /* 主题色 */
3
2
  :root {
4
- --main-color: #3574e6;
5
- /* 默认颜色 */
6
- }
7
-
8
- .theme_text {
9
- color: var(--main-color) !important;
10
- }
11
-
12
- .theme_bg {
13
- background: var(--main-color) !important;
14
- color: #fff;
15
- }
16
-
17
- .theme_border {
18
- border-color: var(--main-color) !important;
19
- }
20
-
21
- .danger_color {
22
- color: #f01d1d;
23
- }
24
-
25
- .danger_bg {
26
- background: rgba(240, 29, 29, 0.8) !important;
27
- }
28
-
29
- .danger_border {
30
- border-color: #f01d1d !important;
31
- }
32
-
33
- .mb40 {
34
- margin-bottom: 40px;
35
- }
36
-
37
- img {
38
- object-fit: cover;
39
- }
40
-
41
- /* flex public */
42
- .add_modules .iconfont,
43
- .add_modules span,
44
- .top_box,
45
- .top_logo,
46
- .intro_cate,
47
- .service_tip,
48
- .module1_content,
49
- .module2_content,
50
- .aidition,
51
- .aidition_right,
52
- .module2_content2,
53
- .module2_content3,
54
- .cont_aidition,
55
- .course_box2,
56
- .course_box3 {
57
- display: flex;
58
- flex-direction: row;
59
- }
60
-
61
- .web_top,
62
- .course_box,
63
- .top_service,
64
- .module1,
65
- .module2,
66
- .module3,
67
- .module3_content,
68
- .content_top,
69
- .intro_left,
70
- .year,
71
- .recruit,
72
- .teachers,
73
- .course_box2_txt,
74
- .course_box3_txt,
75
- .txt_box {
76
- display: flex;
77
- flex-direction: column;
78
- }
79
-
80
- /* 模块样式 */
81
- .add_modules {
82
- display: none;
83
- position: absolute;
84
- bottom: -40px;
85
- left: 0;
86
- flex-direction: row;
87
- align-items: center;
88
- justify-content: center;
89
- width: 100%;
90
- height: 40px;
91
- background: #eeeeee;
92
- font-size: 14px;
93
- font-weight: 400;
94
- line-height: 20;
95
- color: #333;
96
- cursor: pointer;
97
- }
98
-
99
- .add_modules .iconfont,
100
- .add_modules span {
101
- height: 14px;
102
- align-items: center;
103
- justify-content: center;
104
- }
105
-
106
- .add_modules .iconfont {
107
- height: 14px;
108
- margin: 6px;
109
- }
110
-
111
- /* 添加 图标 */
112
- .icon_gray_add {
113
- display: none;
114
- justify-content: center;
115
- align-items: center;
116
- position: absolute;
117
- right: -36px;
118
- top: 50%;
119
- color: #999;
120
- font-size: 35px !important;
121
- width: 35px;
122
- height: 35px;
123
- cursor: pointer;
124
- }
125
-
126
- .icon_gray_add:hover {
127
- color: #666;
128
- }
129
-
130
- .course_box2 .icon_gray_add,
131
- .course_box3 .icon_gray_add {
132
- right: -50px;
133
- }
134
-
135
- .cont_aidition {
136
- /* display: none; */
137
- background: white;
138
- box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
139
- padding: 8px 12px;
140
- position: absolute;
141
- top: -38px;
142
- right: 0px;
143
- column-gap: 24px;
144
- height: 32px;
145
- align-items: center;
146
- }
147
-
148
- .cont_aidition span {
149
- color: #999;
150
- cursor: pointer;
151
- }
152
-
153
- .cont_aidition span:hover {
154
- color: #666;
155
- }
156
-
157
- .goodschool {
158
- width: 100%;
159
- height: 100%;
160
- overflow: hidden;
161
- color: #333333;
162
- background: #eff1f7;
163
- }
164
-
165
- .goodschool_web {
166
- flex: 1;
167
- height: 100%;
168
- /* overflow-y: auto; */
169
- }
170
-
171
- /* 头部 */
172
- .web_top {
173
- padding: 10px 140px;
174
- background: white;
175
- position: relative;
176
- }
177
-
178
- .top_box {
179
- width: 100%;
180
- /* height: 80px; */
181
- /* padding: 0 140px; */
182
- justify-content: space-between;
183
- align-items: center;
184
- }
185
-
186
- /* 左边logo */
187
- .top_logo {
188
- position: relative;
189
- align-items: center;
190
- column-gap: 16px;
191
- }
192
-
193
- .school_logo {
194
- width: 60px;
195
- height: 60px;
196
- }
197
-
198
- .school_name {
199
- font-size: 28px;
200
- font-weight: 700;
201
- }
202
-
203
- /* 右边热线 */
204
- .top_service {
205
- align-items: end;
206
- }
207
-
208
- .service_hot_line {
209
- font-size: 24px;
210
- font-weight: 700;
211
- line-height: 32px;
212
- }
213
-
214
- .service_tip {
215
- position: relative;
216
- align-items: center;
217
- column-gap: 8px;
218
- }
219
-
220
- .service_tip .iconfont {
221
- font-size: 20px;
222
- }
223
-
224
- .tip_text {
225
- font-size: 16px;
226
- }
227
-
228
- /* banner */
229
- .top_banner {
230
- position: relative;
231
- }
232
-
233
- .top_banner img {
234
- width: 100%;
235
- height: 460px;
236
- }
237
-
238
- /* 内容 */
239
- .module1,
240
- .module2,
241
- .module3 {
242
- /* padding: 0 140px; */
243
- background: white;
244
- position: relative;
245
- }
246
-
247
- .module1,
248
- .module2,
249
- .content_top {
250
- align-items: center;
251
- }
252
-
253
- .module1 {
254
- padding: 0 140px 110px;
255
- }
256
-
257
- .content_top {
258
- position: relative;
259
- width: 100%;
260
- padding-bottom: 32px;
261
- }
262
-
263
- .content_title {
264
- font-size: 44px;
265
- font-weight: 700;
266
- margin-top: 52px;
267
- }
268
-
269
- .title_border {
270
- height: 14px;
271
- width: 80px;
272
- border-bottom: 2px solid #333;
273
- }
274
-
275
- .content_desc {
276
- font-size: 20px;
277
- color: #666;
278
- line-height: 28px;
279
- padding-top: 16px;
280
- }
281
-
282
- .module1_content,
283
- .module2_content,
284
- .module3_content {
285
- width: 100%;
286
- align-items: center;
287
- }
288
-
289
- /* 顶部操作条 */
290
- .aidition {
291
- display: none;
292
- align-items: center;
293
- justify-content: space-between;
294
- width: 100%;
295
- height: 40px;
296
- background: rgba(0, 0, 0, 0.6);
297
- color: white;
298
- font-size: 14px;
299
- position: absolute;
300
- top: 0;
301
- left: 0;
302
- padding: 0 48px;
303
- }
304
-
305
- .aidition_right {
306
- column-gap: 24px;
307
- }
308
-
309
- .aidition_right span {
310
- cursor: pointer;
311
- }
312
-
313
- /* 模块1 */
314
- .module1_content {
315
- position: relative;
316
- justify-content: space-between;
317
- padding: 60px 0 0;
318
- }
319
-
320
- .intro_left {
321
- flex: 1;
322
- align-items: start;
323
- margin-right: 80px;
324
- }
325
-
326
- .intro_title {
327
- font-size: 30px;
328
- font-weight: 700;
329
- line-height: 36px;
330
- }
331
-
332
- .title_desc {
333
- font-size: 20px;
334
- line-height: 28px;
335
- color: #dddddd;
336
- margin-left: 12px;
337
- }
338
-
339
- .intro_desc {
340
- margin-top: 32px;
341
- font-size: 16px;
342
- line-height: 30px;
343
- word-break: break-all;
344
- }
345
-
346
- .intro_line {
347
- color: #dddddd;
348
- font-size: 28px;
349
- font-weight: 100;
350
- }
351
-
352
- .intro_cate {
353
- width: 100%;
354
- margin-top: 60px;
355
- align-items: center;
356
- justify-content: space-evenly;
357
- }
358
-
359
- .year,
360
- .recruit,
361
- .teachers {
362
- align-items: center;
363
- justify-content: center;
364
- font-size: 42px;
365
- font-weight: 700;
366
- }
367
-
368
- .year_suffix,
369
- .recruit_suffix,
370
- .teachers_suffix {
371
- font-size: 14px;
372
- }
373
-
374
- .year_desc,
375
- .recruit_desc,
376
- .teachers_desc {
377
- font-size: 16px;
378
- color: #666;
379
- font-weight: 500;
380
- line-height: 24px;
381
- margin-top: 2px;
382
- }
383
-
384
- .intro_img,
385
- .intro_img_box,
386
- .intro_img_bg {
387
- width: 380px;
388
- height: 507px;
389
- border-radius: 4px;
390
- }
391
-
392
- .intro_img_box {
393
- position: relative;
394
- }
395
-
396
- .intro_img_bg {
397
- position: absolute;
398
- top: 30px;
399
- left: 30px;
400
- }
401
-
402
- .intro_img {
403
- position: absolute;
404
- top: 0;
405
- left: 0;
406
- }
407
-
408
- /* 模块2 */
409
- .module2 {
410
- padding: 0 140px 90px;
411
- }
412
-
413
- .module2_content,
414
- .module2_content2,
415
- .module2_content3 {
416
- /* width: 100%; */
417
- position: relative;
418
- flex-wrap: wrap;
419
- /* display: grid; */
420
- }
421
-
422
- .module2_content2 {
423
- /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
424
- }
425
-
426
- .module2_content3 {
427
- /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
428
- }
429
-
430
- .module2_content {
431
- padding: 50px 0 0;
432
- }
433
-
434
- .course_box,
435
- .module2_content2 .course_box {
436
- position: relative;
437
- justify-content: start;
438
- align-items: center;
439
- /* margin: 10px; */
440
- padding-bottom: 40px;
441
- box-shadow: 0 4px 24px 0 #00000014;
442
- /* overflow: hidden; */
443
- border-radius: 4px;
444
- /* max-width: 380px; */
445
- }
446
-
447
- .module2_content2 .course_box:nth-child(1),
448
- .module2_content2 .course_box:nth-child(2) {
449
- /* max-width: 580px; */
450
- }
451
-
452
- .course_box:hover {
453
- margin: 0 5px 2px;
454
- box-shadow: 0 4px 24px 0 #00000029;
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
- padding: 0 16px;
498
- text-align: center;
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
- .course_box2 {
519
- justify-content: end;
520
- }
521
-
522
- .course_box3 {
523
- justify-content: start;
524
- }
525
-
526
- .course_box2:hover,
527
- .course_box3:hover {
528
- margin: 10px 0 30px;
529
-
530
- .course_box2_txt,
531
- .course_box3_txt {
532
- box-shadow: 0 4px 24px 0 #00000029;
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
- /* max-width: 980px; */
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
- .course_box2_img1 {
598
- left: 0;
599
- /* padding: 20px 48px 20px 0; */
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
- .course_box2_img2 {
603
- right: 0;
604
- /* padding: 20px 0 20px 48px; */
640
+
641
+ /* 自定义轮播子项样式 */
642
+ .gp-designer-m-swiper-slide {
643
+ width: 100% !important;
644
+ min-width: 100% !important;
605
645
  }
606
-
607
- /* .intro_img_bg, */
608
- .icon_gray_add,
609
- .course_box .aidition,
610
- .course_box .add_modules {
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
+ }