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
15dd877c
Commit
15dd877c
authored
May 20, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
533aaabe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
64 deletions
+63
-64
apps/exams/Tpl/default/Index/examsresult_w3g.html
+63
-64
No files found.
apps/exams/Tpl/default/Index/examsresult_w3g.html
View file @
15dd877c
...
...
@@ -6,6 +6,67 @@
<title>
练习报告
</title>
<include
file=
"__THEME__/public_header_w3g"
/>
</head>
<style
type=
"text/css"
>
/*比较多用到的*/
.box
{
display
:
flex
;
display
:
-webkit-flex
;
align-items
:
center
;
}
.boxCn
{
display
:
flex
!important
;
display
:
-webkit-flex
;
align-items
:
center
;
justify-content
:
center
!important
;
}
.flex1
{
flex
:
1
;
}
/*遮罩层*/
.mask
{
position
:
fixed
!important
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
transition
:
all
.3s
ease-in-out
;
z-index
:
8
;
}
body
{
background-color
:
#fff
;
overflow
:
hidden
;}
.reportPage
{
padding
:
0
0.75rem
;
box-sizing
:
border-box
;
}
.reportTop
{
border-bottom
:
1px
solid
#f5f5f5
;
padding-bottom
:
0.75rem
;}
.reportTop_t
{
margin
:
0.5rem
0
0
0
;
padding
:
0
;
font-size
:
0.75rem
;
color
:
#333
;}
.reportContent
{
text-align
:
center
;
padding
:
1.75rem
0.75rem
;
box-sizing
:
border-box
;}
.reportContent_de
{
color
:
#999999
;
font-size
:
0.875rem
;}
.reportContent_numBox
{
margin
:
0.75rem
0
;
background
:
rgba
(
251
,
255
,
247
,
1
);
border-radius
:
100%
;
text-align
:
center
;
overflow
:
hidden
;
display
:
inline-block
;
width
:
9rem
;
height
:
9rem
;}
.reportContent_num
{
font-size
:
3rem
;
height
:
3.375rem
;
line-height
:
3.375rem
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#65C000
;
margin-top
:
2.3rem
;
display
:
inline-block
;}
.reportContent_numZ
{
color
:
#999999
;
font-size
:
0.75rem
;
margin-top
:
-0.25rem
;}
.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
;
}
.reportLastBg
{
width
:
100%
;}
.reportLastBtns
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
background-color
:
#fff
;
padding
:
0
0.75rem
;
box-sizing
:
border-box
;
justify-content
:
space-between
;
height
:
4.5rem
;
z-index
:
1
;
}
.reportLastBtn
{
display
:
inline-block
;
width
:
10rem
;
text-align
:
center
;
height
:
3rem
;
line-height
:
3rem
;
border-radius
:
1.5rem
;
box-sizing
:
border-box
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
font-size
:
1rem
;
}
.reportLastBtnL
{
border
:
1px
solid
rgba
(
163
,
228
,
96
,
1
);
color
:
#65C000
;
}
.reportLastBtnR
{
border
:
1px
solid
rgba
(
245
,
166
,
35
,
1
);
color
:
#F5A623
;
}
</style>
<body>
<div
id=
"app"
>
<div
class=
"reportPage"
>
...
...
@@ -32,7 +93,6 @@
</div>
</div>
</body>
<script
src=
"../js/Center.js"
></script>
</html>
<script
type=
"text/javascript"
>
...
...
@@ -48,65 +108,4 @@
}
})
</script>
<style
type=
"text/css"
>
/*比较多用到的*/
.box
{
display
:
flex
;
display
:
-webkit-flex
;
align-items
:
center
;
}
.boxCn
{
display
:
flex
!important
;
display
:
-webkit-flex
;
align-items
:
center
;
justify-content
:
center
!important
;
}
.flex1
{
flex
:
1
;
}
/*遮罩层*/
.mask
{
position
:
fixed
!important
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
transition
:
all
.3s
ease-in-out
;
z-index
:
8
;
}
body
{
background-color
:
#fff
;
overflow
:
hidden
;}
.reportPage
{
padding
:
0
0.75rem
;
box-sizing
:
border-box
;
}
.reportTop
{
border-bottom
:
1px
solid
#f5f5f5
;
padding-bottom
:
0.75rem
;}
.reportTop_t
{
margin
:
0.5rem
0
0
0
;
padding
:
0
;
font-size
:
0.75rem
;
color
:
#333
;}
.reportContent
{
text-align
:
center
;
padding
:
1.75rem
0.75rem
;
box-sizing
:
border-box
;}
.reportContent_de
{
color
:
#999999
;
font-size
:
0.875rem
;}
.reportContent_numBox
{
margin
:
0.75rem
0
;
background
:
rgba
(
251
,
255
,
247
,
1
);
border-radius
:
100%
;
text-align
:
center
;
overflow
:
hidden
;
display
:
inline-block
;
width
:
9rem
;
height
:
9rem
;}
.reportContent_num
{
font-size
:
3rem
;
height
:
3.375rem
;
line-height
:
3.375rem
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#65C000
;
margin-top
:
2.3rem
;
display
:
inline-block
;}
.reportContent_numZ
{
color
:
#999999
;
font-size
:
0.75rem
;
margin-top
:
-0.25rem
;}
.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
;
}
.reportLastBg
{
width
:
100%
;}
.reportLastBtns
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
background-color
:
#fff
;
padding
:
0
0.75rem
;
box-sizing
:
border-box
;
justify-content
:
space-between
;
height
:
4.5rem
;
z-index
:
1
;
}
.reportLastBtn
{
display
:
inline-block
;
width
:
10rem
;
text-align
:
center
;
height
:
3rem
;
line-height
:
3rem
;
border-radius
:
1.5rem
;
box-sizing
:
border-box
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
font-size
:
1rem
;
}
.reportLastBtnL
{
border
:
1px
solid
rgba
(
163
,
228
,
96
,
1
);
color
:
#65C000
;
}
.reportLastBtnR
{
border
:
1px
solid
rgba
(
245
,
166
,
35
,
1
);
color
:
#F5A623
;
}
</style>
\ No newline at end of file
</script>
\ No newline at end of file
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