Commit 52615b79 by 刘海龙

333

parent d27e88c4
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
.operation-tit strong { font-size: 14px; color: #65C000; font-weight: 600; } .operation-tit strong { font-size: 14px; color: #65C000; font-weight: 600; }
.static-exam dl .operation i {color: #65C000; } .static-exam dl .operation i {color: #65C000; }
.myAnswer { font-size: 14px;color: #65C000;font-weight: 600; margin-bottom: 8px; } .myAnswer { font-size: 14px;color: #65C000;font-weight: 600; margin-bottom: 8px; }
.btns-complete { box-sizing: border-box; }
</style> </style>
<div class="cover"></div> <div class="cover"></div>
<div class="min-height-wrap"> <div class="min-height-wrap">
...@@ -131,7 +132,7 @@ ...@@ -131,7 +132,7 @@
<eq name="isPractice" value="1"> <eq name="isPractice" value="1">
<!--答案解析--> <!--答案解析-->
<div class="analysis"> <div class="analysis">
<div class="myAnswer">我的答案: </div> <!-- <div class="myAnswer">我的答案: </div> -->
<div class="analysis-pic"> <div class="analysis-pic">
<h6>正确答案</h6><abbr><volist name="question.answer_true_option" id="answer_true">{$answer_true}</volist></abbr> <h6>正确答案</h6><abbr><volist name="question.answer_true_option" id="answer_true">{$answer_true}</volist></abbr>
</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