diff --git a/pages/YNEduApp/exam/beforeExam.vue b/pages/YNEduApp/exam/beforeExam.vue index 76afde3..5615a14 100644 --- a/pages/YNEduApp/exam/beforeExam.vue +++ b/pages/YNEduApp/exam/beforeExam.vue @@ -21,12 +21,14 @@ -
*进入考试后,计时结束将自动交卷,退出后将会继续计时,考试期间请勿登录其他设备,否则成绩作废
+
+ *进入考试后,计时结束将自动交卷,退出后将会继续计时,考试期间请勿登录其他设备,否则成绩作废 +
- +
@@ -117,7 +119,7 @@ export default { padding: 10px; border-radius: 5px; background-color: #fff; - height: 90vh; + height: calc(100vh - 90px); box-sizing: border-box; .title { @@ -129,14 +131,14 @@ export default { .subtitle { font-size: 14px; - color: #666; + color: #3185f0; margin-top: 10px; } .info { display: flex; justify-content: space-between; - margin-top: 20px; + margin-top: 50px; .duration-wrapper, .count-wrapper, @@ -182,6 +184,7 @@ export default { bottom: 0; left: 0; width: 100%; + height: 50px; background-color: #fff; padding: 10px 0; display: flex; diff --git a/pages/YNEduApp/exam/examination.vue b/pages/YNEduApp/exam/examination.vue index 1e66040..bf1d966 100644 --- a/pages/YNEduApp/exam/examination.vue +++ b/pages/YNEduApp/exam/examination.vue @@ -2,9 +2,19 @@ - - - + + +
@@ -70,27 +80,30 @@
-
-
-
+
+
单选题({{ item.questionScore }}分)
多选题({{ item.questionScore }}分)
判断题({{ item.questionScore }}分)
-
{{ currentIndex + 1 }}. {{ item.examTopic }}
- + {{ currentIndex + 1 }}. {{ item.examTopic }} +
+ + +
{{ option.optionIdent }}.
{{ option.optionContent }}
-
@@ -117,7 +130,7 @@
-
+
@@ -152,8 +165,6 @@