45 lines
698 B
Plaintext
45 lines
698 B
Plaintext
|
|
// 试卷试题预览卡片(试卷详情/预览弹窗)
|
||
|
|
.pp-question-preview {
|
||
|
|
|
||
|
|
&__item {
|
||
|
|
padding: 16px;
|
||
|
|
background: #f5f6f8;
|
||
|
|
border-radius: 4px;
|
||
|
|
|
||
|
|
& + & {
|
||
|
|
margin-top: 12px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&__type {
|
||
|
|
color: #52c41a;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__score {
|
||
|
|
color: rgba(0, 0, 0, 45%);
|
||
|
|
}
|
||
|
|
|
||
|
|
&__options {
|
||
|
|
margin-top: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__option {
|
||
|
|
display: flex;
|
||
|
|
align-items: flex-start;
|
||
|
|
color: rgba(0, 0, 0, 65%);
|
||
|
|
|
||
|
|
& + & {
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&__answer {
|
||
|
|
margin-top: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__analysis {
|
||
|
|
margin-top: 4px;
|
||
|
|
color: rgba(0, 0, 0, 65%);
|
||
|
|
}
|
||
|
|
}
|