Commit 345d9c05 by 刘海龙

111

parent 38c6ef5e
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
.assignment, .static-exam dl .next { background: #A3E460; border-radius: 20px; font-weight: 600; width: 100%; } .assignment, .static-exam dl .next { background: #A3E460; border-radius: 20px; font-weight: 600; width: 100%; }
.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 { }
</style> </style>
<div class="cover"></div> <div class="cover"></div>
<div class="min-height-wrap"> <div class="min-height-wrap">
...@@ -130,6 +131,7 @@ ...@@ -130,6 +131,7 @@
<eq name="isPractice" value="1"> <eq name="isPractice" value="1">
<!--答案解析--> <!--答案解析-->
<div class="analysis"> <div class="analysis">
<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