Commit 200ad402 by 刘海龙

11

parent 043f6427
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
.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; } .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; margin-top: 14px; }
.zongfen { font-size: 12px; color: #999; font-weight: 400; }
</style> </style>
<div class="min-height-wrap"> <div class="min-height-wrap">
<div class="cstlayer exams_top"> <div class="cstlayer exams_top">
...@@ -23,7 +24,8 @@ ...@@ -23,7 +24,8 @@
<div class="cstlayer-content_c"> <div class="cstlayer-content_c">
<div class="getscore">得分</div> <div class="getscore">得分</div>
<div class="scorebox"> <div class="scorebox">
{$answerData.score|default='0'} <span>{$answerData.score|default='0'}</span>
<span class="zongfen">(总分100)</span>
</div> </div>
</div> </div>
<p class="cstlayer-txt"></p> <p class="cstlayer-txt"></p>
......
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