|
@@ -101,7 +101,7 @@
|
|
|
<van-button
|
|
|
class="exam-question-button"
|
|
|
type="primary"
|
|
|
- color="#FE6347"
|
|
|
+ color="#2878ff"
|
|
|
@click="handleSureFun"
|
|
|
>确定</van-button
|
|
|
>
|
|
@@ -109,7 +109,7 @@
|
|
|
v-if="answerIndex + 1 === examQuestionList.length"
|
|
|
class="exam-question-button"
|
|
|
type="primary"
|
|
|
- color="#FE6347"
|
|
|
+ color="#2878ff"
|
|
|
:disabled="this.timeDiff === '00:00:00'"
|
|
|
@click="handleSubmitFun"
|
|
|
>交卷</van-button
|
|
@@ -600,7 +600,7 @@ export default {
|
|
|
font-size: 0.6rem;
|
|
|
.exam-question-countdown {
|
|
|
height: 2rem;
|
|
|
- background-color: #f8e7d7;
|
|
|
+ background-color: #f4f7ff;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
@@ -639,11 +639,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.exam-question-item-down {
|
|
|
- background-color: #f8e7d7;
|
|
|
+ background-color: #f4f7ff;
|
|
|
}
|
|
|
.exam-question-item-on {
|
|
|
- border-color: #fe6347;
|
|
|
- color: #fe6347;
|
|
|
+ border-color: #2878ff;
|
|
|
+ color: #2878ff;
|
|
|
}
|
|
|
}
|
|
|
.exam-question-div {
|
|
@@ -658,7 +658,7 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
flex-wrap: nowrap;
|
|
|
- border-bottom: 1px solid #fe6347;
|
|
|
+ border-bottom: 1px solid #2878ff;
|
|
|
padding-bottom: 0.25rem;
|
|
|
height: 1.25rem;
|
|
|
font-size: 0.65rem;
|
|
@@ -669,7 +669,7 @@ export default {
|
|
|
.exam-question-head-left-icon {
|
|
|
width: 0.25rem;
|
|
|
height: 1rem;
|
|
|
- background-color: #fe6347;
|
|
|
+ background-color: #2878ff;
|
|
|
}
|
|
|
.exam-question-head-left-txt {
|
|
|
margin-left: 0.25rem;
|
|
@@ -699,8 +699,8 @@ export default {
|
|
|
border: 1px solid transparent;
|
|
|
}
|
|
|
.exam-question-options-item-checked {
|
|
|
- border-color: #fe6347;
|
|
|
- color: #fe6347;
|
|
|
+ border-color: #2878ff;
|
|
|
+ color: #2878ff;
|
|
|
}
|
|
|
}
|
|
|
.exam-question-gapFilling {
|
|
@@ -713,7 +713,7 @@ export default {
|
|
|
border: 1px solid transparent;
|
|
|
&:active,
|
|
|
&:focus {
|
|
|
- border-color: #fe6347;
|
|
|
+ border-color: #2878ff;
|
|
|
}
|
|
|
}
|
|
|
}
|