Commit acc555a2 by 刘海龙

333

parent 5ec97b12
......@@ -22,7 +22,8 @@
.btns-complete { box-sizing: border-box; }
.answer-card h6 { border-bottom: 0; background: #fff; }
.answer-card dd a { border:1px solid rgba(163,228,96,1); color: #65C000; background: none; }
.exam-header .the-stop li { background: #A3E460; font-weight: 600; font-size: 16px; }
.exam-header .the-stop li { background: #A3E460; font-weight: 600; font-size: 16px; border: none; }
.exam-header .the-stop .li { font-weight: 600; font-size: 16px; border: none; border: 1px solid #fff; }
</style>
<div class="cover"></div>
<div class="min-height-wrap">
......@@ -47,7 +48,7 @@
<neq name="Think.get.joinType" value="2">
<ul class="the-stop">
<li>继续</li>
<if condition="$paper['assembly_type'] neq 1"><li id="progressExams">下次再做</li></if>
<if condition="$paper['assembly_type'] neq 1"><li id="progressExams" class="li">下次再做</li></if>
</ul>
</neq>
</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