|
@@ -50,7 +50,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="footer_item">
|
|
<div class="footer_item">
|
|
|
<span class="gray">难度:</span>
|
|
<span class="gray">难度:</span>
|
|
|
- <span :class="countDiffcutyClass(question.difficulty)">{{ question.difficulty }}
|
|
|
|
|
|
|
+ <span style="font-weight: bold;" :class="countDiffcutyClass(question.difficulty)">{{ question.difficulty }}
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -161,7 +161,7 @@
|
|
|
{{ question.variationQuestion.questionType }}
|
|
{{ question.variationQuestion.questionType }}
|
|
|
</span>
|
|
</span>
|
|
|
<span class="gray">难度:</span>
|
|
<span class="gray">难度:</span>
|
|
|
- <span :class="countDiffcutyClass(question.variationQuestion.difficulty)">{{
|
|
|
|
|
|
|
+ <span style="font-weight: bold;" :class="countDiffcutyClass(question.variationQuestion.difficulty)">{{
|
|
|
question.variationQuestion.difficulty }}</span>
|
|
question.variationQuestion.difficulty }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -407,7 +407,6 @@ export default {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
- gap: 10px;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -538,10 +537,6 @@ export default {
|
|
|
|
|
|
|
|
.footer_item {
|
|
.footer_item {
|
|
|
margin-right: 40px;
|
|
margin-right: 40px;
|
|
|
-
|
|
|
|
|
- span {
|
|
|
|
|
- margin-right: 5px;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|