Commit 63de6420 authored by zhengke's avatar zhengke

修改

parent 5e272aaa
...@@ -55,6 +55,18 @@ ...@@ -55,6 +55,18 @@
margin-top: 4px; margin-top: 4px;
cursor: pointer; cursor: pointer;
} }
.num_option_dx2 {
display: inline-block;
width: 30px;
height: 30px;
border: 1px solid #E1EAF4;
border-radius: 5px;
text-align: center;
line-height: 30px;
font-size: 14px;
color: #646873;
margin-top: 4px;
}
.num_option_dx:hover { .num_option_dx:hover {
border: 1px solid #94c1ff; border: 1px solid #94c1ff;
background: #e6f0ff; background: #e6f0ff;
......
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
<tbody class="contant"> <tbody class="contant">
<tr v-for="(subItem,subIndex) in item"> <tr v-for="(subItem,subIndex) in item">
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
<div class="Answer_List" :class="{'Is_Answer':subItem.IsAnswer}"> <div class="Answer_List2" :class="{'Is_Answer':subItem.IsAnswer}">
{{subItem.Name}} {{subItem.Name}}
</div> </div>
</td> </td>
<td> <td>
<div class="InpDIV" style="border:0;" v-html="subItem.Content"> <div class="InpDIV" style="border:0;margin-top:-2px;" v-html="subItem.Content">
</div> </div>
</td> </td>
</tr> </tr>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</tr> </tr>
</table> </table>
<br /> <br />
<span v-if="setOption.IsMutex==1" style="font-size:12px;">答案顺序打乱也判正确</span> <span v-if="setOption.IsMutex==1" style="font-size:13px;">答案顺序打乱也判正确</span>
<br /> <br />
<br /> <br />
<div class="entrytk_info"> <div class="entrytk_info">
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</tr> </tr>
</table> </table>
<br /> <br />
<span v-if="setOption.IsMutex==1" style="font-size:12px;">答案顺序打乱也判正确</span> <span v-if="setOption.IsMutex==1" style="font-size:13px;">答案顺序打乱也判正确</span>
<br /> <br />
<div class="tk_info"> <div class="tk_info">
1. 一个空有多种答案时请用";"隔开。如:水;H2O 1. 一个空有多种答案时请用";"隔开。如:水;H2O
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<table v-if="data&&data.length>0" class="common_TiTable"> <table v-if="data&&data.length>0" class="common_TiTable">
<tr v-for="(item,index) in data"> <tr v-for="(item,index) in data">
<td style="width:50px;text-align:center;"> <td style="width:50px;text-align:center;">
<div class="Answer_List" :class="{'Is_Answer':item.IsAnswer}"> <div class="Answer_List2" :class="{'Is_Answer':item.IsAnswer}">
{{item.Name}} {{item.Name}}
</div> </div>
</td> </td>
......
...@@ -52,13 +52,13 @@ ...@@ -52,13 +52,13 @@
{{item.Name}} {{item.Name}}
</td> </td>
<td> <td>
<div class="InpDIV" v-html="item.Content"></div> <div class="InpDIV" style="width:100%;border:0;" v-html="item.Content"></div>
</td> </td>
<td style="width:40px;text-align:center;padding-top:10px;"> <td style="width:40px;text-align:center;padding-top:10px;">
{{data[1][index].Name}} {{data[1][index].Name}}
</td> </td>
<td> <td>
<div class="InpDIV" v-html="data[1][index].Content"></div> <div class="InpDIV" style="width:100%;border:0;" v-html="data[1][index].Content"></div>
</td> </td>
</tr> </tr>
<tfoot> <tfoot>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<table v-if="data&&data.length>0" class="common_TiTable"> <table v-if="data&&data.length>0" class="common_TiTable">
<tr v-for="(item,index) in data"> <tr v-for="(item,index) in data">
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
<div class="num_option_dx" :class="{'Is_Answer':item.IsAnswer}"> <div class="num_option_dx2" :class="{'Is_Answer':item.IsAnswer}">
{{item.Name}} {{item.Name}}
</div> </div>
</td> </td>
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
<template <template
v-if="item.QuestionKey=='single'||item.QuestionKey=='multiple'|| item.QuestionKey=='single-number'"> v-if="item.QuestionKey=='single'||item.QuestionKey=='multiple'|| item.QuestionKey=='single-number'">
<div class="Answer_List" :class="{'Is_Answer':subItem.IsAnswer}"> <div class="Answer_List2" :class="{'Is_Answer':subItem.IsAnswer}">
{{subItem.Name}} {{subItem.Name}}
</div> </div>
</template> </template>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</template> </template>
</td> </td>
<td> <td>
<div class="InpDIV" style="border:0;" v-html="subItem.Content"> <div class="InpDIV" style="border:0;margin-top:-2px;" v-html="subItem.Content">
</div> </div>
</td> </td>
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<template v-if="item.QuestionKey=='judge'"> <template v-if="item.QuestionKey=='judge'">
<tr v-for="(subItem,subIndex) in item.SubAnwser"> <tr v-for="(subItem,subIndex) in item.SubAnwser">
<td style="width:50px;"> <td style="width:50px;">
<div class="Answer_List" @click="ChangeItem(item,subItem)" :class="{'Is_Answer':subItem.IsAnswer}"> <div class="Answer_List2" @click="ChangeItem(item,subItem)" :class="{'Is_Answer':subItem.IsAnswer}">
{{subItem.Name}} {{subItem.Name}}
</div> </div>
</td> </td>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<!--单选题--> <!--单选题-->
<template> <template>
<div class="singleQuestion"> <div class="singleQuestion">
<table v-if="data&&data.length>0" class="common_TiTable"> <table v-if="data&&data.length>0">
<tr v-for="(item,index) in data"> <tr v-for="(item,index) in data">
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
<div class="Answer_List2" :class="{'Is_Answer':item.IsAnswer}"> <div class="Answer_List2" :class="{'Is_Answer':item.IsAnswer}">
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
{{item.Name}} {{item.Name}}
</td> </td>
<td> <td>
<div class="InpDIV" style="border:0;margin-top:-2px;" v-html="item.Content"></div> <div class="InpDIV" style="border:0;margin-top:-2px;padding-left:0;" v-html="item.Content"></div>
</td> </td>
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
</td> </td>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.difficulty_Degree { .difficulty_Degree {
display: inline-block; display: inline-block;
width: 70px; width: 60px;
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
color: #181E33; color: #181E33;
...@@ -161,24 +161,24 @@ ...@@ -161,24 +161,24 @@
<div v-html="objOption.AnswerParse"></div> <div v-html="objOption.AnswerParse"></div>
</div> </div>
<br /> <br />
<div class="col-12"> <div class="col-4">
<br /> <br />
<span class="difficulty_Degree">难度</span> <span class="difficulty_Degree">难度: </span>
<span>{{objOption.DifficultyTypeStr}}</span> <span>{{objOption.DifficultyTypeStr}}</span>
</div> </div>
<div class="col-12"> <div class="col-4">
<br /> <br />
<span class="difficulty_Degree">所属大类</span> <span class="difficulty_Degree">所属大类: </span>
{{objOption.CategoryName}} {{objOption.CategoryName}}
</div> </div>
<div class="col-12"> <div class="col-4">
<br /> <br />
<span class="difficulty_Degree">考级程度</span> <span class="difficulty_Degree">考级程度: </span>
{{objOption.LevelTypeName}} {{objOption.LevelTypeName}}
</div> </div>
<div class="col-12" style="margin-top:16px;"> <div class="col-12" style="margin-top:16px;">
<span class="difficulty_Degree">知识点: </span> <span class="difficulty_Degree">知识点: </span>
<span class="knowledge_List" v-for="(x, i) in choosePointArray" :key="i"> <span class="knowledge_List" style="cursor:default;" v-for="(x, i) in choosePointArray" :key="i">
{{x.PointName}} {{x.PointName}}
</span> </span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment