Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
441226c0
Commit
441226c0
authored
Sep 14, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
afb34daa
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
107 additions
and
90 deletions
+107
-90
Calculation.vue
src/components/subject/Calculation.vue
+5
-3
Cloze.vue
src/components/subject/Cloze.vue
+6
-5
Dataquestion.vue
src/components/subject/Dataquestion.vue
+7
-5
EntryProblem.vue
src/components/subject/EntryProblem.vue
+8
-6
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+7
-6
ListenTopic.vue
src/components/subject/ListenTopic.vue
+8
-8
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+6
-6
Other.vue
src/components/subject/Other.vue
+6
-5
SharingChoose.vue
src/components/subject/SharingChoose.vue
+8
-7
SingleChoice.vue
src/components/subject/SingleChoice.vue
+7
-7
SingleChoiceNumber.vue
src/components/subject/SingleChoiceNumber.vue
+6
-6
SortingProblem.vue
src/components/subject/SortingProblem.vue
+8
-7
Spoken.vue
src/components/subject/Spoken.vue
+5
-4
easyQuestion.vue
src/components/subject/easyQuestion.vue
+5
-3
judge.vue
src/components/subject/judge.vue
+5
-5
nounExplanation.vue
src/components/subject/nounExplanation.vue
+5
-3
shortAnswer.vue
src/components/subject/shortAnswer.vue
+5
-4
No files found.
src/components/subject/Calculation.vue
View file @
441226c0
...
...
@@ -61,7 +61,7 @@
{{ item1.StundetAnswer }}
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -208,12 +208,14 @@ export default {
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
font-size
:
28
rpx
;
}
.viewAnswerContent
{
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Single_Before
{
...
...
@@ -228,7 +230,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -260,7 +262,7 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/Cloze.vue
View file @
441226c0
...
...
@@ -47,7 +47,7 @@
<text>
您的答案:
<template
v-if=
"item1.AnswerList[index2].SubAnswer != ''"
>
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer==item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -59,7 +59,7 @@
</template>
</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"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<text
style=
"color: #000"
>
{{ item1.AnswerParse }}
</text>
...
...
@@ -209,7 +209,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -219,6 +219,7 @@
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.myAnswer
{
...
...
@@ -238,7 +239,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -270,7 +271,7 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/Dataquestion.vue
View file @
441226c0
...
...
@@ -34,7 +34,7 @@
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"flex item2
flex_start_center
"
class=
"flex item2"
>
<view
class=
"chooseNum"
>
{{
index2
+
1
}}
</view>
<template
v-if=
"isOperate"
>
...
...
@@ -69,7 +69,7 @@
</view>
</
template
>
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -210,12 +210,14 @@ export default {
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
font-size
:
28
rpx
;
}
.viewAnswerContent
{
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.ExamIndex_Box
{
...
...
@@ -234,7 +236,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -261,14 +263,14 @@ export default {
.chooseNum
{
text-align
:
center
;
margin-right
:
25
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/EntryProblem.vue
View file @
441226c0
...
...
@@ -34,7 +34,7 @@
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"flex item2
flex_start_center
"
class=
"flex item2"
>
<view
class=
"chooseNum"
>
{{
index2
+
1
}}
</view>
<template
v-if=
"isOperate"
>
...
...
@@ -69,8 +69,8 @@
</view>
</
template
>
</view>
<view
style=
"margin-top: 20rpx; word-wrap: break-word"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"margin-top: 20rpx; word-wrap: break-word
;"
v-if=
"item1.AnswerParse
"
>
<text
style=
"color: #8c8a94
;
"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
...
...
@@ -214,11 +214,13 @@ export default {
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
font-size
:
28
rpx
;
}
.viewAnswerContent
{
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Exam_Total
{
font-size
:
25
rpx
;
...
...
@@ -237,7 +239,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -264,14 +266,14 @@ export default {
.chooseNum
{
text-align
:
center
;
margin-right
:
25
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/FillInTheBlanks.vue
View file @
441226c0
...
...
@@ -28,7 +28,7 @@
<view
v-for=
"(item2, index2) in item1.QuestionContentObj"
:key=
"index2"
class=
"flex item2
flex_start_center
"
class=
"flex item2"
>
<view
class=
"chooseNum"
>
{{
index2
+
1
}}
</view>
<template
v-if=
"isOperate"
>
...
...
@@ -63,7 +63,7 @@
</view>
</
template
>
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -188,7 +188,7 @@ export default {
color
:
red
!important
;
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -207,6 +207,7 @@ export default {
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Exam_Total
{
...
...
@@ -220,7 +221,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -249,14 +250,14 @@ export default {
text-align
:
center
;
line-height
:
40
rpx
;
margin-right
:
25
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/ListenTopic.vue
View file @
441226c0
...
...
@@ -102,7 +102,7 @@
<template
v-if=
"item1.AnswerList && item1.AnswerList.length>0"
>
<text
v-if=
"item1.QuestionAnswerList[index2].SubAnswer == item1.AnswerList[index2].SubAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
{{
item1
.
AnswerList
[
index2
].
SubAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
<template
v-if=
"item1.AnswerList[index2].SubAnswer!=''"
>
...
...
@@ -120,8 +120,8 @@
</view>
</view>
</view>
<view
class=
"AnswerContent"
v-if=
"!isOperate"
>
<view
style=
"
margin-top: 20rpx;
word-wrap: break-word"
>
<view
class=
"AnswerContent"
v-if=
"!isOperate
&&item1.AnswerParse
"
>
<view
style=
"word-wrap: break-word"
>
<text
style=
"color: #8c8a94"
>
解析:
</text>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -356,7 +356,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -379,7 +379,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -431,14 +431,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
@@ -450,7 +450,7 @@
}
.questionTitle
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/MultipleChoice.vue
View file @
441226c0
...
...
@@ -46,7 +46,7 @@
您的答案:
<
template
v-if=
"item1.StundetAnswer != ''"
>
<text
v-if=
"item1.Answer ==item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -55,7 +55,7 @@
</
template
>
</text>
</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>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
...
...
@@ -193,7 +193,7 @@
.AnswerContent
{
font-size
:
30
rpx
;
padding
:
2
5
rpx
;
padding
:
2
8
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
}
...
...
@@ -215,7 +215,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -248,14 +248,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/Other.vue
View file @
441226c0
...
...
@@ -49,7 +49,7 @@
</
template
>
</text>
</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>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
...
...
@@ -186,7 +186,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -196,6 +196,7 @@
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.ExamIndex_Box
{
margin-right
:
20px
;
...
...
@@ -213,7 +214,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -246,14 +247,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/SharingChoose.vue
View file @
441226c0
...
...
@@ -35,7 +35,7 @@
"
>
<view
v-for=
"(item2, index2) in item1.QuestionContentObj[0]"
:key=
"index2"
>
<view
class=
"flex item2 flex_start_center"
>
<view
class=
"
n
um"
>
{{
item2
.
Name
}}
</view>
<view
class=
"
chooseN
um"
>
{{
item2
.
Name
}}
</view>
<view
style=
"margin-left: 5px"
class=
"chooseName"
v-html=
"item2.Content"
></view>
</view>
</view>
...
...
@@ -65,7 +65,7 @@
您的答案:
<template
v-if=
"item1.StundetAnswer != ''"
>
<text
v-if=
"item1.Answer == item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -74,7 +74,7 @@
</
template
>
</text>
</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>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
...
...
@@ -242,7 +242,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -252,6 +252,7 @@
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Exam_Total
{
...
...
@@ -275,7 +276,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -307,14 +308,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/SingleChoice.vue
View file @
441226c0
...
...
@@ -44,10 +44,10 @@
<view>
<text
style=
"color: #8c8a94"
>
正确答案:
</text>
<text
class=
"isTrueAnswer"
>
{{item1.Answer}}
</text>
,
<text>
您的答案:
<text>
您的答案
是
:
<
template
v-if=
"item1.StundetAnswer != ''"
>
<text
v-if=
"item1.Answer == item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -56,7 +56,7 @@
</
template
>
</text>
</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: #000"
>
{{ item1.AnswerParse }}
</text>
</view>
...
...
@@ -206,7 +206,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -238,7 +238,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -272,14 +272,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/SingleChoiceNumber.vue
View file @
441226c0
...
...
@@ -46,7 +46,7 @@
您的答案:
<
template
v-if=
"item1.StundetAnswer != ''"
>
<text
v-if=
"item1.Answer == item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -55,7 +55,7 @@
</
template
>
</text>
</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: #000"
>
{{ item1.AnswerParse }}
</text>
</view>
...
...
@@ -199,7 +199,7 @@
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -226,7 +226,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -260,14 +260,14 @@
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/SortingProblem.vue
View file @
441226c0
...
...
@@ -42,7 +42,7 @@
:key=
"index2"
>
<view
class=
"flex item2 flex_start_center"
>
<view
class=
"
n
um"
>
{{
item2
.
Name
}}
</view>
<view
class=
"
chooseN
um"
>
{{
item2
.
Name
}}
</view>
<view
style=
"margin-left: 5px"
class=
"chooseName"
...
...
@@ -92,7 +92,7 @@
v-if=
"item1.Answer == item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text
...
...
@@ -103,7 +103,7 @@
</
template
>
</text>
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -273,7 +273,7 @@ export default {
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -283,6 +283,7 @@ export default {
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Exam_Total
{
font-size
:
25
rpx
;
...
...
@@ -305,7 +306,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -337,14 +338,14 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/Spoken.vue
View file @
441226c0
...
...
@@ -55,7 +55,7 @@
{{ item1.StundetAnswer }}
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -192,7 +192,7 @@ export default {
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -201,6 +201,7 @@ export default {
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Single_Before
{
...
...
@@ -213,7 +214,7 @@ export default {
box-sizing
:
border-box
;
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -246,7 +247,7 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/easyQuestion.vue
View file @
441226c0
...
...
@@ -61,7 +61,7 @@
{{ item1.StundetAnswer }}
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -203,12 +203,14 @@ export default {
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
font-size
:
28
rpx
;
}
.viewAnswerContent
{
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Exam_Total
{
...
...
@@ -228,7 +230,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -260,7 +262,7 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/judge.vue
View file @
441226c0
...
...
@@ -45,7 +45,7 @@
您的答案:
<
template
v-if=
"item1.StundetAnswer != ''"
>
<text
v-if=
"item1.Answer == item1.StundetAnswer"
class=
"isTrueAnswer"
>
{{
item1
.
StundetAnswer
}}
{{
item1
.
StundetAnswer
}}
,回答正确
</text>
<text
v-else
class=
"isNotAnswer"
>
{{
item1
.
StundetAnswer
}}
,回答错误
</text>
</
template
>
...
...
@@ -54,7 +54,7 @@
</
template
>
</text>
</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>
<view
style=
"color: #000; display: inline-block"
v-html=
"item1.AnswerParse"
></view>
</view>
...
...
@@ -200,7 +200,7 @@
.AnswerContent
{
font-size
:
30
rpx
;
padding
:
2
5
rpx
;
padding
:
2
8
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
}
...
...
@@ -216,7 +216,7 @@
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -255,7 +255,7 @@
}
.chooseName
{
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#111111
;
...
...
src/components/subject/nounExplanation.vue
View file @
441226c0
...
...
@@ -59,7 +59,7 @@
{{ item1.StundetAnswer }}
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -204,11 +204,13 @@ export default {
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
font-size
:
28
rpx
;
}
.viewAnswerContent
{
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Single_Before
{
font-size
:
28
rpx
;
...
...
@@ -222,7 +224,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -254,7 +256,7 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
src/components/subject/shortAnswer.vue
View file @
441226c0
...
...
@@ -58,7 +58,7 @@
{{ item1.StundetAnswer }}
</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>
<view
style=
"color: #000; display: inline-block"
...
...
@@ -194,7 +194,7 @@ export default {
color
:
red
!important
;
}
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
28
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
...
...
@@ -203,6 +203,7 @@ export default {
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
}
.Single_Before
{
font-size
:
28
rpx
;
...
...
@@ -216,7 +217,7 @@ export default {
}
.num
{
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
@@ -248,7 +249,7 @@ export default {
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
2
6
rpx
;
font-size
:
2
8
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment