Commit b954edbf by 冷斌

fix bug

parent f581b9f1
......@@ -24,8 +24,8 @@
.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; border: none; }
.exam-header .the-stop .li { font-weight: 600; font-size: 16px; border: none; border: 1px solid #fff; background: none; }
.color_FF3B3B {
color: #FF3B3B;
.payBg {
background:rgba(245,166,35,1);
}
</style>
<div class="cover"></div>
......
......@@ -61,7 +61,7 @@ $(function() {
if (limit > 0 && question_num >= limit) {
let page = $("#ex" + question_num + ' .next')
page.removeClass('next_question');
page.addClass('color_FF3B3B')
page.addClass('payBg')
page.text('去支付');
}
......
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