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
d67306f9
Commit
d67306f9
authored
Aug 06, 2021
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:样式优化
parent
858f0b14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
index.css
play/index.css
+9
-8
index.html
play/index.html
+1
-1
index.js
play/index.js
+3
-3
No files found.
play/index.css
View file @
d67306f9
...
@@ -363,15 +363,15 @@ body {
...
@@ -363,15 +363,15 @@ body {
.sent-btn
{
.sent-btn
{
text-align
:
center
;
text-align
:
center
;
height
:
65px
;
height
:
1.3rem
;
line-height
:
55px
;
line-height
:
1.1rem
;
width
:
240px
;
width
:
4.8rem
;
font-size
:
30px
;
font-size
:
0.6rem
;
font-weight
:
bold
;
font-weight
:
bold
;
position
:
absolute
;
position
:
absolute
;
right
:
10
%
;
right
:
5
%
;
bottom
:
7%
;
bottom
:
1.1rem
;
box-shadow
:
0
px
34px
17px
-25px
#e7cc97
;
box-shadow
:
0
rem
0.34rem
0.17rem
-0.25rem
#e7cc97
;
}
}
.back-btn
{
.back-btn
{
...
@@ -468,6 +468,7 @@ body {
...
@@ -468,6 +468,7 @@ body {
color
:
#ffffff
;
color
:
#ffffff
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
0.2rem
;
margin-top
:
0.2rem
;
margin-bottom
:
0.5rem
!important
;
}
}
.my-btn2
{
.my-btn2
{
...
@@ -485,7 +486,7 @@ body {
...
@@ -485,7 +486,7 @@ body {
text-align
:
center
;
text-align
:
center
;
color
:
#3e9e33
;
color
:
#3e9e33
;
cursor
:
pointer
;
cursor
:
pointer
;
box-shadow
:
0
px
5px
12px
5px
#0a6500
;
box-shadow
:
0
rem
0.04rem
0.12rem
0.04rem
#0a6500
;
margin-left
:
15%
;
margin-left
:
15%
;
}
}
...
...
play/index.html
View file @
d67306f9
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
<div
class=
"modal fade"
id=
'submitDialog'
aria-hidden=
"false"
data-backdrop=
"static"
>
<div
class=
"modal fade"
id=
'submitDialog'
aria-hidden=
"false"
data-backdrop=
"static"
>
<div
class=
"modal-dialog modal-lg"
style=
"width:60%; margin: 18% auto;"
>
<div
class=
"modal-dialog modal-lg"
style=
"width:60%; margin: 18% auto;"
>
<div
class=
"modal-content"
style=
"border-radius:
36px
;background-color: #3e9e33"
>
<div
class=
"modal-content"
style=
"border-radius:
0.5rem
;background-color: #3e9e33"
>
<div
class=
"modal-body"
style=
"padding: 0px;"
>
<div
class=
"modal-body"
style=
"padding: 0px;"
>
<div
class=
"dialog-submit"
>
<div
class=
"dialog-submit"
>
<span
class=
"submit"
>
Submit
</span>
<span
class=
"submit"
>
Submit
</span>
...
...
play/index.js
View file @
d67306f9
...
@@ -298,10 +298,10 @@ class PlayView {
...
@@ -298,10 +298,10 @@ class PlayView {
bindConfirmBtn
();
bindConfirmBtn
();
$
(
"
.hello-container
"
).
show
();
//
$(".hello-container").show();
//
$("#submitBtn").show();
$
(
"
#submitBtn
"
).
show
();
//
$("#exercise").show();
$
(
"
#exercise
"
).
show
();
// 学生特定的页面
// 学生特定的页面
$
(
"
[role='stu']
"
).
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