Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM-07
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
JM-07
Commits
2340a2f2
Commit
2340a2f2
authored
Aug 05, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://vcs.ireadabc.com/template/JM-07
parents
ef86b543
e62995a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
index.css
play/index.css
+7
-6
index.html
play/index.html
+1
-1
index.js
play/index.js
+2
-0
No files found.
play/index.css
View file @
2340a2f2
...
...
@@ -547,7 +547,7 @@ body {
.score
.medal
{
position
:
absolute
;
top
:
6%
;
margin-left
:
-0.9
rem
;
left
:
9.8
rem
;
height
:
45%
;
}
...
...
@@ -563,8 +563,8 @@ body {
text-align
:
center
;
color
:
#ffffff
;
position
:
absolute
;
margin-left
:
-0.5
5rem
;
margin-
top
:
0.9rem
;
left
:
10.1
5rem
;
top
:
0.9rem
;
}
.score
.tips
{
...
...
@@ -596,9 +596,10 @@ body {
width
:
60%
;
height
:
18%
;
background-color
:
#3e9b31
;
border-radius
:
40px
;
margin-left
:
20%
;
margin-top
:
8px
;
border-radius
:
0.4rem
;
left
:
20%
;
top
:
3.2rem
;
position
:
absolute
;
}
.sub-score
.thead
{
...
...
play/index.html
View file @
2340a2f2
...
...
@@ -133,7 +133,7 @@
<div
class=
"score"
>
<img
src=
"../lib/images/excellent.png"
class=
"medal"
>
<span
id=
"score"
class=
"val"
>
90
</span>
<h1
style=
"
margin-top: 2.2rem;margin-bottom: 0.05
rem;"
><span
class=
"tips"
>
Great!
</span></h1>
<h1
style=
"
position: absolute; top: 2.0rem;left: 9.6
rem;"
><span
class=
"tips"
>
Great!
</span></h1>
<div
class=
'sub-score'
>
<table
style=
"width: 100%; height: 100%; position: relative;"
>
<tr
class=
"thead"
>
...
...
play/index.js
View file @
2340a2f2
...
...
@@ -299,6 +299,8 @@ class PlayView {
$
(
"
.hello-container
"
).
show
();
//$("#submitBtn").show();
//$("#exercise").show();
// 学生特定的页面
$
(
"
[role='stu']
"
).
show
();
}
...
...
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