Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allCampaign
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
allCampaign
Commits
64ec2d88
Commit
64ec2d88
authored
Dec 24, 2019
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
1c0fe008
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
questionnaire/src/app/live/live.component.ts
+1
-1
questionnaire/src/styles.css
+6
-2
No files found.
questionnaire/src/app/live/live.component.ts
View file @
64ec2d88
...
@@ -424,7 +424,7 @@ export class LiveComponent implements OnInit {
...
@@ -424,7 +424,7 @@ export class LiveComponent implements OnInit {
this
.
tipsHtml
=
errorText
;
this
.
tipsHtml
=
errorText
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
tipsFlag
=
false
;
this
.
tipsFlag
=
false
;
},
2
000
)
},
1
000
)
}
}
}
}
questionnaire/src/styles.css
View file @
64ec2d88
...
@@ -389,10 +389,14 @@ ol li {
...
@@ -389,10 +389,14 @@ ol li {
margin
:
0
auto
;
margin
:
0
auto
;
border-radius
:
10px
;
border-radius
:
10px
;
color
:
#fff
;
color
:
#fff
;
text-align
:
center
;
line-height
:
60px
;
animation
:
slowUp
.5s
ease
both
;
animation
:
slowUp
.5s
ease
both
;
z-index
:
1000
;
z-index
:
1000
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
padding
:
10px
20px
;
box-sizing
:
content-box
;
text-align
:
center
;
}
}
.limbo
{
.limbo
{
...
...
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