Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
ccb-lantern
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1a066fae
authored
Feb 05, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
00e52c79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
Public/static/css/notify.css
+1
-0
Public/static/js/common.js
+1
-1
No files found.
Public/static/css/notify.css
View file @
1a066fae
...
...
@@ -2,6 +2,7 @@
#notification_area
{
z-index
:
20000
;
padding
:
0
;
text-align
:
center
;
}
.notify_center
{
...
...
Public/static/js/common.js
View file @
1a066fae
...
...
@@ -598,7 +598,7 @@ function showCountDownPage() {
setTimeout
(
function
()
{
showPosterPage
();
$
(
'#notification_area'
).
remove
();
my_notify
(
'
长按可
保存图片哦'
);
my_notify
(
'
晒出您的心愿吧!<br>长按可以
保存图片哦'
);
},
2000
);
});
},
200
);
...
...
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