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
5a0411f6
Commit
5a0411f6
authored
Sep 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c9466caf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
examScore.vue
src/pages/exam/examScore.vue
+12
-5
No files found.
src/pages/exam/examScore.vue
View file @
5a0411f6
<
template
>
<view>
<van-nav-bar
fixed
>
<van-nav-bar
fixed
:border=
"false"
>
<template
#
left
>
<van-icon
name=
"
cross
"
name=
"
arrow-left
"
style=
"font-size: 32rpx; color: #111"
@
click=
"back"
/>
...
...
@@ -33,7 +33,7 @@
</view>
<view>
<img
style=
"width: 100%; height:
322
px"
style=
"width: 100%; height:
644r
px"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/examTop.png"
alt=
""
/>
...
...
@@ -42,7 +42,7 @@
<view
class=
"exam_Bottom"
>
<view
class=
"exam_View"
@
click=
"jumpPage"
>
<img
style=
"width:
20px; height: 21
px; margin-right: 20rpx"
style=
"width:
40rpx; height: 42r
px; margin-right: 20rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/exam_Edit.png"
alt=
""
/>
...
...
@@ -164,11 +164,12 @@ export default {
}
.exam_Pingyu
{
padding
:
30
rpx
;
height
:
490
rpx
;
/* height: 490rpx; */
border-radius
:
20
rpx
;
background-color
:
#fff
;
margin-top
:
30
rpx
;
box-shadow
:
0px
5px
25px
0px
rgba
(
218
,
220
,
230
,
0.85
);
overflow-y
:
auto
;
}
.teacher_Say
{
font-size
:
32
rpx
;
...
...
@@ -184,4 +185,10 @@ export default {
overflow-y
:
scroll
;
font-family
:
PingFang
SC
;
}
/
deep
/
.van-nav-bar
{
background-color
:
transparent
;
}
/
deep
/
.van-icon-arrow-left
{
font-size
:
32
rpx
;
}
</
style
>
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