Commit e054cdc0 authored by 余成's avatar 余成

交付

parent 4a538f53
File added
...@@ -159,6 +159,7 @@ ...@@ -159,6 +159,7 @@
text-align: center; text-align: center;
transition: all 1s; transition: all 1s;
display:none; display:none;
z-index: 99999;
} }
</style> </style>
<!-- 首页样式 --> <!-- 首页样式 -->
...@@ -563,8 +564,8 @@ ...@@ -563,8 +564,8 @@
<script> <script>
// 这里进行星期四判断 只做顺序 // 这里进行星期四判断 只做顺序
const thursday_top = document.getElementById("thursday_top"); var thursday_top = document.getElementById("thursday_top");
const thursday_bottom = document.getElementById("thursday_bottom"); var thursday_bottom = document.getElementById("thursday_bottom");
switch(new Date().getDay()) { switch(new Date().getDay()) {
case 4: // 这里说明是星期四 case 4: // 这里说明是星期四
thursday_top.style.display="block"; thursday_top.style.display="block";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment