Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
fbeb826e
Commit
fbeb826e
authored
Jun 04, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cfebee88
cba55b93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
apps/exams/Tpl/default/Index/examsresult_w3g.html
+7
-8
No files found.
apps/exams/Tpl/default/Index/examsresult_w3g.html
View file @
fbeb826e
...
...
@@ -30,8 +30,8 @@
transition
:
all
.3s
ease-in-out
;
z-index
:
8
;
}
body
{
background-color
:
#fff
;
overflow
:
hidden
;}
.reportPage
{
padding
:
0
0.75rem
;
box-sizing
:
border-box
;
...
...
@@ -47,7 +47,7 @@
.reportContent_btn
{
width
:
10rem
;
height
:
3rem
;
line-height
:
3rem
;
text-align
:
center
;
border-radius
:
1.5rem
;
background-color
:
#A3E460
;
color
:
#fff
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
font-size
:
1rem
;
margin
:
0
auto
;
}
.reportLastBox
{
position
:
fixed
;
width
:
100%
;
bottom
:
0
;
left
:
0
;
z-index
:
1
;
}
...
...
@@ -72,7 +72,7 @@
<div
class=
"reportPage"
>
<div
class=
"reportTop"
>
<p
class=
"reportTop_t"
>
练习题目:{$paper.exams_paper_title}
</p>
<p
class=
"reportTop_t"
>
耗时:{:floor($answerData['anser_time']/60)}
h{:$answerData['anser_time'] % 60}m
</p>
<p
class=
"reportTop_t"
>
耗时:{:floor($answerData['anser_time']/60)}
m{:$answerData['anser_time'] % 60}s
</p>
</div>
<div
class=
"reportContent"
>
<p
class=
"reportContent_de"
>
得分
</p>
...
...
@@ -102,10 +102,10 @@
new
Vue
({
el
:
"#app"
,
data
:{
},
created
:
function
()
{
},
mounted
:
function
(){
$
(
"#preloader"
).
hide
();
...
...
@@ -118,4 +118,4 @@
}
}
})
</script>
\ No newline at end of file
</script>
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