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
a337d733
Commit
a337d733
authored
Aug 05, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
8d557ef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
18 deletions
+8
-18
index.css
play/index.css
+1
-9
index.html
play/index.html
+7
-9
No files found.
play/index.css
View file @
a337d733
...
...
@@ -614,16 +614,8 @@ body {
color
:
#cedebc
;
}
.sub-score
.tbody
{
object-fit
:
contain
;
font-family
:
Aileron-Bold
;
.sub-score
.sub-score__text
{
font-size
:
0.35rem
;
font-weight
:
normal
;
font-stretch
:
normal
;
font-style
:
normal
;
line-height
:
normal
;
letter-spacing
:
normal
;
text-align
:
center
;
color
:
#ffffff
;
}
...
...
play/index.html
View file @
a337d733
...
...
@@ -139,23 +139,21 @@
</div>
<span
class=
"tips"
>
Great!
</span>
<div
class=
'sub-score'
>
<table
style=
"width: 100%; margin-top: 0.2rem; height: 0.8rem;"
>
<table
style=
"width: 100%; margin-top: 0.
1
2rem; height: 0.8rem;"
>
<tr
class=
"thead"
>
<td
style=
"width: 33%;"
>
完整度
完整度
<br>
<span
id=
'complete'
class=
"sub-score__text"
>
80
</span>
</td>
<td
style=
"width: 33%;"
>
流利度
流利度
<br>
<span
id=
'fluent'
class=
"sub-score__text"
>
80
</span>
</td>
<td
style=
"width: 33%;"
>
语法
语法
<br>
<span
id=
'grammar'
class=
"sub-score__text"
>
60
</span>
</td>
</tr>
<tr
class=
"tbody"
>
<td
id=
'complete'
>
80
</td>
<td
id=
'fluent'
>
80
</td>
<td
id=
'grammar'
>
60
</td>
</tr>
</table>
</div>
</div>
...
...
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