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
95dc6497
Commit
95dc6497
authored
Sep 22, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
769055e2
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
244 additions
and
283 deletions
+244
-283
Calculation.vue
src/components/subject/Calculation.vue
+8
-20
Cloze.vue
src/components/subject/Cloze.vue
+14
-19
Dataquestion.vue
src/components/subject/Dataquestion.vue
+13
-10
EntryProblem.vue
src/components/subject/EntryProblem.vue
+19
-14
FillInTheBlanks.vue
src/components/subject/FillInTheBlanks.vue
+19
-14
ListenTopic.vue
src/components/subject/ListenTopic.vue
+14
-12
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+15
-14
Other.vue
src/components/subject/Other.vue
+8
-10
SharingChoose.vue
src/components/subject/SharingChoose.vue
+13
-10
SingleChoice.vue
src/components/subject/SingleChoice.vue
+13
-10
SingleChoiceNumber.vue
src/components/subject/SingleChoiceNumber.vue
+14
-12
SortingProblem.vue
src/components/subject/SortingProblem.vue
+14
-31
Spoken.vue
src/components/subject/Spoken.vue
+10
-28
answer.vue
src/components/subject/answer.vue
+2
-2
answerSee.vue
src/components/subject/answerSee.vue
+2
-2
easyQuestion.vue
src/components/subject/easyQuestion.vue
+9
-22
judge.vue
src/components/subject/judge.vue
+14
-11
nounExplanation.vue
src/components/subject/nounExplanation.vue
+12
-10
readingCompre.vue
src/components/subject/readingCompre.vue
+14
-18
shortAnswer.vue
src/components/subject/shortAnswer.vue
+17
-13
examPaper.vue
src/pages/exam/examPaper.vue
+0
-1
No files found.
src/components/subject/Calculation.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
40
rpx
;
height
:
40
rpx
;
text-align
:
center
;
line-height
:
40
rpx
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
.chooseName
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
...
@@ -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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/Cloze.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.myAnswer
{
.myAnswer
{
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
}
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#da7878
;
color
:
#da7878
;
}
}
...
@@ -254,9 +254,8 @@
...
@@ -254,9 +254,8 @@
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
...
@@ -299,14 +298,6 @@
...
@@ -299,14 +298,6 @@
color
:
#111111
;
color
:
#111111
;
}
}
.input
{
box-sizing
:
border-box
;
width
:
690
rpx
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
font-size
:
22
rpx
;
}
.textarea
{
.textarea
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
20
rpx
0
;
padding
:
20
rpx
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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/Dataquestion.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.ExamIndex_Box
{
.ExamIndex_Box
{
...
@@ -245,9 +244,8 @@ export default {
...
@@ -245,9 +244,8 @@ export default {
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
25
rpx
;
margin-right
:
25
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
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
:
690
rpx
;
width
:
690
rpx
;
border-bottom
:
2
rpx
solid
#000
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
color
:
#000
;
font-size
:
22
rpx
;
font-size
:
26
rpx
;
height
:
70
rpx
;
}
}
.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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/EntryProblem.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
25
rpx
;
padding
:
25
rpx
;
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
border-radius
:
5px
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.viewAnswerContent
{
.viewAnswerContent
{
width
:
100%
;
width
:
100%
;
border-bottom
:
1px
solid
#d1d1d1
;
border-bottom
:
1px
solid
#d1d1d1
;
padding-bottom
:
5px
;
padding-bottom
:
5px
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
...
@@ -248,9 +247,8 @@ export default {
...
@@ -248,9 +247,8 @@ export default {
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
50
rpx
0
;
margin
:
50
rpx
0
;
width
:
}
}
.choose
{
.choose
{
...
@@ -277,23 +276,25 @@ export default {
...
@@ -277,23 +276,25 @@ export default {
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#111111
;
color
:
#111111
;
width
:
100%
;
height
:
70
rpx
;
}
}
.input
{
.input
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
690
rpx
;
width
:
100%
;
border-bottom
:
2
rpx
solid
#000
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
color
:
#000
;
font-size
:
22
rpx
;
font-size
:
26
rpx
;
height
:
70
rpx
;
}
}
.textarea
{
.textarea
{
...
@@ -302,9 +303,13 @@ export default {
...
@@ -302,9 +303,13 @@ export default {
}
}
/
deep
/
.textarea-placeholder
{
/
deep
/
.textarea-placeholder
{
font-size
:
20
rpx
;
font-size
:
16
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#cccccc
;
color
:
#cccccc
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/FillInTheBlanks.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Exam_Total
{
.Exam_Total
{
...
@@ -231,9 +232,8 @@ export default {
...
@@ -231,9 +232,8 @@ export default {
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
margin-right
:
25
rpx
;
margin-right
:
25
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
690
rpx
;
border-bottom
:
2
rpx
solid
#000
;
border-bottom
:
2
rpx
solid
#000
;
height
:
70
rpx
;
font-size
:
26
rpx
;
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
}
</
style
>
</
style
>
src/components/subject/ListenTopic.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
22
rpx
!important
;
font-size
:
22
rpx
!important
;
color
:
#00acf9
!important
;
color
:
#00acf9
!important
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/MultipleChoice.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
30
rpx
;
font-size
:
30
rpx
;
padding
:
28
rpx
;
padding
:
30
rpx
;
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#111111
;
color
:
#111111
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/Other.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
40
rpx
;
margin-bottom
:
40
rpx
;
}
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
.item2
{
.item2
{
/* padding-left: 25rpx; */
/* padding-left: 25rpx; */
margin
:
30
rpx
0
;
margin
:
30
rpx
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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/SharingChoose.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/SingleChoice.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#111111
;
color
:
#111111
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/SingleChoiceNumber.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#111111
;
color
:
#111111
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/SortingProblem.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
...
@@ -315,9 +313,8 @@ export default {
...
@@ -315,9 +313,8 @@ export default {
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111111
;
color
:
#111111
;
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
690
rpx
;
font-size
:
28
rpx
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
font-size
:
22
rpx
;
}
.textarea
{
box-sizing
:
border-box
;
padding
:
20
rpx
0
;
}
}
/
deep
/
.textarea-placeholder
{
font-size
:
20
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#cccccc
;
}
</
style
>
</
style
>
src/components/subject/Spoken.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
40
rpx
;
margin-bottom
:
40
rpx
;
}
}
.item1
{
margin
:
25
rpx
0
;
align-items
:
center
;
}
.item2
{
.item2
{
/* padding-left: 25rpx; */
/* padding-left: 25rpx; */
margin
:
30
rpx
0
;
margin
:
30
rpx
0
;
...
@@ -248,20 +240,6 @@ export default {
...
@@ -248,20 +240,6 @@ export default {
color
:
#ffffff
!important
;
color
:
#ffffff
!important
;
}
}
.chooseNum
{
width
:
40
rpx
;
height
:
40
rpx
;
text-align
:
center
;
line-height
:
40
rpx
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
.chooseName
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/answer.vue
View file @
95dc6497
...
@@ -205,8 +205,8 @@ export default {
...
@@ -205,8 +205,8 @@ export default {
color
:
#111111
;
color
:
#111111
;
}
}
.item1
{
.item1
{
width
:
44
rpx
;
width
:
55
rpx
;
height
:
44
rpx
;
height
:
55
rpx
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
border-radius
:
50%
;
border-radius
:
50%
;
margin
:
22
rpx
;
margin
:
22
rpx
;
...
...
src/components/subject/answerSee.vue
View file @
95dc6497
...
@@ -159,8 +159,8 @@ export default {
...
@@ -159,8 +159,8 @@ export default {
color
:
#111111
;
color
:
#111111
;
}
}
.item1
{
.item1
{
width
:
44
rpx
;
width
:
55
rpx
;
height
:
44
rpx
;
height
:
55
rpx
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
border-radius
:
50%
;
border-radius
:
50%
;
margin
:
22
rpx
;
margin
:
22
rpx
;
...
...
src/components/subject/easyQuestion.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Exam_Total
{
.Exam_Total
{
...
@@ -239,9 +237,8 @@ export default {
...
@@ -239,9 +237,8 @@ export default {
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
40
rpx
;
height
:
40
rpx
;
text-align
:
center
;
line-height
:
40
rpx
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#111111
;
}
.chooseName
{
.chooseName
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/judge.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#da7878
;
color
:
#da7878
;
}
}
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
.AnswerContent
{
.AnswerContent
{
font-size
:
30
rpx
;
font-size
:
30
rpx
;
padding
:
28
rpx
;
padding
:
30
rpx
;
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
...
@@ -226,9 +226,8 @@
...
@@ -226,9 +226,8 @@
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
...
@@ -265,9 +264,13 @@
...
@@ -265,9 +264,13 @@
}
}
.chooseName
{
.chooseName
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#111111
;
color
:
#111111
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/nounExplanation.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
690
rpx
;
width
:
100%
;
border-bottom
:
2
rpx
solid
#000
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
color
:
#000
;
font-size
:
22
rpx
;
font-size
:
22
rpx
;
...
@@ -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
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/readingCompre.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
40
rpx
;
margin-right
:
40
rpx
;
}
}
.Single_Before
{
font-size
:
28
rpx
;
font-weight
:
bold
;
color
:
#da7878
;
}
.Exam_Total
{
.Exam_Total
{
font-size
:
25
rpx
;
font-size
:
25
rpx
;
color
:
gray
;
color
:
gray
;
...
@@ -352,9 +346,8 @@
...
@@ -352,9 +346,8 @@
}
}
.num
{
.num
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
10
rpx
;
border-radius
:
10
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
}
}
.Exam_Score
{
color
:
#999999
;
font-size
:
28
rpx
;
}
</
style
>
</
style
>
src/components/subject/shortAnswer.vue
View file @
95dc6497
...
@@ -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
:
90
rpx
;
height
:
90
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
padding
:
25
rpx
;
padding
:
25
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
}
}
.Single_Before
{
.Single_Before
{
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
28
rpx
;
font-size
:
30
rpx
;
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
:
4
0
rpx
;
width
:
5
0
rpx
;
height
:
4
0
rpx
;
height
:
5
0
rpx
;
text-align
:
center
;
text-align
:
center
;
line-height
:
4
0
rpx
;
line-height
:
5
0
rpx
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
1px
solid
#e2e2e2
;
border
:
1px
solid
#e2e2e2
;
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
font-size
:
28
rpx
;
font-size
:
30
rpx
;
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
:
690
rpx
;
width
:
690
rpx
;
border-bottom
:
2
rpx
solid
#000
;
border-bottom
:
2
rpx
solid
#000
;
color
:
#000
;
color
:
#000
;
font-size
:
2
2
rpx
;
font-size
:
2
6
rpx
;
}
}
.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
:
28
rpx
;
}
</
style
>
</
style
>
src/pages/exam/examPaper.vue
View file @
95dc6497
...
@@ -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
),
...
...
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