Commit 27fb0c67 by 刘海龙

111

parent 146b93e0
......@@ -14,7 +14,8 @@
.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; }
.assignment, .static-exam dl .next { background: #A3E460; padding: 0 18%; margin-top: 40px; border-radius: 20px; font-weight: 600; }
.btn_box { width: 100%; padding: 0 18%; margin-top: 40px; }
.assignment, .static-exam dl .next { background: #A3E460; border-radius: 20px; font-weight: 600; width: 100%; }
</style>
<div class="cover"></div>
<div class="min-height-wrap">
......@@ -107,7 +108,9 @@
<input type="hidden" name="user_answer[{$question.exams_question_id}]" value="{:implode(',',$content)}">
</div>
</dd>
<div class="btn_box">
<a href="javascript:;" data-question_num="{$question_num}" class="next next_question">下一题</a>
</div>
<div class="operation">
<div class="operation-tit">
<eq name="isPractice" value="1"><strong><small>查看解析</small><i class="icon icon-arrowDown"></i></strong></eq>
......
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