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
8e3ad886
Commit
8e3ad886
authored
Aug 05, 2021
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式调整
parent
2340a2f2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.css
play/index.css
+2
-2
index.html
play/index.html
+1
-1
index.js
play/index.js
+2
-2
No files found.
play/index.css
View file @
8e3ad886
...
@@ -547,7 +547,7 @@ body {
...
@@ -547,7 +547,7 @@ body {
.score
.medal
{
.score
.medal
{
position
:
absolute
;
position
:
absolute
;
top
:
6%
;
top
:
6%
;
left
:
9.8rem
;
left
:
45.4%
;
height
:
45%
;
height
:
45%
;
}
}
...
@@ -563,7 +563,7 @@ body {
...
@@ -563,7 +563,7 @@ body {
text-align
:
center
;
text-align
:
center
;
color
:
#ffffff
;
color
:
#ffffff
;
position
:
absolute
;
position
:
absolute
;
left
:
10.15rem
;
left
:
47.2%
;
top
:
0.9rem
;
top
:
0.9rem
;
}
}
...
...
play/index.html
View file @
8e3ad886
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
<div
class=
"score"
>
<div
class=
"score"
>
<img
src=
"../lib/images/excellent.png"
class=
"medal"
>
<img
src=
"../lib/images/excellent.png"
class=
"medal"
>
<span
id=
"score"
class=
"val"
>
90
</span>
<span
id=
"score"
class=
"val"
>
90
</span>
<h1
style=
"position: absolute; top:
2.0rem;left: 9.6rem
;"
><span
class=
"tips"
>
Great!
</span></h1>
<h1
style=
"position: absolute; top:
1.8rem;left: 44%
;"
><span
class=
"tips"
>
Great!
</span></h1>
<div
class=
'sub-score'
>
<div
class=
'sub-score'
>
<table
style=
"width: 100%; height: 100%; position: relative;"
>
<table
style=
"width: 100%; height: 100%; position: relative;"
>
<tr
class=
"thead"
>
<tr
class=
"thead"
>
...
...
play/index.js
View file @
8e3ad886
...
@@ -521,7 +521,7 @@ function bindRecorderBtn() {
...
@@ -521,7 +521,7 @@ function bindRecorderBtn() {
if
(
started
)
{
if
(
started
)
{
clearInterval
(
started
);
clearInterval
(
started
);
}
}
// return;
cw
.
stopRecord
(
0
,
function
(
data
)
{
cw
.
stopRecord
(
0
,
function
(
data
)
{
//录完后,显示撤销按钮
//录完后,显示撤销按钮
if
(
stuUserAspect
.
firstClickCancel
)
{
if
(
stuUserAspect
.
firstClickCancel
)
{
...
@@ -859,7 +859,7 @@ function drawResult(data, text) {
...
@@ -859,7 +859,7 @@ function drawResult(data, text) {
fontColor
=
'
nicetry
'
;
fontColor
=
'
nicetry
'
;
}
}
$
(
"
.tips
"
).
empty
().
addClass
(
fontColor
);
$
(
"
.tips
"
).
empty
().
a
ppend
(
tips
).
a
ddClass
(
fontColor
);
$
(
"
.medal
"
).
attr
(
'
src
'
,
imgSrc
);
$
(
"
.medal
"
).
attr
(
'
src
'
,
imgSrc
);
$
(
"
#score
"
).
empty
().
append
(
score
);
$
(
"
#score
"
).
empty
().
append
(
score
);
$
(
"
#recorder-text
"
).
empty
().
append
(
text
);
$
(
"
#recorder-text
"
).
empty
().
append
(
text
);
...
...
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