Commit 043f6427 by 刘海龙

111

parent 6ac163b0
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
.cstlayer-header { border-bottom: 1px solid #e6e6e6; padding: 0 8px; padding-bottom: 8px; 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; } .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; } .getscore { margin-top: 15px; font-size: 12px; color: #999; text-align: center; }
.scorebox { width: 144px; height: 144px; border-radius: 50%; background: #FBFFF7; display: flex; align-items: center; justify-content: center; color: #65C000; font-size: 48px; font-weight: 600; flex-direction: column; }
</style> </style>
<div class="min-height-wrap"> <div class="min-height-wrap">
<div class="cstlayer exams_top"> <div class="cstlayer exams_top">
...@@ -21,8 +22,9 @@ ...@@ -21,8 +22,9 @@
</div> </div>
<div class="cstlayer-content_c"> <div class="cstlayer-content_c">
<div class="getscore">得分</div> <div class="getscore">得分</div>
<!-- 得分 --> <div class="scorebox">
{$answerData.score|default='0'} {$answerData.score|default='0'}
</div>
</div> </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}的人-->
......
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