diff --git a/WebRoot/html/dangjian/view/result.html b/WebRoot/html/dangjian/view/result.html index 93d00b5..a4cfbfd 100644 --- a/WebRoot/html/dangjian/view/result.html +++ b/WebRoot/html/dangjian/view/result.html @@ -79,10 +79,16 @@ color: #8F8F94; } - .mui-content a.already { + .mui-content a.wrong { color: #fff; - border: 1px solid #E73A30; - background-color: #E73A30; + border: 1px solid #e74c3c; + background-color: #e74c3c; + } + + .mui-content a.right { + color: #fff; + border: 1px solid #27ae60; + background-color: #27ae60; } @@ -92,21 +98,30 @@
@@ -124,9 +139,9 @@ {{/for}} - @@ -144,23 +159,23 @@ orderId = $.cookie('order_id'); } else { $.cookie('order_id', orderId, { path: '/' }); - } + } //获取题的信息 getQuestionInfo(orderId); //获取答题卡信息 getAnswerSheet(); - - + + mui(".mui-content").on("tap", "a", function () { console.log("123"); orderId = this.textContent; getQuestionInfo(this.textContent); - + }) @@ -191,9 +206,9 @@ } }); } - - + + });