From 244d1c154205460702276359c28992b956ec676f Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Sat, 6 May 2023 15:48:17 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/dangjian/view/result.html | 55 ++++++++++++++++---------- 1 file changed, 35 insertions(+), 20 deletions(-) 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 @@
-

本次成绩

-

得分:100分 用时:1小时36分05秒

+

本次成绩

+

交卷时间:2023-05-06 13:45:10

+

得分:100 分 +      用时:1小时36分05秒

- -

开始时间:2023-05-06 13:45:10

-

交卷时间:2023-05-06 13:45:10

+
正确
+
错误
+
+
@@ -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 @@ } }); } - - + + });