Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Shanxi_CCB_Card
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
余成
Shanxi_CCB_Card
Commits
e054cdc0
Commit
e054cdc0
authored
Jul 15, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交付
parent
4a538f53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
code.zip
code.zip
+0
-0
index.html
index.html
+3
-2
No files found.
code.zip
0 → 100644
View file @
e054cdc0
File added
index.html
View file @
e054cdc0
...
...
@@ -159,6 +159,7 @@
text-align
:
center
;
transition
:
all
1s
;
display
:
none
;
z-index
:
99999
;
}
</style>
<!-- 首页样式 -->
...
...
@@ -563,8 +564,8 @@
<script>
// 这里进行星期四判断 只做顺序
const
thursday_top
=
document
.
getElementById
(
"thursday_top"
);
const
thursday_bottom
=
document
.
getElementById
(
"thursday_bottom"
);
var
thursday_top
=
document
.
getElementById
(
"thursday_top"
);
var
thursday_bottom
=
document
.
getElementById
(
"thursday_bottom"
);
switch
(
new
Date
().
getDay
())
{
case
4
:
// 这里说明是星期四
thursday_top
.
style
.
display
=
"block"
;
...
...
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