Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
9ef949d7
Commit
9ef949d7
authored
May 07, 2021
by
zhengzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:学习-考试
parent
7fed2094
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
473 additions
and
382 deletions
+473
-382
pages.json
src/pages.json
+344
-342
answer.vue
src/pages/learn/answer.vue
+76
-21
assessment.vue
src/pages/learn/assessment.vue
+53
-19
examination.png
src/static/photo/examination.png
+0
-0
No files found.
src/pages.json
View file @
9ef949d7
This diff is collapsed.
Click to expand it.
src/pages/learn/answer.vue
View file @
9ef949d7
<
template
>
<view
class=
"content"
>
<view
class=
""
>
<view
class=
""
style=
"padding-left: 94rpx; margin: 36rpx 0"
>
<text
class=
"dx"
>
单选
</text
><text
class=
"all"
>
{{
ExaminationQuestions
.
progress
}}
</text>
<view
class=
"answer-box"
>
<u-navbar
title=
"考核认证"
:background=
"background"
:border-bottom=
"false"
></u-navbar>
<view
class=
"content"
>
<view
class=
""
>
<text
class=
"dx"
>
单选
</text>
</view>
<view
class=
""
style=
"text-align: center"
>
{{
ExaminationQuestions
.
question
.
content
}}
<view
class=
"topicView"
>
<text
class=
"topictext"
>
{{
ExaminationQuestions
.
question
.
content
}}
</text>
</view>
<view
class=
""
style=
"margin-top: 130rpx"
>
<view
class=
""
>
<view
class=
"list-box"
>
<view
v-for=
"(item, index) in list"
...
...
@@ -21,6 +27,7 @@
</view>
</view>
<button
class=
"btn"
@
click=
"getNextClick()"
>
下一题
</button>
<text
class=
"all"
>
{{
ExaminationQuestions
.
progress
}}
</text>
</view>
</view>
</
template
>
...
...
@@ -47,6 +54,9 @@ export default {
content
:
""
,
},
],
background
:
{
backgroundColor
:
"#F4F5F7"
,
},
isSelect
:
false
,
selectId
:
[],
userExamId
:
null
,
...
...
@@ -199,20 +209,57 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.
content
{
width
:
60
0rpx
;
height
:
800rpx
;
.
answer-box
{
width
:
75
0rpx
;
height
:
100vh
;
/* background: #8F8F94; */
margin
:
0
auto
;
}
.content
{
margin
:
30rpx
30rpx
;
overflow
:
hidden
;
border-radius
:
12rpx
;
padding
:
40rpx
30rpx
40rpx
30rpx
;
background-repeat
:
no-repeat
;
background-size
:
66%
;
background-color
:
#fff
;
background-position
:
right
bottom
;
min-height
:
800rpx
;
}
.dx
{
padding
:
0rpx
;
background
:
#2979ff
;
border-radius
:
8rpx
;
background-color
:
#ff930d
;
font-size
:
20rpx
;
color
:
#ffffff
;
border-radius
:
0px
;
width
:
72rpx
;
height
:
40rpx
;
display
:
-
webkit-box
;
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
}
.topicView
{
margin-top
:
40rpx
;
width
:
100%
;
display
:
-
webkit-box
;
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
margin-bottom
:
40rpx
;
}
.topictext
{
color
:
#333333
;
font-size
:
32rpx
;
line-height
:
48rpx
;
font-weight
:
bold
;
}
.num
{
color
:
#2b85e4
;
}
...
...
@@ -263,10 +310,18 @@ export default {
/*未选择*/
.noselde
{
background
:
#e4e7ed
;
color
:
#959595
;
border-radius
:
20upx
;
font-size
:
20upx
;
padding
:
0
10upx
;
margin-top
:
30rpx
;
background-color
:
#f4f5f7
;
width
:
100%
;
padding
:
40rpx
30rpx
;
display
:
-
webkit-box
;
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-box-align
:
start
;
-webkit-align-items
:
flex-start
;
align-items
:
flex-start
;
border-radius
:
12rpx
;
border
:
2rpx
solid
transparent
;
font-size
:
28rpx
;
}
</
style
>
src/pages/learn/assessment.vue
View file @
9ef949d7
<
template
>
<view
class=
"content"
>
<view
class=
"title"
>
考试规则说明
</view>
<u-navbar
back-icon-color=
"#FFFFFF"
:background=
"background"
title-color=
"#fff"
:border-bottom=
"false"
></u-navbar>
<view
class=
"title"
>
考试规则
</view>
<view
class=
"test"
>
<view
class=
"slogan"
>
这是一场严肃的考试,请认真查看 规则,预祝您顺利通过考试!
</view
>
<view
class=
"text"
>
<text
class=
"left"
>
考试科目:
</text
><text
style=
"color: #007aff"
>
服务规范
</text>
</view>
<view
class=
"text"
>
<text
class=
"left"
>
合格条件:
</text
><text>
随机20题,答对20题
</text>
<text
class=
"left"
>
合格条件:
</text><text>
60分
</text>
</view>
<view
class=
"text"
>
<text
class=
"left"
>
考试时间:
</text><text>
30分钟
</text>
</view>
<view
class=
"text"
>
<text
class=
"left"
>
题目规则:
</text
><text>
题库100题,随机抽20题
</text>
</view>
<view
class=
"text"
>
<text
class=
"left"
>
备注说明:
</text><text>
无
</text>
<text
class=
"left"
>
题目来源:
</text><text>
系统随机20题
</text>
</view>
<button
@
click=
"getUserExamId()"
>
开始考试
</button>
</view>
<button
@
click=
"getUserExamId()"
>
开始考试
</button>
</view>
</
template
>
...
...
@@ -77,32 +81,62 @@ export default {
<
style
>
.content
{
margin
:
187
rpx
80
rpx
;
width
:
750
rpx
;
height
:
100vh
;
overflow
:
auto
;
background-color
:
#f4f5f7
;
background-image
:
linear-gradient
(
to
top
,
#f4f5f7
0%
,
#2272ff
50%
);
background-size
:
750
rpx
600
rpx
;
background-repeat
:
no-repeat
;
}
.title
{
font-size
:
17px
;
text-align
:
center
;
padding
:
30
rpx
30
rpx
46
rpx
;
line-height
:
40
rpx
;
font-size
:
40
rpx
;
color
:
#fff
;
}
.test
{
margin
:
0
0
;
margin
:
0
30
rpx
;
overflow
:
hidden
;
border-radius
:
12
rpx
;
padding-bottom
:
60
rpx
;
background-image
:
url(../../static/photo/examination.png)
;
background-repeat
:
no-repeat
;
background-size
:
66%
;
background-color
:
#fff
;
background-position
:
right
bottom
;
min-height
:
800
rpx
;
}
.slogan
{
font-size
:
40
rpx
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
20px
;
padding
:
50
rpx
58
rpx
46
rpx
30
rpx
;
}
.left
{
margin-right
:
8
rpx
;
margin-left
:
68
rpx
;
margin-left
:
30
rpx
;
color
:
#666666
;
font-size
:
28
rpx
;
}
.text
{
margin
:
5
0
rpx
0
;
margin
:
3
0
rpx
0
;
}
button
{
width
:
364
rpx
;
height
:
56
rpx
;
background
:
#007aff
;
font-size
:
24
rpx
;
width
:
600
rpx
;
height
:
104
rpx
;
background
:
#2272ff
;
font-size
:
32
rpx
;
font-weight
:
600
;
color
:
#ffffff
;
margin-top
:
237
rpx
;
border-radius
:
26px
;
line-height
:
104
rpx
;
}
</
style
>
src/static/photo/examination.png
0 → 100644
View file @
9ef949d7
15.7 KB
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