Commit 441226c0 authored by zhengke's avatar zhengke

修改

parent afb34daa
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }}
</view> </view>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -208,12 +208,14 @@ export default { ...@@ -208,12 +208,14 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx;
} }
.viewAnswerContent { .viewAnswerContent {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Single_Before { .Single_Before {
...@@ -228,7 +230,7 @@ export default { ...@@ -228,7 +230,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -260,7 +262,7 @@ export default { ...@@ -260,7 +262,7 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<text>您的答案: <text>您的答案:
<template v-if="item1.AnswerList[index2].SubAnswer != ''"> <template v-if="item1.AnswerList[index2].SubAnswer != ''">
<text v-if="item1.QuestionAnswerList[index2].SubAnswer==item1.AnswerList[index2].SubAnswer" class="isTrueAnswer"> <text v-if="item1.QuestionAnswerList[index2].SubAnswer==item1.AnswerList[index2].SubAnswer" class="isTrueAnswer">
{{ item1.AnswerList[index2].SubAnswer }} {{ item1.AnswerList[index2].SubAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.AnswerList[index2].SubAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.AnswerList[index2].SubAnswer }},回答错误</text>
</template> </template>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</template> </template>
</view> </view>
</view> </view>
<view class="AnswerContent" v-if="!isOperate" style="margin-top:20px;"> <view class="AnswerContent" v-if="!isOperate&&item1.AnswerParse" style="margin-top:20px;">
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<text style="color: #000">{{ item1.AnswerParse }}</text> <text style="color: #000">{{ item1.AnswerParse }}</text>
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -219,6 +219,7 @@ ...@@ -219,6 +219,7 @@
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx;
} }
.myAnswer { .myAnswer {
...@@ -238,7 +239,7 @@ ...@@ -238,7 +239,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -270,7 +271,7 @@ ...@@ -270,7 +271,7 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2 flex_start_center" class="flex item2"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</view> </view>
</template> </template>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -210,12 +210,14 @@ export default { ...@@ -210,12 +210,14 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx;
} }
.viewAnswerContent { .viewAnswerContent {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.ExamIndex_Box { .ExamIndex_Box {
...@@ -234,7 +236,7 @@ export default { ...@@ -234,7 +236,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -261,14 +263,14 @@ export default { ...@@ -261,14 +263,14 @@ export default {
.chooseNum { .chooseNum {
text-align: center; text-align: center;
margin-right: 25rpx; margin-right: 25rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2 flex_start_center" class="flex item2"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
</view> </view>
</template> </template>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word;" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94;">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
v-html="item1.AnswerParse" v-html="item1.AnswerParse"
...@@ -214,11 +214,13 @@ export default { ...@@ -214,11 +214,13 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx;
} }
.viewAnswerContent { .viewAnswerContent {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Exam_Total { .Exam_Total {
font-size: 25rpx; font-size: 25rpx;
...@@ -237,7 +239,7 @@ export default { ...@@ -237,7 +239,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -264,14 +266,14 @@ export default { ...@@ -264,14 +266,14 @@ export default {
.chooseNum { .chooseNum {
text-align: center; text-align: center;
margin-right: 25rpx; margin-right: 25rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2 flex_start_center" class="flex item2"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</view> </view>
</template> </template>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
color: red !important; color: red !important;
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -207,6 +207,7 @@ export default { ...@@ -207,6 +207,7 @@ export default {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Exam_Total { .Exam_Total {
...@@ -220,7 +221,7 @@ export default { ...@@ -220,7 +221,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -249,14 +250,14 @@ export default { ...@@ -249,14 +250,14 @@ export default {
text-align: center; text-align: center;
line-height: 40rpx; line-height: 40rpx;
margin-right: 25rpx; margin-right: 25rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<template v-if="item1.AnswerList && item1.AnswerList.length>0"> <template v-if="item1.AnswerList && item1.AnswerList.length>0">
<text v-if="item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer" <text v-if="item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer"
class="isTrueAnswer"> class="isTrueAnswer">
{{ item1.AnswerList[index2].SubAnswer }} {{ item1.AnswerList[index2].SubAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer"> <text v-else class="isNotAnswer">
<template v-if="item1.AnswerList[index2].SubAnswer!=''"> <template v-if="item1.AnswerList[index2].SubAnswer!=''">
...@@ -120,8 +120,8 @@ ...@@ -120,8 +120,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="AnswerContent" v-if="!isOperate"> <view class="AnswerContent" v-if="!isOperate&&item1.AnswerParse">
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="word-wrap: break-word">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -431,14 +431,14 @@ ...@@ -431,14 +431,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
} }
.questionTitle { .questionTitle {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
您的答案: 您的答案:
<template v-if="item1.StundetAnswer != ''"> <template v-if="item1.StundetAnswer != ''">
<text v-if="item1.Answer ==item1.StundetAnswer" class="isTrueAnswer"> <text v-if="item1.Answer ==item1.StundetAnswer" class="isTrueAnswer">
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text>
</template> </template>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view> <view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view>
</view> </view>
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 30rpx;
padding: 25rpx; padding: 28rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
} }
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -248,14 +248,14 @@ ...@@ -248,14 +248,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view> <view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view>
</view> </view>
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -196,6 +196,7 @@ ...@@ -196,6 +196,7 @@
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx;
} }
.ExamIndex_Box { .ExamIndex_Box {
margin-right: 20px; margin-right: 20px;
...@@ -213,7 +214,7 @@ ...@@ -213,7 +214,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -246,14 +247,14 @@ ...@@ -246,14 +247,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"> ">
<view v-for="(item2, index2) in item1.QuestionContentObj[0]" :key="index2"> <view v-for="(item2, index2) in item1.QuestionContentObj[0]" :key="index2">
<view class="flex item2 flex_start_center"> <view class="flex item2 flex_start_center">
<view class="num">{{ item2.Name }}</view> <view class="chooseNum">{{ item2.Name }}</view>
<view style="margin-left: 5px" class="chooseName" v-html="item2.Content"></view> <view style="margin-left: 5px" class="chooseName" v-html="item2.Content"></view>
</view> </view>
</view> </view>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
您的答案: 您的答案:
<template v-if="item1.StundetAnswer != ''"> <template v-if="item1.StundetAnswer != ''">
<text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer"> <text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer">
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text>
</template> </template>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view> <view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view>
</view> </view>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -252,6 +252,7 @@ ...@@ -252,6 +252,7 @@
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx;
} }
.Exam_Total { .Exam_Total {
...@@ -275,7 +276,7 @@ ...@@ -275,7 +276,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -307,14 +308,14 @@ ...@@ -307,14 +308,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
<view> <view>
<text style="color: #8c8a94">正确答案:</text> <text style="color: #8c8a94">正确答案:</text>
<text class="isTrueAnswer">{{item1.Answer}}</text> <text class="isTrueAnswer">{{item1.Answer}}</text>
<text>您的答案: <text>您的答案
<template v-if="item1.StundetAnswer != ''"> <template v-if="item1.StundetAnswer != ''">
<text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer"> <text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer">
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text>
</template> </template>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<text style="color: #000">{{ item1.AnswerParse }}</text> <text style="color: #000">{{ item1.AnswerParse }}</text>
</view> </view>
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -272,14 +272,14 @@ ...@@ -272,14 +272,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
您的答案: 您的答案:
<template v-if="item1.StundetAnswer != ''"> <template v-if="item1.StundetAnswer != ''">
<text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer"> <text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer">
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text>
</template> </template>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<text style="color: #000">{{ item1.AnswerParse }}</text> <text style="color: #000">{{ item1.AnswerParse }}</text>
</view> </view>
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -260,14 +260,14 @@ ...@@ -260,14 +260,14 @@
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
:key="index2" :key="index2"
> >
<view class="flex item2 flex_start_center"> <view class="flex item2 flex_start_center">
<view class="num">{{ item2.Name }}</view> <view class="chooseNum">{{ item2.Name }}</view>
<view <view
style="margin-left: 5px" style="margin-left: 5px"
class="chooseName" class="chooseName"
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
v-if="item1.Answer == item1.StundetAnswer" v-if="item1.Answer == item1.StundetAnswer"
class="isTrueAnswer" class="isTrueAnswer"
> >
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer" <text v-else class="isNotAnswer"
>{{ item1.StundetAnswer }},回答错误</text >{{ item1.StundetAnswer }},回答错误</text
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -273,7 +273,7 @@ export default { ...@@ -273,7 +273,7 @@ export default {
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -283,6 +283,7 @@ export default { ...@@ -283,6 +283,7 @@ export default {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx;
} }
.Exam_Total { .Exam_Total {
font-size: 25rpx; font-size: 25rpx;
...@@ -305,7 +306,7 @@ export default { ...@@ -305,7 +306,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -337,14 +338,14 @@ export default { ...@@ -337,14 +338,14 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }}
</view> </view>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -201,6 +201,7 @@ export default { ...@@ -201,6 +201,7 @@ export default {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx;
} }
.Single_Before { .Single_Before {
...@@ -213,7 +214,7 @@ export default { ...@@ -213,7 +214,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -246,7 +247,7 @@ export default { ...@@ -246,7 +247,7 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }}
</view> </view>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -203,12 +203,14 @@ export default { ...@@ -203,12 +203,14 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx;
} }
.viewAnswerContent { .viewAnswerContent {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Exam_Total { .Exam_Total {
...@@ -228,7 +230,7 @@ export default { ...@@ -228,7 +230,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -260,7 +262,7 @@ export default { ...@@ -260,7 +262,7 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
您的答案: 您的答案:
<template v-if="item1.StundetAnswer != ''"> <template v-if="item1.StundetAnswer != ''">
<text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer"> <text v-if="item1.Answer == item1.StundetAnswer" class="isTrueAnswer">
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }},回答正确
</text> </text>
<text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text> <text v-else class="isNotAnswer">{{ item1.StundetAnswer }},回答错误</text>
</template> </template>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</template> </template>
</text> </text>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view> <view style="color: #000; display: inline-block" v-html="item1.AnswerParse"></view>
</view> </view>
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 30rpx;
padding: 25rpx; padding: 28rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
} }
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
} }
.chooseName { .chooseName {
font-size: 24rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }}
</view> </view>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -204,11 +204,13 @@ export default { ...@@ -204,11 +204,13 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx;
} }
.viewAnswerContent { .viewAnswerContent {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
...@@ -222,7 +224,7 @@ export default { ...@@ -222,7 +224,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -254,7 +256,7 @@ export default { ...@@ -254,7 +256,7 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
{{ item1.StundetAnswer }} {{ item1.StundetAnswer }}
</view> </view>
</view> </view>
<view style="margin-top: 20rpx; word-wrap: break-word"> <view style="margin-top: 20rpx; word-wrap: break-word" v-if="item1.AnswerParse">
<text style="color: #8c8a94">解析:</text> <text style="color: #8c8a94">解析:</text>
<view <view
style="color: #000; display: inline-block" style="color: #000; display: inline-block"
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
color: red !important; color: red !important;
} }
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 28rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -203,6 +203,7 @@ export default { ...@@ -203,6 +203,7 @@ export default {
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size:28rpx;
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
...@@ -216,7 +217,7 @@ export default { ...@@ -216,7 +217,7 @@ export default {
} }
.num { .num {
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -248,7 +249,7 @@ export default { ...@@ -248,7 +249,7 @@ export default {
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 26rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
......
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