Commit 63de6420 authored by zhengke's avatar zhengke

修改

parent 5e272aaa
......@@ -55,6 +55,18 @@
margin-top: 4px;
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 {
border: 1px solid #94c1ff;
background: #e6f0ff;
......
......@@ -47,12 +47,12 @@
<tbody class="contant">
<tr v-for="(subItem,subIndex) in item">
<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}}
</div>
</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>
</td>
</tr>
......
......@@ -27,7 +27,7 @@
</tr>
</table>
<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="entrytk_info">
......
......@@ -26,7 +26,7 @@
</tr>
</table>
<br />
<span v-if="setOption.IsMutex==1" style="font-size:12px;">答案顺序打乱也判正确</span>
<span v-if="setOption.IsMutex==1" style="font-size:13px;">答案顺序打乱也判正确</span>
<br />
<div class="tk_info">
1. 一个空有多种答案时请用";"隔开。如:水;H2O
......
......@@ -10,7 +10,7 @@
<table v-if="data&&data.length>0" class="common_TiTable">
<tr v-for="(item,index) in data">
<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}}
</div>
</td>
......
......@@ -52,13 +52,13 @@
{{item.Name}}
</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 style="width:40px;text-align:center;padding-top:10px;">
{{data[1][index].Name}}
</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>
</tr>
<tfoot>
......
......@@ -10,7 +10,7 @@
<table v-if="data&&data.length>0" class="common_TiTable">
<tr v-for="(item,index) in data">
<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}}
</div>
</td>
......
......@@ -64,7 +64,7 @@
<td style="width:40px;text-align:center;">
<template
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}}
</div>
</template>
......@@ -75,7 +75,7 @@
</template>
</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>
</td>
<td style="width:40px;text-align:center;">
......@@ -100,7 +100,7 @@
<template v-if="item.QuestionKey=='judge'">
<tr v-for="(subItem,subIndex) in item.SubAnwser">
<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}}
</div>
</td>
......
......@@ -7,7 +7,7 @@
<!--单选题-->
<template>
<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">
<td style="width:40px;text-align:center;">
<div class="Answer_List2" :class="{'Is_Answer':item.IsAnswer}">
......
......@@ -41,7 +41,7 @@
{{item.Name}}
</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 style="width:40px;text-align:center;">
</td>
......
......@@ -11,7 +11,7 @@
.difficulty_Degree {
display: inline-block;
width: 70px;
width: 60px;
height: 26px;
line-height: 26px;
color: #181E33;
......@@ -161,24 +161,24 @@
<div v-html="objOption.AnswerParse"></div>
</div>
<br />
<div class="col-12">
<div class="col-4">
<br />
<span class="difficulty_Degree">难度</span>
<span class="difficulty_Degree">难度: </span>
<span>{{objOption.DifficultyTypeStr}}</span>
</div>
<div class="col-12">
<div class="col-4">
<br />
<span class="difficulty_Degree">所属大类</span>
<span class="difficulty_Degree">所属大类: </span>
{{objOption.CategoryName}}
</div>
<div class="col-12">
<div class="col-4">
<br />
<span class="difficulty_Degree">考级程度</span>
<span class="difficulty_Degree">考级程度: </span>
{{objOption.LevelTypeName}}
</div>
<div class="col-12" style="margin-top:16px;">
<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}}
</span>
</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