Commit f1c394ff by 刘海龙

111

parent fb1a683f
...@@ -7,8 +7,10 @@ ...@@ -7,8 +7,10 @@
<style type="text/css"> <style type="text/css">
.static-exam dl .operation .analysis { display: block; } .static-exam dl .operation .analysis { display: block; }
.cstlayer-header i { font-size: 14px; color: #333; } .cstlayer-header i { font-size: 14px; color: #333; }
.cstlayer-header h3 { color: #333!important; line-height: 22px; margin-top: 6px; width: 88%; } .cstlayer-header h3 { color: #333!important; line-height: 22px; margin-top: 6px; width: 92%; }
.cstlayer-header { border-bottom: 1px solid #e6e6e6; padding: 0 8px; padding-bottom: 6px; box-sizing: border-box; } .cstlayer-header { border-bottom: 1px solid #e6e6e6; padding: 0 8px; padding-bottom: 8px; box-sizing: border-box; }
.cstlayer-content_c{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.getscore { margin-top: 15px; font-size: 12px; color: #999; text-align: center; }
</style> </style>
<div class="min-height-wrap"> <div class="min-height-wrap">
<div class="cstlayer exams_top"> <div class="cstlayer exams_top">
...@@ -16,7 +18,11 @@ ...@@ -16,7 +18,11 @@
<a href="{:U('home/Home/exams')}"><i class="icon icon-zuojiantou"></i></a> <a href="{:U('home/Home/exams')}"><i class="icon icon-zuojiantou"></i></a>
<h3>{$paper.exams_paper_title}</h3> <h3>{$paper.exams_paper_title}</h3>
</div> </div>
<div class="cstlayer-content">{$answerData.score|default='0'}</div> <div class="cstlayer-content_c">
<div class="getscore">得分</div>
<!-- 得分 -->
{$answerData.score|default='0'}
</div>
<p class="cstlayer-txt"></p> <p class="cstlayer-txt"></p>
<!--本卷平均分{$avg.avg|default='0'}分,超过{$avg.transcend_rate}的人--> <!--本卷平均分{$avg.avg|default='0'}分,超过{$avg.transcend_rate}的人-->
<php>if($answerData['exams_mode'] != 3 && $answerData['exams_mode'] != 4){</php> <php>if($answerData['exams_mode'] != 3 && $answerData['exams_mode'] != 4){</php>
...@@ -39,6 +45,9 @@ ...@@ -39,6 +45,9 @@
</span> </span>
</dd> </dd>
</dl> --> </dl> -->
</div> </div>
<!-- 排名表 <!-- 排名表
......
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