feat: support composite practice questions

This commit is contained in:
Codex
2026-06-29 15:57:03 +08:00
parent 07a6edeea2
commit e54efbc294
14 changed files with 893 additions and 43 deletions

View File

@@ -139,6 +139,23 @@
background: #eff6ff;
}
.composite-subquestion {
margin-top: 0;
}
.sub-option-list {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 16px;
}
.sub-explanation {
margin-top: 16px;
padding-top: 14px;
border-top: 1px solid #e2e8f0;
}
.row-main {
display: block;
color: #111827;