safety-eval-service-frontend/src/pages/Container/EduTraining/ClassManage/Add/index.less

45 lines
698 B
Plaintext
Raw Normal View History

2026-08-24 10:35:22 +08:00
// 试卷试题预览卡片(试卷详情/预览弹窗)
.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%);
}
}