模板:考试首页/styles.css
来自Ac-Wiki
更多操作
.acw-exam-home{display:flex;flex-direction:column;gap:1rem;margin-block:.5rem 1.5rem;color:var(--color-base,#202122)}.acw-exam-home *{box-sizing:border-box}.acw-exam-hero{border:1px solid var(--border-color-base,#a2a9b1);border-radius:8px;background:var(--background-color-base,#fff);padding:1.1rem}.acw-exam-title{margin:0;color:var(--color-emphasized,#101418);font-size:1.65rem;line-height:1.25;font-weight:800}.acw-exam-lede{max-width:58rem;margin:.6rem 0 0;color:var(--color-subtle,#54595d);line-height:1.7}.acw-exam-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.acw-exam-domain{border:1px solid var(--border-color-base,#a2a9b1);border-radius:8px;background:var(--background-color-base,#fff);overflow:hidden}.acw-exam-domain-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.82rem .95rem;border-bottom:1px solid var(--border-color-subtle,#eaecf0);background:var(--background-color-neutral-subtle,#f8f9fa)}.acw-exam-domain-title{margin:0;color:var(--color-emphasized,#101418);font-size:1rem;line-height:1.35;font-weight:800}.acw-exam-domain-meta{color:var(--color-subtle,#54595d);font-size:var(--font-size-small,.875rem);white-space:nowrap}.acw-exam-domain-body{padding:.85rem .95rem}.acw-exam-domain-body p{margin:0 0 .75rem;color:var(--color-subtle,#54595d);font-size:var(--font-size-small,.875rem);line-height:1.6}.acw-exam-tags{display:flex;flex-wrap:wrap;gap:.42rem}.acw-exam-tag{display:inline-flex;align-items:center;min-height:1.7rem;padding:.18rem .52rem;border:1px solid var(--border-color-subtle,#eaecf0);border-radius:999px;background:var(--background-color-neutral-subtle,#f8f9fa);color:var(--color-base,#202122);font-size:var(--font-size-small,.875rem)}.acw-exam-bottom{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:1rem}.acw-exam-panel{border:1px solid var(--border-color-base,#a2a9b1);border-radius:8px;background:var(--background-color-base,#fff);overflow:hidden}.acw-exam-panel-title{margin:0;padding:.78rem .95rem;border-bottom:1px solid var(--border-color-subtle,#eaecf0);color:var(--color-emphasized,#101418);font-size:1rem;font-weight:800}.acw-exam-panel-body{padding:.85rem .95rem}.acw-exam-dpl{line-height:1.7}.acw-exam-dpl ul{margin:0;padding-left:1.15rem}.acw-exam-list{margin:0;padding:0;list-style:none}.acw-exam-list li{padding:.55rem 0;border-bottom:1px solid var(--border-color-subtle,#eaecf0);line-height:1.6}.acw-exam-list li:first-child{padding-top:0}.acw-exam-list li:last-child{padding-bottom:0;border-bottom:0}.acw-exam-label{display:inline-block;min-width:3rem;color:var(--color-subtle,#54595d);font-size:var(--font-size-small,.875rem);font-weight:800}.acw-exam-create input[type="text"]{max-width:100%;border-radius:6px}.acw-exam-note{margin:.6rem 0 0;color:var(--color-subtle,#54595d);font-size:var(--font-size-small,.875rem);line-height:1.6}@media screen and (max-width:900px){.acw-exam-map,.acw-exam-bottom{grid-template-columns:1fr}}@media screen and (max-width:640px){.acw-exam-title{font-size:1.35rem}.acw-exam-domain-head{align-items:flex-start;flex-direction:column}}