Commit 05ae236c by 刘海龙

111

parent 0b460702
......@@ -23,6 +23,28 @@
.error-box-go .show_analysis { width: 160px; height: 48px; border:1px solid rgba(163,228,96,1); border-radius: 24px; color: #65C000; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.useTime { width: 100%; text-align: left; font-size: 12px; color: #333; font-weight: 400; }
.cstlayer-txt { color: #333; }
/* 题解析 */
.exam-header { padding: 0 .8rem; }
.static-exam dl dt h5 small { color: #999999; }
.static-exam dl dt { background: #fff; border-bottom: 0rem; padding: 0 .8rem; }
.static-exam dl dt h5 { width: 100%; height: 2rem; margin-top: 0.4rem; display: flex; align-items: center; }
.static-exam dl dt h5 strong { font-size: 12px; margin-left: 12px; font-weight: 600; background: none; color: #333; }
.static-exam dl dt h3 { font-size: 16px; color: #333; line-height: 30px;padding-bottom: 0}
.static-exam dl dd p em { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #A3E460; line-height: 30px; color: #65C000; font-size: 14px; background: none; }
.static-exam dl dd .on em { background: #A3E460; color: #fff; }
.static-exam dl dd { padding-top: 0; overflow: hidden; }
.static-exam .answer_box { margin-top: 10px; }
.btn_box { width: 100%; padding: 0 18%; margin-top: 40px; box-sizing: border-box; }
.assignment, .static-exam dl .next { background: #A3E460; border-radius: 20px; font-weight: 600; width: 100%; }
.operation-tit strong { font-size: 14px; color: #65C000; font-weight: 600; }
.static-exam dl .operation i {color: #65C000; }
.myAnswer { font-size: 14px;color: #65C000;font-weight: 600; margin-bottom: 8px; }
.btns-complete { box-sizing: border-box; }
.answer-card h6 { border-bottom: 0; background: #fff; }
.answer-card dd a { border:1px solid rgba(163,228,96,1); color: #65C000; background: none; }
.exam-header .the-stop li { background: #A3E460; font-weight: 600; font-size: 16px; border: none; }
.exam-header .the-stop .li { font-weight: 600; font-size: 16px; border: none; border: 1px solid #fff; background: none; }
</style>
<div class="min-height-wrap">
<div class="cstlayer exams_top">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment