Commit 95dc6497 authored by zhengke's avatar zhengke

修改

parent 769055e2
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -186,7 +184,7 @@ export default { ...@@ -186,7 +184,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -239,9 +237,8 @@ export default { ...@@ -239,9 +237,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -263,19 +260,6 @@ export default { ...@@ -263,19 +260,6 @@ export default {
color: #ffffff !important; color: #ffffff !important;
} }
.chooseNum {
width: 40rpx;
height: 40rpx;
text-align: center;
line-height: 40rpx;
border-radius: 50%;
border: 1px solid #e2e2e2;
margin-right: 30rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #111111;
}
.chooseName { .chooseName {
font-size: 24rpx; font-size: 24rpx;
...@@ -303,4 +287,8 @@ export default { ...@@ -303,4 +287,8 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/ <text class="Single_Before">{{ ExamIndex }}</text>/
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2" <view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2"
style="border-bottom: 1px solid #d1d1d1"> style="border-bottom: 1px solid #d1d1d1">
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
width: 100%; width: 100%;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; padding-bottom: 5px;
font-size: 28rpx; font-size: 30rpx;
} }
.myAnswer { .myAnswer {
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -254,9 +254,8 @@ ...@@ -254,9 +254,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -279,10 +278,10 @@ ...@@ -279,10 +278,10 @@
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
...@@ -299,14 +298,6 @@ ...@@ -299,14 +298,6 @@
color: #111111; color: #111111;
} }
.input {
box-sizing: border-box;
width: 690rpx;
border-bottom: 2rpx solid #000;
color: #000;
font-size: 22rpx;
}
.textarea { .textarea {
box-sizing: border-box; box-sizing: border-box;
padding: 20rpx 0; padding: 20rpx 0;
...@@ -318,4 +309,8 @@ ...@@ -318,4 +309,8 @@
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,12 +27,13 @@ ...@@ -29,12 +27,13 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2" class="flex item2"
style="align-items: center;"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -192,7 +191,7 @@ export default { ...@@ -192,7 +191,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -226,7 +225,7 @@ export default { ...@@ -226,7 +225,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; font-size:30rpx;
} }
.ExamIndex_Box { .ExamIndex_Box {
...@@ -245,9 +244,8 @@ export default { ...@@ -245,9 +244,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -274,7 +272,6 @@ export default { ...@@ -274,7 +272,6 @@ export default {
margin-right: 25rpx; margin-right: 25rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -290,7 +287,8 @@ export default { ...@@ -290,7 +287,8 @@ export default {
width: 690rpx; width: 690rpx;
border-bottom: 2rpx solid #000; border-bottom: 2rpx solid #000;
color: #000; color: #000;
font-size: 22rpx; font-size: 26rpx;
height:70rpx;
} }
.textarea { .textarea {
...@@ -304,4 +302,9 @@ export default { ...@@ -304,4 +302,9 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,12 +27,13 @@ ...@@ -29,12 +27,13 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2" class="flex item2"
style="align-items: center;"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -197,7 +196,7 @@ export default { ...@@ -197,7 +196,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -223,13 +222,13 @@ export default { ...@@ -223,13 +222,13 @@ export default {
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
font-size:28rpx; font-size:30rpx;
} }
.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; font-size:30rpx;
} }
.Exam_Total { .Exam_Total {
font-size: 25rpx; font-size: 25rpx;
...@@ -248,9 +247,8 @@ export default { ...@@ -248,9 +247,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -265,6 +263,7 @@ export default { ...@@ -265,6 +263,7 @@ export default {
.item2 { .item2 {
/* padding-left: 25rpx; */ /* padding-left: 25rpx; */
margin: 50rpx 0; margin: 50rpx 0;
width:
} }
.choose { .choose {
...@@ -277,23 +276,25 @@ export default { ...@@ -277,23 +276,25 @@ export default {
margin-right: 25rpx; margin-right: 25rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
width:100%;
height:70rpx;
} }
.input { .input {
box-sizing: border-box; box-sizing: border-box;
width: 690rpx; width: 100%;
border-bottom: 2rpx solid #000; border-bottom: 2rpx solid #000;
color: #000; color: #000;
font-size: 22rpx; font-size: 26rpx;
height:70rpx;
} }
.textarea { .textarea {
...@@ -302,9 +303,13 @@ export default { ...@@ -302,9 +303,13 @@ export default {
} }
/deep/.textarea-placeholder { /deep/.textarea-placeholder {
font-size: 20rpx; font-size: 16rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -23,17 +23,18 @@ ...@@ -23,17 +23,18 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
:key="index2" :key="index2"
class="flex item2" class="flex item2"
style="align-items: center;"
> >
<view class="chooseNum">{{ index2 + 1 }}</view> <view class="chooseNum">{{ index2 + 1 }}</view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
<input <input
type="text" type="text"
v-model="item2.Content" v-model="item2.Content"
@input="getIsRes(item1)" @input="getIsRes(item1)"
...@@ -182,7 +183,7 @@ export default { ...@@ -182,7 +183,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -198,7 +199,7 @@ export default { ...@@ -198,7 +199,7 @@ export default {
color: red !important; color: red !important;
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -208,7 +209,7 @@ export default { ...@@ -208,7 +209,7 @@ export default {
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -217,7 +218,7 @@ export default { ...@@ -217,7 +218,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; font-size:30rpx;
} }
.Exam_Total { .Exam_Total {
...@@ -231,9 +232,8 @@ export default { ...@@ -231,9 +232,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -256,26 +256,31 @@ export default { ...@@ -256,26 +256,31 @@ export default {
} }
.chooseNum { .chooseNum {
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
margin-right: 25rpx; margin-right: 25rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
width:100%;
} }
.input { .input {
box-sizing: border-box; box-sizing: border-box;
width: 690rpx;
border-bottom: 2rpx solid #000; border-bottom: 2rpx solid #000;
height:70rpx;
font-size:26rpx;
}
.Exam_Score{
color:#999999;
font-size:28rpx;
} }
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -65,6 +63,7 @@ ...@@ -65,6 +63,7 @@
}})</view }})</view
> >
<view v-html="item2.SubTitle"></view> <view v-html="item2.SubTitle"></view>
<text class=".Exam_Score">{{item1.Score}}</text>
</view> </view>
<view v-for="(item3, index3) in item2.SubAnwser" :key="index3"> <view v-for="(item3, index3) in item2.SubAnwser" :key="index3">
<!-- 单选 、判断--> <!-- 单选 、判断-->
...@@ -469,7 +468,7 @@ export default { ...@@ -469,7 +468,7 @@ export default {
<style> <style>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -497,7 +496,7 @@ export default { ...@@ -497,7 +496,7 @@ export default {
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -521,9 +520,8 @@ export default { ...@@ -521,9 +520,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -569,21 +567,21 @@ export default { ...@@ -569,21 +567,21 @@ export default {
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
...@@ -605,4 +603,8 @@ export default { ...@@ -605,4 +603,8 @@ export default {
font-size: 22rpx !important; font-size: 22rpx !important;
color: #00acf9 !important; color: #00acf9 !important;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score"
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text >(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
> >
</view> </view>
...@@ -27,9 +27,7 @@ ...@@ -27,9 +27,7 @@
<swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1"> <swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1">
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view class="num" v-html="item1.Title"></view>{{ <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
item1.Score
}}
</view> </view>
<view <view
v-for="(item2, index2) in item1.QuestionContentObj" v-for="(item2, index2) in item1.QuestionContentObj"
...@@ -213,7 +211,7 @@ export default { ...@@ -213,7 +211,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -236,13 +234,13 @@ export default { ...@@ -236,13 +234,13 @@ export default {
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 30rpx;
padding: 28rpx; padding: 30rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -258,9 +256,8 @@ export default { ...@@ -258,9 +256,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -284,23 +281,27 @@ export default { ...@@ -284,23 +281,27 @@ export default {
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/ <text class="Single_Before">{{ ExamIndex }}</text>/
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -223,9 +223,8 @@ ...@@ -223,9 +223,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -233,11 +232,6 @@ ...@@ -233,11 +232,6 @@
margin-bottom: 40rpx; margin-bottom: 40rpx;
} }
.item1 {
margin: 25rpx 0;
align-items: center;
}
.item2 { .item2 {
/* padding-left: 25rpx; */ /* padding-left: 25rpx; */
margin: 30rpx 0; margin: 30rpx 0;
...@@ -288,4 +282,8 @@ ...@@ -288,4 +282,8 @@
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name" style="padding: 0 20px"> <view class="name" style="padding: 0 20px">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/ <text class="Single_Before">{{ ExamIndex }}</text>/
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<view class="flex"> <view class="flex">
<template v-if="item1.QuestionContentObj[1] && item1.QuestionContentObj[1].length > 0"> <template v-if="item1.QuestionContentObj[1] && item1.QuestionContentObj[1].length > 0">
<view class="num">(1)</view> <view class="num">(1)</view>
<view class="num">-({{item1.QuestionContentObj[1].length}})题共用备选答案:</view>{{item1.Score}} <view class="num">-({{item1.QuestionContentObj[1].length}})题共用备选答案:</view><text class="Exam_Score">{{item1.Score}}</text>
</template> </template>
</view> </view>
<template v-if="item1.QuestionContentObj[0] && item1.QuestionContentObj[0].length > 0"> <template v-if="item1.QuestionContentObj[0] && item1.QuestionContentObj[0].length > 0">
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -277,9 +277,8 @@ ...@@ -277,9 +277,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -302,21 +301,21 @@ ...@@ -302,21 +301,21 @@
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
...@@ -341,4 +340,8 @@ ...@@ -341,4 +340,8 @@
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view class="grow"> <view class="grow">
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/<text <text class="Single_Before">{{ ExamIndex }}</text>/<text
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1"> <swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1">
<view class="item1"> <view class="item1">
<view class="flex flex_start_center"> <view class="flex flex_start_center">
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2" <view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2"
class="flex item2 flex_start_center"> class="flex item2 flex_start_center">
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -244,9 +244,8 @@ ...@@ -244,9 +244,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -271,23 +270,27 @@ ...@@ -271,23 +270,27 @@
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view class="grow"> <view class="grow">
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1"> <swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1">
<view class="item1"> <view class="item1">
<view class="flex flex_start_center"> <view class="flex flex_start_center">
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view <view
...@@ -226,7 +224,7 @@ export default { ...@@ -226,7 +224,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -276,9 +274,8 @@ export default { ...@@ -276,9 +274,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -303,23 +300,28 @@ export default { ...@@ -303,23 +300,28 @@ export default {
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name" style="padding: 0 20px"> <view class="name" style="padding: 0 20px">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<view class="item1" style="padding: 0 20px"> <view class="item1" style="padding: 0 20px">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template <template
v-if=" v-if="
...@@ -265,7 +263,7 @@ export default { ...@@ -265,7 +263,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -282,7 +280,7 @@ export default { ...@@ -282,7 +280,7 @@ export default {
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -292,7 +290,7 @@ export default { ...@@ -292,7 +290,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; font-size: 30rpx;
} }
.Exam_Total { .Exam_Total {
font-size: 25rpx; font-size: 25rpx;
...@@ -315,9 +313,8 @@ export default { ...@@ -315,9 +313,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -340,43 +337,29 @@ export default { ...@@ -340,43 +337,29 @@ export default {
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
} }
.input { .Exam_Score{
box-sizing: border-box; color:#999999;
width: 690rpx; font-size:28rpx;
border-bottom: 2rpx solid #000;
color: #000;
font-size: 22rpx;
}
.textarea {
box-sizing: border-box;
padding: 20rpx 0;
} }
/deep/.textarea-placeholder {
font-size: 20rpx;
font-family: PingFang SC;
font-weight: 500;
color: #cccccc;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -177,7 +175,7 @@ export default { ...@@ -177,7 +175,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -201,7 +199,7 @@ export default { ...@@ -201,7 +199,7 @@ export default {
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -210,7 +208,7 @@ export default { ...@@ -210,7 +208,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; font-size: 30rpx;
} }
.Single_Before { .Single_Before {
...@@ -223,9 +221,8 @@ export default { ...@@ -223,9 +221,8 @@ export default {
box-sizing: border-box; box-sizing: border-box;
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -233,11 +230,6 @@ export default { ...@@ -233,11 +230,6 @@ export default {
margin-bottom: 40rpx; margin-bottom: 40rpx;
} }
.item1 {
margin: 25rpx 0;
align-items: center;
}
.item2 { .item2 {
/* padding-left: 25rpx; */ /* padding-left: 25rpx; */
margin: 30rpx 0; margin: 30rpx 0;
...@@ -248,20 +240,6 @@ export default { ...@@ -248,20 +240,6 @@ export default {
color: #ffffff !important; color: #ffffff !important;
} }
.chooseNum {
width: 40rpx;
height: 40rpx;
text-align: center;
line-height: 40rpx;
border-radius: 50%;
border: 1px solid #e2e2e2;
margin-right: 30rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #111111;
}
.chooseName { .chooseName {
font-size: 24rpx; font-size: 24rpx;
font-family: PingFang SC; font-family: PingFang SC;
...@@ -288,4 +266,8 @@ export default { ...@@ -288,4 +266,8 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -205,8 +205,8 @@ export default { ...@@ -205,8 +205,8 @@ export default {
color: #111111; color: #111111;
} }
.item1 { .item1 {
width: 44rpx; width: 55rpx;
height: 44rpx; height: 55rpx;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
border-radius: 50%; border-radius: 50%;
margin: 22rpx; margin: 22rpx;
......
...@@ -159,8 +159,8 @@ export default { ...@@ -159,8 +159,8 @@ export default {
color: #111111; color: #111111;
} }
.item1 { .item1 {
width: 44rpx; width: 55rpx;
height: 44rpx; height: 55rpx;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
border-radius: 50%; border-radius: 50%;
margin: 22rpx; margin: 22rpx;
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -186,7 +184,7 @@ export default { ...@@ -186,7 +184,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -219,7 +217,7 @@ export default { ...@@ -219,7 +217,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; font-size:30rpx;
} }
.Exam_Total { .Exam_Total {
...@@ -239,9 +237,8 @@ export default { ...@@ -239,9 +237,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -263,20 +260,6 @@ export default { ...@@ -263,20 +260,6 @@ export default {
color: #ffffff !important; color: #ffffff !important;
} }
.chooseNum {
width: 40rpx;
height: 40rpx;
text-align: center;
line-height: 40rpx;
border-radius: 50%;
border: 1px solid #e2e2e2;
margin-right: 30rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #111111;
}
.chooseName { .chooseName {
font-size: 24rpx; font-size: 24rpx;
font-family: PingFang SC; font-family: PingFang SC;
...@@ -303,4 +286,8 @@ export default { ...@@ -303,4 +286,8 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/<text <text class="Single_Before">{{ ExamIndex }}</text>/<text
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1"> <swiper-item v-for="(item1, index1) in data.DetailsList" :key="index1">
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2" <view v-for="(item2, index2) in item1.QuestionContentObj" :key="index2"
class="flex item2 flex_start_center"> class="flex item2 flex_start_center">
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
.AnswerContent { .AnswerContent {
font-size: 30rpx; font-size: 30rpx;
padding: 28rpx; padding: 30rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
} }
...@@ -226,9 +226,8 @@ ...@@ -226,9 +226,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -251,10 +250,10 @@ ...@@ -251,10 +250,10 @@
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
...@@ -265,9 +264,13 @@ ...@@ -265,9 +264,13 @@
} }
.chooseName { .chooseName {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text <text class="Single_Before">{{ ExamIndex }}</text
...@@ -29,7 +27,7 @@ ...@@ -29,7 +27,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -184,7 +182,7 @@ export default { ...@@ -184,7 +182,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -219,10 +217,10 @@ export default { ...@@ -219,10 +217,10 @@ 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; font-size:30rpx;
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -233,9 +231,8 @@ export default { ...@@ -233,9 +231,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -276,11 +273,12 @@ export default { ...@@ -276,11 +273,12 @@ export default {
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #111111; color: #111111;
width:100%
} }
.input { .input {
box-sizing: border-box; box-sizing: border-box;
width: 690rpx; width: 100%;
border-bottom: 2rpx solid #000; border-bottom: 2rpx solid #000;
color: #000; color: #000;
font-size: 22rpx; font-size: 22rpx;
...@@ -297,4 +295,8 @@ export default { ...@@ -297,4 +295,8 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text> <text class="Exam_Score">(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text>
</view> </view>
<view class="ExamIndex_Box"> <view class="ExamIndex_Box">
<text class="Single_Before">{{ ExamIndex }}</text>/<text <text class="Single_Before">{{ ExamIndex }}</text>/<text
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view class="num readTitle" :style="{ paddingBottom: `${questionH}rpx` }" <view class="num readTitle" :style="{ paddingBottom: `${questionH}rpx` }"
v-html="item1.Title"></view>{{item1.Score}} v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<view class="questionBox" :style="{ height: `${questionH}rpx` }"> <view class="questionBox" :style="{ height: `${questionH}rpx` }">
<view class="questionTotal" @touchstart="touchstart" @touchmove="touchmove" <view class="questionTotal" @touchstart="touchstart" @touchmove="touchmove"
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
<!-- 填空 --> <!-- 填空 -->
<view class="flex flex_start_center item3" <view class="flex flex_start_center item3"
v-if="item2.QuestionKey === 'fill-in'"> v-if="item2.QuestionKey === 'fill-in'">
<view class="chooseNum">{{ index3 + 1 }} </view> <view style="margin-right:15rpx;">{{ index3 + 1 }} </view>
<input type="text" v-model="item3.Content" <input type="text" style="height:70rpx;" v-model="item3.Content"
class="chooseName chooseName2" placeholder="请填写答案" class="chooseName chooseName2" placeholder="请填写答案"
@input="AnswerChange(item2)" /> @input="AnswerChange(item2)" />
</view> </view>
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -334,12 +334,6 @@ ...@@ -334,12 +334,6 @@
margin-right: 40rpx; margin-right: 40rpx;
} }
.Single_Before {
font-size: 28rpx;
font-weight: bold;
color: #da7878;
}
.Exam_Total { .Exam_Total {
font-size: 25rpx; font-size: 25rpx;
color: gray; color: gray;
...@@ -352,9 +346,8 @@ ...@@ -352,9 +346,8 @@
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -365,7 +358,6 @@ ...@@ -365,7 +358,6 @@
.item1 { .item1 {
height: 100%; height: 100%;
/* margin: 25rpx 0; */
align-items: center; align-items: center;
overflow-y: auto; overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
...@@ -430,14 +422,14 @@ ...@@ -430,14 +422,14 @@
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -470,4 +462,8 @@ ...@@ -470,4 +462,8 @@
border-radius: 10rpx; border-radius: 10rpx;
font-size: 28rpx; font-size: 28rpx;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="name"> <view class="name">
<view> <view>
{{ changeNumToHan(sortIndex) }}{{ data.GroupName }} {{ changeNumToHan(sortIndex) }}{{ data.GroupName }}
<text style="color: #999999" <text class="Exam_Score"
>(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text >(共{{ data.DetailsList.length }}道,{{ data.GScore }}分)</text
> >
</view> </view>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<view class="item1"> <view class="item1">
<view class="flex"> <view class="flex">
<view>{{ index1 + 1 }}</view> <view>{{ index1 + 1 }}</view>
<view class="num" v-html="item1.Title"></view>{{item1.Score}} <view class="num" v-html="item1.Title"></view><text class="Exam_Score">{{item1.Score}}</text>
</view> </view>
<template v-if="isOperate"> <template v-if="isOperate">
<view class="chooseName"> <view class="chooseName">
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
<style scoped> <style scoped>
.name { .name {
height: 90rpx; height: 90rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
color: red !important; color: red !important;
} }
.AnswerContent { .AnswerContent {
font-size: 28rpx; font-size: 30rpx;
padding: 25rpx; padding: 25rpx;
background-color: #f4f4f4; background-color: #f4f4f4;
border-radius: 5px; border-radius: 5px;
...@@ -212,10 +212,10 @@ export default { ...@@ -212,10 +212,10 @@ 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; font-size:30rpx;
} }
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #da7878; color: #da7878;
} }
...@@ -226,9 +226,8 @@ export default { ...@@ -226,9 +226,8 @@ export default {
} }
.num { .num {
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold;
color: #111111; color: #111111;
} }
...@@ -251,14 +250,14 @@ export default { ...@@ -251,14 +250,14 @@ export default {
} }
.chooseNum { .chooseNum {
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
border-radius: 50%; border-radius: 50%;
border: 1px solid #e2e2e2; border: 1px solid #e2e2e2;
margin-right: 30rpx; margin-right: 30rpx;
font-size: 28rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
...@@ -276,7 +275,7 @@ export default { ...@@ -276,7 +275,7 @@ export default {
width: 690rpx; width: 690rpx;
border-bottom: 2rpx solid #000; border-bottom: 2rpx solid #000;
color: #000; color: #000;
font-size: 22rpx; font-size: 26rpx;
} }
.textarea { .textarea {
...@@ -290,4 +289,9 @@ export default { ...@@ -290,4 +289,9 @@ export default {
font-weight: 500; font-weight: 500;
color: #cccccc; color: #cccccc;
} }
.Exam_Score{
color:#999999;
font-size:28rpx;
}
</style> </style>
...@@ -575,7 +575,6 @@ export default { ...@@ -575,7 +575,6 @@ export default {
: new Date().getSeconds(); : new Date().getSeconds();
data.StartTime = data.StartTime =
yy + "-" + mm + "-" + dd + " " + hh + ":" + mf + ":" + ss; yy + "-" + mm + "-" + dd + " " + hh + ":" + mf + ":" + ss;
console.log(data.StartTime, "11111111111111");
}); });
return { return {
...toRefs(data), ...toRefs(data),
......
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