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
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.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;
}
}
.green-el-button {
background-color: rgba(65, 204, 149, 1);
color: white;
border-color: rgba(65, 204, 149, 1);
:focus,:hover {
background-color: rgba(65, 204, 149, 1);
color: white;
border-color: rgba(65, 204, 149, 1);
}
}
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
43
44
45
46
47
|
.answer-header {
padding: 16px 40px 12px 20px;
display: flex;
justify-content: space-between;
align-items: center;
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
48
|
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
49
50
51
|
.btn-box {
display: flex;
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
52
|
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
53
|
.sel-box {
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
54
55
56
57
58
59
60
61
62
63
|
display: flex;
align-items: center;
flex-wrap: nowrap;
.sel {
width: 8%;
min-width: 160px;
margin-right: 20px;
}
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
64
65
|
.el-input__inner {
border-radius: 20px;
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
66
|
border: 1px solid #e2e2e2;
|
225a00b6
梁保满
飞书问题解决
|
67
|
height: 36px;
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
68
69
|
line-height: 34px;
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
70
71
72
|
.el-input__icon {
line-height: 34px;
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
73
|
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
74
75
76
77
78
79
80
81
82
83
84
85
86
|
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
width: 160px;
}
.input-with-select {
width: 200px;
height: 36px;
margin-right: 50px;
border-radius: 20px;
border: 1px solid #e2e2e2;
box-sizing: border-box;
|
e5ff81a1
阿宝
集团管理员接口
|
87
|
background: #fff;
|
d32e461c
梁保满
备题组卷
|
88
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
89
90
91
92
93
|
.el-input__inner {
border-radius: 20px;
border: none;
height: 34px;
line-height: 34px;
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
94
|
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
95
96
97
98
99
|
.el-input-group__append,
.el-input-group__prepend {
border: none;
background: transparent;
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
100
101
|
}
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
.p1 {
flex: 1;
.s1 {
margin-left: 36px;
cursor: pointer;
color: #7f7f7f;
&:hover {
color: #409eff;
}
&.active {
color: #667ffd;
}
}
}
}
}
|
d32e461c
梁保满
备题组卷
|
122
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
123
|
.answer-box {
|
3de13776
梁保满
背题组卷修改答案
|
124
|
padding-top: 12px;
|
5cfb0264
梁保满
班级管理交互优化
|
125
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
126
127
128
129
130
131
132
133
134
135
136
|
.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
梁保满
班级管理交互优化
|
137
|
user-select: none;
|
d32e461c
梁保满
备题组卷
|
138
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
139
140
141
142
143
|
&.active {
background: #5e78fa;
border-color: #5e78fa;
color: #fff;
}
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
144
|
}
|
3de13776
梁保满
背题组卷修改答案
|
145
146
147
148
149
150
151
152
153
154
155
156
157
|
.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
梁保满
备题组卷部分前端页面基本完成
|
158
|
}
|
d32e461c
梁保满
备题组卷
|
159
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
160
161
162
163
164
165
166
167
168
|
.el-menu-item i {
width: 12px;
text-align: center;
margin-right: 8px;
}
.el-table thead th.el-table__cell {
background: #f5f7fa;
}
|
d32e461c
梁保满
备题组卷
|
169
170
|
.el-table .el-table__cell.bg {
|
533a17d8
梁保满
备题组卷添加批量设置答案
|
171
172
|
background: #f9f9f9;
}
|
d32e461c
梁保满
备题组卷
|
173
174
175
176
177
178
|
.el-table th.el-table__cell.p0>.cell {
padding-left: 0;
padding-right: 0;
}
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
179
180
181
|
.el-menu--popup {
min-width: 160px;
}
|
d32e461c
梁保满
备题组卷
|
182
|
|
b769660c
梁保满
备课组题细节调整,随堂问列表页面开发完成
|
183
184
185
186
|
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
|
f26ecfa4
阿宝
测试bug
|
187
|
}
|
d32e461c
梁保满
备题组卷
|
188
189
190
191
|
.pagination-box {
text-align: center;
margin: 10px;
|
db11048f
阿宝
设备状态,学校管理
|
192
|
}
|
d32e461c
梁保满
备题组卷
|
193
|
|
6192eba8
梁保满
引用上传文件组件问题,备题组卷顶部
|
194
|
.down-box {
|
b248db27
梁保满
课件模版区分,错别字修改,录分成功...
|
195
|
padding-left: 120px;
|
6192eba8
梁保满
引用上传文件组件问题,备题组卷顶部
|
196
197
|
}
|
d32e461c
梁保满
备题组卷
|
198
|
.down-txt {
|
db11048f
阿宝
设备状态,学校管理
|
199
200
|
display: flex;
align-items: center;
|
9309dc5d
梁保满
任课老师接口完成
|
201
|
padding-left: 160px;
|
db11048f
阿宝
设备状态,学校管理
|
202
|
}
|
d32e461c
梁保满
备题组卷
|
203
204
205
|
.h-title {
padding-left: 12px;
|
db11048f
阿宝
设备状态,学校管理
|
206
|
position: relative;
|
d32e461c
梁保满
备题组卷
|
207
208
209
210
211
212
213
214
215
216
|
font-size: 16px;
&:after {
content: "";
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
width: 3px;
height: 16px;
|
db11048f
阿宝
设备状态,学校管理
|
217
218
|
background: #2e9afe;
}
|
23a6dc5f
阿宝
学校管理相关接口简单对接
|
219
|
}
|
d32e461c
梁保满
备题组卷
|
220
221
222
223
224
|
div,
ul {
&::-webkit-scrollbar {
width: 0;
|
23a6dc5f
阿宝
学校管理相关接口简单对接
|
225
|
}
|
5cfb0264
梁保满
班级管理交互优化
|
226
227
|
}
|
86e47820
梁保满
科目添加删除操作,教师角色选择。学...
|
228
|
.cascader-clazz {
|
6192eba8
梁保满
引用上传文件组件问题,备题组卷顶部
|
229
|
.el-cascader-menu {
|
86e47820
梁保满
科目添加删除操作,教师角色选择。学...
|
230
231
232
233
|
.el-checkbox {
display: none;
}
}
|
6192eba8
梁保满
引用上传文件组件问题,备题组卷顶部
|
234
235
|
.el-cascader-menu:nth-child(3) {
|
86e47820
梁保满
科目添加删除操作,教师角色选择。学...
|
236
237
238
239
240
241
|
.el-checkbox {
display: block;
}
}
}
|
4c2f99b0
梁保满
修改组卷
|
242
|
.screenshot-box {
|
77da338a
梁保满
自测问题修改
|
243
|
width: 600px;
|
f45b3c05
LH_PC
云平台新UI界面
|
244
|
|
4c2f99b0
梁保满
修改组卷
|
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
|
.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
梁保满
班级管理交互优化
|
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
|
@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界面
|
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
|
}
// 默认标题
.default-title {
height: 36px;
font-weight: bold;
font-size: 24px;
color: #131523;
line-height: 36px;
text-align: left;
font-style: normal;
text-transform: none;
}
// 默认实体
.default-body {
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 {
th {
font-weight: 400;
font-size: 14px;
color: #5A607F;
text-align: left;
font-style: normal;
text-transform: none;
border:1px solid #ebeef5;
}
tr,td {
height: 40px; border:1px solid #ebeef5;
}
}
.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;
* {
height: 32px;
line-height: 32px;
}
.filter-input,
.filter-select {
width: 13%;
margin-right: 10px;
}
.filter-datePicker {
width: 25%;
margin-right: 10px;
input {
// border: 1px solid #DCDFE6;
height: 31px;
}
}
.el-button {
width: auto;
line-height: 0px;
padding: 0px 15px !important;
}
.el-button--primary {
background-color: rgb(107, 126, 245);
}
}
|
13b58a42
梁保满
备题组卷部分前端页面基本完成
|
412
|
}
|