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
888192a8
Commit
888192a8
authored
Aug 02, 2021
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:完成模板开发
parent
e62dd896
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
269 additions
and
73 deletions
+269
-73
index.css
play/index.css
+12
-3
index.html
play/index.html
+7
-5
index.js
play/index.js
+250
-65
No files found.
play/index.css
View file @
888192a8
...
@@ -586,9 +586,18 @@ body {
...
@@ -586,9 +586,18 @@ body {
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.detail
{
position
:
absolute
;
width
:
100%
;
height
:
62%
;
top
:
38%
;
left
:
0
;
right
:
0
;
}
#recorder-text
{
#recorder-text
{
width
:
98%
;
width
:
98%
;
height
:
6
0%
;
height
:
4
0%
;
overflow-x
:
inherit
;
overflow-x
:
inherit
;
overflow-y
:
auto
;
overflow-y
:
auto
;
margin-top
:
60px
;
margin-top
:
60px
;
...
@@ -620,10 +629,10 @@ body {
...
@@ -620,10 +629,10 @@ body {
#evaluation
{
#evaluation
{
width
:
90%
;
width
:
90%
;
height
:
55
%
;
height
:
32
%
;
overflow-x
:
inherit
;
overflow-x
:
inherit
;
overflow-y
:
auto
;
overflow-y
:
auto
;
margin-top
:
60
px
;
margin-top
:
44
px
;
text-align
:
left
;
text-align
:
left
;
padding
:
20px
50px
;
padding
:
20px
50px
;
margin-left
:
5%
;
margin-left
:
5%
;
...
...
play/index.html
View file @
888192a8
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</div>
</div>
</div>
</div>
<div
class=
"my-btn sent-btn"
>
<div
class=
"my-btn sent-btn"
>
Sen
t
Sen
d
</div>
</div>
</div>
</div>
...
@@ -138,14 +138,15 @@
...
@@ -138,14 +138,15 @@
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<td>
80
</td>
<td
id=
'complete'
>
80
</td>
<td>
80
</td>
<td
id=
'fluent'
>
80
</td>
<td>
60
</td>
<td
id=
'grammar'
>
60
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
</div>
</div>
</div>
<div
class=
"detail"
>
<div
id=
"recorder-text"
>
<div
id=
"recorder-text"
>
</div>
</div>
...
@@ -154,6 +155,7 @@
...
@@ -154,6 +155,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
play/index.js
View file @
888192a8
This diff is collapsed.
Click to expand it.
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