Commit 89a7c554 by 刘海龙

11

parent 46b4cbaf
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.exam-header { padding: 0 .8rem; } .exam-header { padding: 0 .8rem; }
.static-exam dl dt h5 small { color: #999999; } .static-exam dl dt h5 small { color: #999999; }
.static-exam dl dt { background: #fff; border-bottom: 0rem; padding: 0 .8rem; } .static-exam dl dt { background: #fff; border-bottom: 0rem; padding: 0 .8rem; }
.static-exam dl dt h5 { width: 100%; height: 1.6rem; margin-top: 0.2rem; display: flex; align-items: center; } .static-exam dl dt h5 { width: 100%; height: 2rem; margin-top: 0.2rem; 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 h5 strong { font-size: 12px; margin-left: 12px; font-weight: 600; background: none; color: #333; }
</style> </style>
<div class="cover"></div> <div class="cover"></div>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<volist name="paper_options['options_questions_data'][$options_type['question_type']]" id="question"> <volist name="paper_options['options_questions_data'][$options_type['question_type']]" id="question">
<dl id="ex{$question_num}" data-type="{$options_type.question_type_key}" data-question_num="{$question_num}"> <dl id="ex{$question_num}" data-type="{$options_type.question_type_key}" data-question_num="{$question_num}">
<dt> <dt>
<h5><small>{$question_num}</small>/{$paper_options.questions_count}<strong>({$options_type.type_info.question_type_title})</strong></h5> <h5><small>{$question_num}</small>/{$paper_options.questions_count}<strong>({$options_type.type_info.question_type_title})</strong></h5>
<h3>{$question.content}</h3> <h3>{$question.content}</h3>
</dt> </dt>
<dd> <dd>
......
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