gp-designer 1.0.36 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,792 +0,0 @@
1
- /* 主题色 */
2
- :root {
3
- --main-color: #3574e6; /* 默认颜色 */
4
- }
5
-
6
- .theme_text {
7
- color: var(--main-color) !important;
8
- }
9
- .theme_bg {
10
- background: var(--main-color) !important;
11
- color: #fff;
12
- }
13
- .theme_border {
14
- border-color: var(--main-color) !important;
15
- }
16
-
17
- .danger_color {
18
- color: #f01d1d;
19
- }
20
- .danger_bg {
21
- background: rgba(240, 29, 29, 0.8) !important;
22
- }
23
- .danger_border {
24
- border-color: #f01d1d !important;
25
- }
26
- .mb40 {
27
- margin-bottom: 40px;
28
- }
29
-
30
- img {
31
- object-fit: cover;
32
- }
33
-
34
- /* flex public */
35
- .add_modules .iconfont,
36
- .add_modules span,
37
- .top_box,
38
- .top_logo,
39
- .intro_cate,
40
- .service_tip,
41
- .module1_content,
42
- .module2_content,
43
- .aidition,
44
- .aidition_right,
45
- .module2_content2,
46
- .module2_content3,
47
- .cont_aidition,
48
- .course_box2,
49
- .course_box3 {
50
- display: flex;
51
- flex-direction: row;
52
- }
53
-
54
- .web_top,
55
- .course_box,
56
- .top_service,
57
- .module1,
58
- .module2,
59
- .module3,
60
- .module3_content,
61
- .content_top,
62
- .intro_left,
63
- .year,
64
- .recruit,
65
- .teachers,
66
- .course_box2_txt,
67
- .course_box3_txt,
68
- .txt_box {
69
- display: flex;
70
- flex-direction: column;
71
- }
72
-
73
- /* 模块样式 */
74
- .add_modules {
75
- display: none;
76
- position: absolute;
77
- bottom: -40px;
78
- left: 0;
79
- flex-direction: row;
80
- align-items: center;
81
- justify-content: center;
82
- width: 100%;
83
- height: 40px;
84
- background: #eeeeee;
85
- font-size: 14px;
86
- font-weight: 400;
87
- line-height: 20;
88
- color: #333;
89
- cursor: pointer;
90
- }
91
- .add_modules .iconfont,
92
- .add_modules span {
93
- height: 14px;
94
- align-items: center;
95
- justify-content: center;
96
- }
97
- .add_modules .iconfont {
98
- height: 14px;
99
- margin: 6px;
100
- }
101
-
102
- /* 添加 图标 */
103
- .icon_gray_add {
104
- display: none;
105
- justify-content: center;
106
- align-items: center;
107
- position: absolute;
108
- right: -36px;
109
- top: 50%;
110
- color: #999;
111
- font-size: 35px !important;
112
- width: 35px;
113
- height: 35px;
114
- cursor: pointer;
115
- }
116
- .icon_gray_add:hover {
117
- color: #666;
118
- }
119
- .course_box2 .icon_gray_add,
120
- .course_box3 .icon_gray_add {
121
- right: -50px;
122
- }
123
- .cont_aidition {
124
- /* display: none; */
125
- background: white;
126
- box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
127
- padding: 8px 12px;
128
- position: absolute;
129
- top: -38px;
130
- right: 0px;
131
- column-gap: 24px;
132
- height: 32px;
133
- align-items: center;
134
- }
135
- .cont_aidition span {
136
- color: #999;
137
- cursor: pointer;
138
- }
139
- .cont_aidition span:hover {
140
- color: #666;
141
- }
142
-
143
- .goodschool {
144
- width: 100%;
145
- height: 100%;
146
- overflow: hidden;
147
- color: #333333;
148
- background: #eff1f7;
149
- }
150
- .goodschool_web {
151
- flex: 1;
152
- height: 100%;
153
- /* overflow-y: auto; */
154
- }
155
- /* 头部 */
156
- .web_top {
157
- padding: 10px 140px;
158
- background: white;
159
- position: relative;
160
- }
161
- .top_box {
162
- width: 100%;
163
- /* height: 80px; */
164
- /* padding: 0 140px; */
165
- justify-content: space-between;
166
- align-items: center;
167
- }
168
- /* 左边logo */
169
- .top_logo {
170
- position: relative;
171
- align-items: center;
172
- column-gap: 16px;
173
- }
174
- .school_logo {
175
- width: 60px;
176
- height: 60px;
177
- }
178
- .school_name {
179
- font-size: 28px;
180
- font-weight: 700;
181
- }
182
-
183
- /* 右边热线 */
184
- .top_service {
185
- align-items: end;
186
- }
187
- .service_hot_line {
188
- font-size: 24px;
189
- font-weight: 700;
190
- line-height: 32px;
191
- }
192
- .service_tip {
193
- position: relative;
194
- align-items: center;
195
- column-gap: 8px;
196
- }
197
- .service_tip .iconfont {
198
- font-size: 20px;
199
- }
200
- .tip_text {
201
- font-size: 16px;
202
- }
203
-
204
- /* banner */
205
- .top_banner {
206
- position: relative;
207
- }
208
- .top_banner img {
209
- width: 100%;
210
- height: 460px;
211
- }
212
-
213
- /* 内容 */
214
- .module1,
215
- .module2,
216
- .module3 {
217
- /* padding: 0 140px; */
218
- background: white;
219
- position: relative;
220
- }
221
- .module1,
222
- .module2,
223
- .content_top {
224
- align-items: center;
225
- }
226
- .module1 {
227
- padding: 0 140px 110px;
228
- }
229
- .content_top {
230
- position: relative;
231
- width: 100%;
232
- padding-bottom: 32px;
233
- }
234
- .content_title {
235
- font-size: 44px;
236
- font-weight: 700;
237
- margin-top: 52px;
238
- }
239
- .title_border {
240
- height: 14px;
241
- width: 80px;
242
- border-bottom: 2px solid #333;
243
- }
244
- .content_desc {
245
- font-size: 20px;
246
- color: #666;
247
- line-height: 28px;
248
- padding-top: 16px;
249
- }
250
- .module1_content,
251
- .module2_content,
252
- .module3_content {
253
- width: 100%;
254
- align-items: center;
255
- }
256
-
257
- /* 顶部操作条 */
258
- .aidition {
259
- display: none;
260
- align-items: center;
261
- justify-content: space-between;
262
- width: 100%;
263
- height: 40px;
264
- background: rgba(0, 0, 0, 0.6);
265
- color: white;
266
- font-size: 14px;
267
- position: absolute;
268
- top: 0;
269
- left: 0;
270
- padding: 0 48px;
271
- }
272
- .aidition_right {
273
- column-gap: 24px;
274
- }
275
- .aidition_right span {
276
- cursor: pointer;
277
- }
278
-
279
- /* 模块1 */
280
- .module1_content {
281
- position: relative;
282
- justify-content: space-between;
283
- padding: 60px 0 0;
284
- }
285
- .intro_left {
286
- flex: 1;
287
- align-items: start;
288
- margin-right: 80px;
289
- }
290
- .intro_title {
291
- font-size: 30px;
292
- font-weight: 700;
293
- line-height: 36px;
294
- }
295
- .title_desc {
296
- font-size: 20px;
297
- line-height: 28px;
298
- color: #dddddd;
299
- margin-left: 12px;
300
- }
301
- .intro_desc {
302
- margin-top: 32px;
303
- font-size: 16px;
304
- line-height: 30px;
305
- word-break: break-all;
306
- }
307
- .intro_line {
308
- color: #dddddd;
309
- font-size: 28px;
310
- font-weight: 100;
311
- }
312
- .intro_cate {
313
- width: 100%;
314
- margin-top: 60px;
315
- align-items: center;
316
- justify-content: space-evenly;
317
- }
318
- .year,
319
- .recruit,
320
- .teachers {
321
- align-items: center;
322
- justify-content: center;
323
- font-size: 42px;
324
- font-weight: 700;
325
- }
326
- .year_suffix,
327
- .recruit_suffix,
328
- .teachers_suffix {
329
- font-size: 14px;
330
- }
331
-
332
- .year_desc,
333
- .recruit_desc,
334
- .teachers_desc {
335
- font-size: 16px;
336
- color: #666;
337
- font-weight: 500;
338
- line-height: 24px;
339
- margin-top: 2px;
340
- }
341
- .intro_img,
342
- .intro_img_box,
343
- .intro_img_bg {
344
- width: 380px;
345
- height: 507px;
346
- border-radius: 4px;
347
- }
348
- .intro_img_box {
349
- position: relative;
350
- }
351
- .intro_img_bg {
352
- position: absolute;
353
- top: 30px;
354
- left: 30px;
355
- }
356
-
357
- .intro_img {
358
- position: absolute;
359
- top: 0;
360
- left: 0;
361
- }
362
-
363
- /* 模块2 */
364
- .module2 {
365
- padding: 0 140px 90px;
366
- }
367
- .module2_content,
368
- .module2_content2,
369
- .module2_content3 {
370
- width: 100%;
371
- position: relative;
372
- flex-wrap: wrap;
373
- display: grid;
374
- }
375
- .module2_content2 {
376
- grid-template-columns: repeat(2, minmax(0, 1fr));
377
- }
378
-
379
- .module2_content3 {
380
- grid-template-columns: repeat(3, minmax(0, 1fr));
381
- }
382
-
383
- .module2_content {
384
- padding: 50px 0 0;
385
- }
386
- .course_box,
387
- .module2_content2 .course_box {
388
- position: relative;
389
- justify-content: start;
390
- align-items: center;
391
- margin: 10px;
392
- padding-bottom: 40px;
393
- box-shadow: 0 4px 24px 0 #00000014;
394
- /* overflow: hidden; */
395
- border-radius: 4px;
396
- /* max-width: 380px; */
397
- }
398
- .module2_content2 .course_box:nth-child(1),
399
- .module2_content2 .course_box:nth-child(2) {
400
- /* max-width: 580px; */
401
- }
402
- .course_box:hover {
403
- margin: 0 10px 20px;
404
- box-shadow: 0 4px 24px 0 #00000029;
405
- .course_consult {
406
- background: var(--main-color);
407
- color: #fff !important;
408
- }
409
- }
410
-
411
- .course_box img {
412
- border-top-right-radius: 4px;
413
- border-top-left-radius: 4px;
414
- width: 100%;
415
- height: 300px;
416
- }
417
-
418
- .course_title {
419
- font-size: 24px;
420
- line-height: 32px;
421
- font-weight: 700;
422
- margin-top: 24px;
423
- }
424
- .course_desc {
425
- word-break: break-all;
426
- font-size: 14px;
427
- line-height: 24px;
428
- margin-top: 14px;
429
- }
430
- .course_consult {
431
- margin-top: 14px;
432
- border: 1px solid var(--main-color);
433
- border-radius: 20px;
434
- height: 40px;
435
- width: 184px;
436
- }
437
- .course_title,
438
- .course_desc,
439
- .course_consult,
440
- .course_title,
441
- .course_desc,
442
- .course_consult {
443
- padding: 0 16px;
444
- text-align: center;
445
- }
446
-
447
- /* 模块3 */
448
- .module3 {
449
- background: rgba(53, 116, 230, 0.04);
450
- padding: 0 140px 80px;
451
- }
452
- .module3_content {
453
- padding: 30px 0 0;
454
- }
455
- .course_box2,
456
- .course_box3 {
457
- width: 100%;
458
- position: relative;
459
- margin: 20px 0;
460
- }
461
- .course_box2 {
462
- justify-content: end;
463
- }
464
- .course_box3 {
465
- justify-content: start;
466
- }
467
- .course_box2:hover,
468
- .course_box3:hover {
469
- margin: 10px 0 30px;
470
- .course_box2_txt,
471
- .course_box3_txt {
472
- box-shadow: 0 4px 24px 0 #00000029;
473
- }
474
- }
475
-
476
- .course_box2_txt,
477
- .course_box3_txt {
478
- /* max-width: 980px; */
479
- width: 72%;
480
- border-radius: 4px;
481
- background: white;
482
- min-height: 320px;
483
- box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
484
- }
485
- .course_box2_txt {
486
- padding: 20px 40px 20px 0;
487
- align-items: end;
488
- }
489
- .course_box3_txt {
490
- align-items: start;
491
- padding: 20px 0 20px 40px;
492
- }
493
- .txt_box {
494
- width: 72%;
495
- height: 100%;
496
- align-items: start;
497
- justify-content: center;
498
- }
499
- .txt_title {
500
- font-size: 24px;
501
- line-height: 32px;
502
- font-weight: 700;
503
- }
504
- .txt_desc {
505
- font-size: 14px;
506
- color: #666;
507
- line-height: 24px;
508
- margin-top: 16px;
509
- word-break: break-all;
510
- }
511
- .txt_consult {
512
- color: #fff;
513
- font-size: 14px;
514
- line-height: 20px;
515
- padding: 6px 24px;
516
- border-radius: 4px;
517
- margin-top: 24px;
518
- }
519
-
520
- .course_box2_img1,
521
- .course_box2_img2 {
522
- position: absolute;
523
- top: 6.5%;
524
- /* width: 498px; */
525
- width: 40.5%;
526
- height: 87.5%;
527
- border-radius: 4px;
528
- }
529
- .course_box2_img1 {
530
- left: 0;
531
- /* padding: 20px 48px 20px 0; */
532
- }
533
- .course_box2_img2 {
534
- right: 0;
535
- /* padding: 20px 0 20px 48px; */
536
- }
537
-
538
- /* .intro_img_bg, */
539
- .icon_gray_add,
540
- .course_box .aidition,
541
- .course_box .add_modules {
542
- /* display: none; */
543
- }
544
-
545
- /* .web_top:focus-within .aidition, */
546
- /* .top_banner:focus-within .aidition, */
547
- /* .content_top:focus-within .aidition, */
548
- /* .module1_content:focus-within .aidition, */
549
- /* .module1:focus-within > .aidition, */
550
- /* .module2:focus-within > .aidition, */
551
- /* .module3:focus-within > .aidition, */
552
- /* .course_box:last-of-type:focus-within .icon_gray_add, */
553
- /* .course_box2:last-of-type:focus-within .icon_gray_add, */
554
- /* .course_box3:last-of-type:focus-within .icon_gray_add, */
555
- /* .content_top:focus-within .cont_aidition, */
556
- /* .module1_content:focus-within .cont_aidition, */
557
- /* .course_box:focus-within .cont_aidition, */
558
- /* .course_box2:focus-within .cont_aidition, */
559
- /* .course_box3:focus-within .cont_aidition { */
560
- /* display: flex; */
561
- /* } */
562
-
563
- /* 移動端 */
564
- .goodschool_mobile {
565
- .mb40 {
566
- margin-bottom: 0;
567
- }
568
- .web_top,
569
- .course_title,
570
- .course_desc,
571
- .course_consult,
572
- .module3 {
573
- padding: 0;
574
- }
575
- .top_box {
576
- padding: 0 16px;
577
- height: 56px;
578
- }
579
- .top_logo {
580
- column-gap: 6px;
581
- }
582
- .school_logo {
583
- width: 40px;
584
- height: 40px;
585
- }
586
- .school_name {
587
- font-size: 20px;
588
- line-height: 20px;
589
- }
590
- .top_service {
591
- row-gap: 2px;
592
- }
593
- .service_hot_line {
594
- font-size: 16px;
595
- line-height: 16px;
596
- }
597
- .service_tip {
598
- font-size: 12px;
599
- line-height: 12px;
600
- column-gap: 4px;
601
- }
602
- .service_tip .iconfont {
603
- width: 12px;
604
- height: 12px;
605
- font-size: 12px;
606
- }
607
- .top_banner img {
608
- height: 150px;
609
- width: 100%;
610
- }
611
-
612
- /* 模块1 */
613
- .module1 {
614
- padding: 0 16px;
615
- }
616
- .web_top {
617
- padding: 0;
618
- }
619
-
620
- .content_top {
621
- padding-bottom: 14px;
622
- }
623
- .content_title {
624
- font-size: 20px;
625
- margin: 20px 0 0;
626
- }
627
- .title_border {
628
- width: 32px;
629
- height: 10px;
630
- }
631
- .content_desc {
632
- padding-top: 8px;
633
- font-size: 12px;
634
- line-height: 16px;
635
- }
636
- .module1_content {
637
- padding: 203px 0 40px;
638
- position: relative;
639
- }
640
- .intro_left {
641
- margin: 24px 0 0;
642
- }
643
- .intro_title {
644
- font-size: 16px;
645
- line-height: 16px;
646
- }
647
- .title_desc {
648
- font-size: 12px;
649
- margin-left: 6px;
650
- }
651
- .intro_desc {
652
- margin-top: 12px;
653
- font-size: 12px;
654
- line-height: 20px;
655
- color: #666;
656
- }
657
- .intro_cate {
658
- margin-top: 32px;
659
- padding: 0 14px;
660
- }
661
- .year,
662
- .recruit,
663
- .teachers {
664
- font-size: 24px;
665
- }
666
-
667
- .year_suffix,
668
- .recruit_suffix,
669
- .teachers_suffix,
670
- .year_desc,
671
- .recruit_desc,
672
- .teachers_desc {
673
- font-size: 12px;
674
- }
675
-
676
- .intro_img_box {
677
- position: absolute;
678
- top: 10px;
679
- width: 100%;
680
- height: 193px;
681
- }
682
- .intro_img {
683
- width: 100%;
684
- height: 100%;
685
- }
686
-
687
- /* 模块2 */
688
- .module2 {
689
- padding: 0;
690
- background: rgba(53, 116, 230, 0.04);
691
- }
692
- .module2_content,
693
- .module3_content {
694
- padding: 0 16px 24px;
695
- margin: 0 0 20px;
696
- flex-direction: row;
697
- flex-wrap: nowrap;
698
- overflow-x: auto;
699
- column-gap: 8px;
700
- }
701
- .module2_content2,
702
- .module2_content3 {
703
- flex-direction: row;
704
- flex-wrap: nowrap;
705
- column-gap: 8px;
706
- }
707
- .course_box,
708
- .course_box2,
709
- .course_box3 {
710
- margin: 0;
711
- padding: 10px 10px 32px;
712
- background: #fff;
713
- /* min-width: 318px; */
714
- /* width: 318px; */
715
- }
716
- .course_box img,
717
- .course_box2_img1,
718
- .course_box2_img2 {
719
- width: 100%;
720
- height: 154px;
721
- }
722
-
723
- .course_title,
724
- .txt_title {
725
- font-size: 16px;
726
- line-height: 16px;
727
- }
728
- .course_desc,
729
- .txt_desc {
730
- font-size: 12px;
731
- line-height: 20px;
732
- color: #666;
733
- }
734
-
735
- .course_box2:hover,
736
- .course_box3:hover {
737
- margin: 0;
738
- }
739
-
740
- .course_consult,
741
- .txt_consult,
742
- .intro_img_bg {
743
- display: none;
744
- }
745
-
746
- /* 模块3 */
747
-
748
- .module3_content {
749
- padding: 0 16px 24px;
750
- }
751
- .course_box2,
752
- .course_box3 {
753
- margin: 0;
754
- flex-direction: column;
755
- }
756
- .course_box2_img1 {
757
- padding: 0;
758
- position: unset;
759
- }
760
- .course_box2_txt,
761
- .course_box3_txt {
762
- width: 100%;
763
- min-height: auto;
764
- padding: 0;
765
- margin: 0;
766
- box-shadow: unset;
767
- }
768
- .course_box2:hover .course_box2_txt,
769
- .course_box3:hover .course_box3_txt {
770
- box-shadow: none;
771
- }
772
- .txt_box {
773
- width: 100%;
774
- align-items: center;
775
- }
776
- .txt_title {
777
- margin-top: 24px;
778
- }
779
- .txt_desc {
780
- margin-top: 14px;
781
- text-align: center;
782
- }
783
- .course_box2_img2 {
784
- width: 298px;
785
- top: 10px;
786
- left: 10px;
787
- padding: 0;
788
- }
789
- .course_box3_txt {
790
- padding-top: 154px;
791
- }
792
- }