Blame view

src/assets/css/index.scss 10.5 KB
f45b3c05   LH_PC   云平台新UI界面
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
  .default-date-radio-group {
    height: 100%;
    line-height: 1;
  
    .el-radio-button__inner {
      display: inline-block;
      border: none;
      height: 100%;
      line-height: 10px;
      font-size: 14px;
      border: none !important;
      box-shadow: none !important;
      padding: 0px !important;
      margin-right: 15px;
    }
  
    :first-child {
      margin-left: 12px;
    }
  
    .el-radio-button__orig-radio:checked+.el-radio-button__inner {
      background: transparent !important;
      color: #6b7ef5 !important;
      font-weight: bold;
      border: none !important;
      box-shadow: none !important;
    }
  }
  
6bca489d   LH_PC   云平台二期UI
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  .lowLevelClass {
    color: white;
    background: #FFA41C;
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
  }
  
  .overflowText {
    white-space: nowrap;
    width: calc(100% - 5px); //文字宽度
    overflow: hidden; //超出宽度隐藏
    white-space: nowrap; //强制文字在一行
    text-overflow: ellipsis; //文字溢出显示省略号
  }
  
f45b3c05   LH_PC   云平台新UI界面
46
47
48
49
50
  .green-el-button {
    background-color: rgba(65, 204, 149, 1);
    color: white;
    border-color: rgba(65, 204, 149, 1);
  
6bca489d   LH_PC   云平台二期UI
51
52
    :focus,
    :hover {
f45b3c05   LH_PC   云平台新UI界面
53
54
55
56
57
58
59
      background-color: rgba(65, 204, 149, 1);
      color: white;
      border-color: rgba(65, 204, 149, 1);
    }
  
  }
  
13b58a42   梁保满   备题组卷部分前端页面基本完成
60
61
62
63
64
  .answer-header {
    padding: 16px 40px 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
65
  
13b58a42   梁保满   备题组卷部分前端页面基本完成
66
67
68
    .btn-box {
      display: flex;
    }
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
69
  
13b58a42   梁保满   备题组卷部分前端页面基本完成
70
    .sel-box {
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
71
72
73
74
75
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
  
      .sel {
6bca489d   LH_PC   云平台二期UI
76
        width: 10%;
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
77
78
79
80
        min-width: 160px;
        margin-right: 20px;
      }
  
13b58a42   梁保满   备题组卷部分前端页面基本完成
81
82
      .el-input__inner {
        border-radius: 20px;
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
83
        border: 1px solid #e2e2e2;
225a00b6   梁保满   飞书问题解决
84
        height: 36px;
13b58a42   梁保满   备题组卷部分前端页面基本完成
85
86
        line-height: 34px;
      }
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
87
88
89
  
      .el-input__icon {
        line-height: 34px;
13b58a42   梁保满   备题组卷部分前端页面基本完成
90
      }
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
91
92
93
94
95
96
97
  
      .el-date-editor.el-input,
      .el-date-editor.el-input__inner {
        width: 160px;
      }
  
      .input-with-select {
6bca489d   LH_PC   云平台二期UI
98
        width: 230px;
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
99
100
101
102
103
        height: 36px;
        margin-right: 50px;
        border-radius: 20px;
        border: 1px solid #e2e2e2;
        box-sizing: border-box;
e5ff81a1   阿宝   集团管理员接口
104
        background: #fff;
d32e461c   梁保满   备题组卷
105
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
106
107
108
109
110
        .el-input__inner {
          border-radius: 20px;
          border: none;
          height: 34px;
          line-height: 34px;
13b58a42   梁保满   备题组卷部分前端页面基本完成
111
        }
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
112
113
114
115
116
  
        .el-input-group__append,
        .el-input-group__prepend {
          border: none;
          background: transparent;
13b58a42   梁保满   备题组卷部分前端页面基本完成
117
118
        }
      }
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
  
      .p1 {
        flex: 1;
  
        .s1 {
          margin-left: 36px;
          cursor: pointer;
          color: #7f7f7f;
  
          &:hover {
            color: #409eff;
          }
  
          &.active {
            color: #667ffd;
          }
        }
      }
    }
  }
d32e461c   梁保满   备题组卷
139
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
140
  .answer-box {
3de13776   梁保满   背题组卷修改答案
141
    padding-top: 12px;
5cfb0264   梁保满   班级管理交互优化
142
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
143
144
145
146
147
148
149
150
151
152
153
    .answer-s {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #e2e2e2;
      border-radius: 3px;
      margin: 0 6px;
      font-size: 16px;
      color: #333;
      text-align: center;
      line-height: 30px;
5cfb0264   梁保满   班级管理交互优化
154
      user-select: none;
d32e461c   梁保满   备题组卷
155
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
156
157
158
159
160
      &.active {
        background: #5e78fa;
        border-color: #5e78fa;
        color: #fff;
      }
13b58a42   梁保满   备题组卷部分前端页面基本完成
161
    }
3de13776   梁保满   背题组卷修改答案
162
163
164
165
166
167
168
169
170
171
172
173
174
  
    .delButton {
      border-color: #ff6868;
      background: #ff6868 url("../images/arrow.png") no-repeat center;
      background-size: 19px;
      color: transparent;
    }
  
    .ac {
      border-color: #ff6868;
      background: #ff6868;
      color: #fff;
    }
13b58a42   梁保满   备题组卷部分前端页面基本完成
175
  }
d32e461c   梁保满   备题组卷
176
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
177
178
179
180
181
182
183
184
185
  .el-menu-item i {
    width: 12px;
    text-align: center;
    margin-right: 8px;
  }
  
  .el-table thead th.el-table__cell {
    background: #f5f7fa;
  }
d32e461c   梁保满   备题组卷
186
187
  
  .el-table .el-table__cell.bg {
533a17d8   梁保满   备题组卷添加批量设置答案
188
189
    background: #f9f9f9;
  }
d32e461c   梁保满   备题组卷
190
191
192
193
194
195
  
  .el-table th.el-table__cell.p0>.cell {
    padding-left: 0;
    padding-right: 0;
  }
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
196
197
198
  .el-menu--popup {
    min-width: 160px;
  }
d32e461c   梁保满   备题组卷
199
  
b769660c   梁保满   备课组题细节调整,随堂问列表页面开发完成
200
201
202
203
  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
f26ecfa4   阿宝   测试bug
204
  }
d32e461c   梁保满   备题组卷
205
206
207
208
  
  .pagination-box {
    text-align: center;
    margin: 10px;
db11048f   阿宝   设备状态,学校管理
209
  }
d32e461c   梁保满   备题组卷
210
  
6192eba8   梁保满   引用上传文件组件问题,备题组卷顶部
211
  .down-box {
b248db27   梁保满   课件模版区分,错别字修改,录分成功...
212
    padding-left: 120px;
6192eba8   梁保满   引用上传文件组件问题,备题组卷顶部
213
214
  }
  
d32e461c   梁保满   备题组卷
215
  .down-txt {
db11048f   阿宝   设备状态,学校管理
216
217
    display: flex;
    align-items: center;
9309dc5d   梁保满   任课老师接口完成
218
    padding-left: 160px;
db11048f   阿宝   设备状态,学校管理
219
  }
d32e461c   梁保满   备题组卷
220
221
222
  
  .h-title {
    padding-left: 12px;
db11048f   阿宝   设备状态,学校管理
223
    position: relative;
d32e461c   梁保满   备题组卷
224
225
226
227
228
229
230
231
232
233
    font-size: 16px;
  
    &:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      width: 3px;
      height: 16px;
db11048f   阿宝   设备状态,学校管理
234
235
      background: #2e9afe;
    }
23a6dc5f   阿宝   学校管理相关接口简单对接
236
  }
d32e461c   梁保满   备题组卷
237
238
239
240
241
  
  div,
  ul {
    &::-webkit-scrollbar {
      width: 0;
23a6dc5f   阿宝   学校管理相关接口简单对接
242
    }
5cfb0264   梁保满   班级管理交互优化
243
244
  }
  
86e47820   梁保满   科目添加删除操作,教师角色选择。学...
245
  .cascader-clazz {
6192eba8   梁保满   引用上传文件组件问题,备题组卷顶部
246
    .el-cascader-menu {
86e47820   梁保满   科目添加删除操作,教师角色选择。学...
247
248
249
250
      .el-checkbox {
        display: none;
      }
    }
6192eba8   梁保满   引用上传文件组件问题,备题组卷顶部
251
252
  
    .el-cascader-menu:nth-child(3) {
86e47820   梁保满   科目添加删除操作,教师角色选择。学...
253
254
255
256
257
258
      .el-checkbox {
        display: block;
      }
    }
  }
  
4c2f99b0   梁保满   修改组卷
259
  .screenshot-box {
77da338a   梁保满   自测问题修改
260
    width: 600px;
f45b3c05   LH_PC   云平台新UI界面
261
  
4c2f99b0   梁保满   修改组卷
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
    .screenshot {
      width: 100%;
      box-shadow: none;
      border: none;
      height: 300px;
    }
  
    .screenshot-img {
      display: block;
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 10px;
    }
  }
  
  
5cfb0264   梁保满   班级管理交互优化
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
  @media screen and (max-width: 1500px) {
    .answer-box {
      .answer-s {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        margin: 0 5px 10px !important;
      }
    }
  
    .question-box {
      .el-button--mini.is-circle {
        padding: 4px !important;
      }
    }
  
    .sub-questions {
      .qs-num {
        width: 50px !important;
      }
  
      .qs-score {
        width: 148px !important;
      }
  
      .qs-partScore {
        width: 148px !important;
      }
    }
f45b3c05   LH_PC   云平台新UI界面
308
309
  }
  
6bca489d   LH_PC   云平台二期UI
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
  
  .parent-number {
    position: relative;
  }
  
  .parent-number::after {
    content: '%';
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .parent-number .el-input__inner {
    // 不加这行的话,当文本框里数值很大时,会和单位重叠
    padding-left: 30px;
    padding-right: 48px;
  }
  
  
f45b3c05   LH_PC   云平台新UI界面
335
336
337
338
339
340
341
342
343
344
345
346
  // 默认标题
  .default-title {
    height: 36px;
    font-weight: bold;
    font-size: 24px;
    color: #131523;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
6bca489d   LH_PC   云平台二期UI
347
  
f45b3c05   LH_PC   云平台新UI界面
348
349
  // 默认实体
  .default-body {
ef16e57e   LH_PC   fix:前端版本迭代
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
  
    .anwser-column {
      border: 1px solid #ebeef5;
  
      padding: 0px !important;
  
      .cell {
        height: 100%;
        width: calc(100% - 2px);
      }
  
      .red {
        height: 100%;
        width: 100%;
        background: #FBEEDC;
        color: red;
        display: block;
      }
    }
  
f45b3c05   LH_PC   云平台新UI界面
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
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    background-color: #F5F6FA;
  
    .default-filter,
    .el-main {
      background: #FFFFFF;
      box-shadow: 0px 1px 4px 0px rgba(21, 34, 50, 0.08);
    }
  
    .detailBack {
      height: auto !important;
      border: none !important;
    }
  
    .el-header {
      padding: 20px !important;
    }
  
    .el-main {
      margin: 0px 20px !important;
      padding: 0px !important;
  
      .default-table {
6bca489d   LH_PC   云平台二期UI
395
396
397
        width: 100% !important;
        height: 100% !important;
  
f45b3c05   LH_PC   云平台新UI界面
398
399
400
401
402
403
404
        th {
          font-weight: 400;
          font-size: 14px;
          color: #5A607F;
          text-align: left;
          font-style: normal;
          text-transform: none;
6bca489d   LH_PC   云平台二期UI
405
          border: 1px solid #ebeef5;
f45b3c05   LH_PC   云平台新UI界面
406
407
        }
  
6bca489d   LH_PC   云平台二期UI
408
        tr,
ef16e57e   LH_PC   fix:前端版本迭代
409
        td:not(.anwser-column) {
6bca489d   LH_PC   云平台二期UI
410
411
412
          height: 40px;
          padding: 5px 0px !important;
          border: 1px solid #ebeef5;
f45b3c05   LH_PC   云平台新UI界面
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
        }
      }
  
      .default-tabs {
        .el-tabs__item {
          border: none !important;
        }
  
        .el-tabs__header {
          background: #F5F7FA !important;
        }
  
        .el-tabs__item.is-active {
          background: white !important;
          color: #667FFD !important;
        }
      }
    }
  
    .el-footer-pagination {
      height: 40px !important;
      background: #FFFFFF;
      margin: 0px 20px !important;
  
      .el-footer-pagination-box,
      .el-pagination {
        line-height: 30px;
        float: right;
        vertical-align: middle;
        height: 30px;
      }
    }
  
    .default-filter {
      margin: 14px 20px !important;
      padding: 14px 20px !important;
  
      * {
6bca489d   LH_PC   云平台二期UI
451
452
        height: 40px;
        line-height: 40px;
f45b3c05   LH_PC   云平台新UI界面
453
454
      }
  
ef16e57e   LH_PC   fix:前端版本迭代
455
456
457
458
459
460
      .el-tag__close {
        height: 100% !important;
        line-height: 1.2;
        min-width: 20px;
      }
  
f45b3c05   LH_PC   云平台新UI界面
461
462
463
464
465
466
467
468
469
470
471
472
      .filter-input,
      .filter-select {
        width: 13%;
        margin-right: 10px;
      }
  
      .filter-datePicker {
        width: 25%;
        margin-right: 10px;
  
        input {
          // border: 1px solid #DCDFE6;
6bca489d   LH_PC   云平台二期UI
473
          height: calc(100% - 10px);
f45b3c05   LH_PC   云平台新UI界面
474
475
476
        }
      }
  
6bca489d   LH_PC   云平台二期UI
477
478
479
480
      .el-select__tags .el-tag {
        height: 24px !important;
      }
  
f45b3c05   LH_PC   云平台新UI界面
481
482
483
484
485
486
487
488
489
490
      .el-button {
        width: auto;
        line-height: 0px;
        padding: 0px 15px !important;
      }
  
      .el-button--primary {
        background-color: rgb(107, 126, 245);
      }
    }
6bca489d   LH_PC   云平台二期UI
491
492
  }
  
ef16e57e   LH_PC   fix:前端版本迭代
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
  @media screen and (max-width: 1200px) {
    .flex-content {
      padding: 55px !important;
    }
  
    .flex-btn {
      position: fixed !important;
      z-index: 999 !important;
      bottom: 30px !important;
      padding: 10px 10px !important;
      right: 0px !important;
      background-color: white !important;
      width: calc(100% - 280px) !important;
    }
  }
  
  @media screen and (max-width: 1500px) and (min-width: 1201px) {
    .flex-content {
      padding: 55px !important;
    }
  
    .flex-btn {
      position: fixed !important;
      z-index: 999 !important;
      bottom: 30px !important;
      padding: 10px 10px !important;
      right: 0px !important;
      background-color: white !important;
      width: calc(100% - 280px) !important;
    }
  }
  
  @media screen and (min-width: 1501px) {
    .flex-content {
      padding: 25px !important;
    }
  
    .flex-btn {
      position: fixed !important;
      z-index: 999 !important;
      bottom: -10px !important;
      padding: 10px 0px !important;
      right: 30px !important;
      background-color: white !important;
      width: calc(100% - 280px) !important;
    }
  
  }
  
  
  @media screen and (max-width: 1920px) {
    * :not(.p1, .fa, .el-button, .el-icon-upload, h1, h2, h3, h4, h5, h6, .el-progress__text) {
  
6bca489d   LH_PC   云平台二期UI
546
547
      font-size: 18px !important;
  
ef16e57e   LH_PC   fix:前端版本迭代
548
549
550
551
552
553
554
555
556
  
  
      .default-body-detail * {
        font-size: 15px !important;
  
        .cell {
          padding-left: 2px !important;
          padding-right: 2px !important;
        }
6bca489d   LH_PC   云平台二期UI
557
558
      }
  
ef16e57e   LH_PC   fix:前端版本迭代
559
560
      .default-title {
        font-size: 24px !important;
6bca489d   LH_PC   云平台二期UI
561
562
      }
  
ef16e57e   LH_PC   fix:前端版本迭代
563
564
      .el-select-dropdown__item *,
      .small-button * {
6bca489d   LH_PC   云平台二期UI
565
566
567
568
569
        font-size: 16px !important;
      }
  
      .el-form :not(h1, h2, h3, h4, h5, h6),
      .el-dropdown-menu__item,
ef16e57e   LH_PC   fix:前端版本迭代
570
571
572
      .el-form-item__error,
      .el-dialog__body .el-checkbox *,
      .el-checkbox__label {
6bca489d   LH_PC   云平台二期UI
573
574
        font-size: 16px !important;
      }
6bca489d   LH_PC   云平台二期UI
575
576
577
    }
  }
  
ef16e57e   LH_PC   fix:前端版本迭代
578
579
  @media screen and (min-width: 1921px) {
    * :not(.p1, .fa, .el-button, .el-icon-upload, h1, h2, h3, h4, h5, h6, .el-progress__text) {
6bca489d   LH_PC   云平台二期UI
580
581
582
  
      font-size: 14px !important;
  
ef16e57e   LH_PC   fix:前端版本迭代
583
584
585
586
587
588
589
590
591
      .default-body-detail * {
        font-size: 13px !important;
  
        .cell {
          padding-left: 4px !important;
          padding-right: 4px !important;
        }
      }
  
6bca489d   LH_PC   云平台二期UI
592
593
      .default-body .default-filter * {
        line-height: 38px !important;
ef16e57e   LH_PC   fix:前端版本迭代
594
      } 
6bca489d   LH_PC   云平台二期UI
595
596
597
598
599
600
601
602
603
  
      .card-content {
        width: 48% !important;
      }
  
      .default-title {
        font-size: 24px !important;
      }
  
ef16e57e   LH_PC   fix:前端版本迭代
604
605
      .el-select-dropdown__item *,
      .small-button * {
6bca489d   LH_PC   云平台二期UI
606
607
608
609
610
        font-size: 12px !important;
      }
  
      .el-form :not(h1, h2, h3, h4, h5, h6),
      .el-dropdown-menu__item,
ef16e57e   LH_PC   fix:前端版本迭代
611
612
613
      .el-form-item__error,
      .el-dialog__body .el-checkbox *,
      .el-checkbox__label {
6bca489d   LH_PC   云平台二期UI
614
615
616
617
        font-size: 12px !important;
      }
  
    }
13b58a42   梁保满   备题组卷部分前端页面基本完成
618
  }