Commit 0cfe039e by dawei

feat: 更新

parent 59b563bd
...@@ -749,13 +749,13 @@ ...@@ -749,13 +749,13 @@
.topUser-p1 { .topUser-p1 {
color: #0BFFFF; color: #0BFFFF;
font-size: 0.3rem; font-size: 0.3rem;
text-indent: 1.5rem; text-indent: 1rem;
padding-top: 0.5rem; padding-top: 0.5rem;
} }
.topUser-p2 { .topUser-p2 {
color: #fff; color: #fff;
font-size: 0.3rem; font-size: 0.3rem;
text-indent: 1.5rem; text-indent: 1rem;
padding-top: 0.1rem; padding-top: 0.1rem;
} }
.topUser-p3 { .topUser-p3 {
......
...@@ -732,13 +732,13 @@ ...@@ -732,13 +732,13 @@
.topUser-p1{ .topUser-p1{
color: #0BFFFF; color: #0BFFFF;
font-size: 0.3rem; font-size: 0.3rem;
text-indent: 1.5rem; text-indent: 1rem;
padding-top: 0.5rem; padding-top: 0.5rem;
} }
.topUser-p2{ .topUser-p2{
color: #fff; color: #fff;
font-size: 0.3rem; font-size: 0.3rem;
text-indent: 1.5rem; text-indent: 1rem;
padding-top: 0.1rem; padding-top: 0.1rem;
} }
.topUser-p3{ .topUser-p3{
......

203 KB | W: | H:

203 KB | W: | H:

activeFt/luckySpace/images/h4/1_00003.png
activeFt/luckySpace/images/h4/1_00003.png
activeFt/luckySpace/images/h4/1_00003.png
activeFt/luckySpace/images/h4/1_00003.png
  • 2-up
  • Swipe
  • Onion skin

213 KB | W: | H:

213 KB | W: | H:

activeFt/luckySpace/images/h4/1_00004.png
activeFt/luckySpace/images/h4/1_00004.png
activeFt/luckySpace/images/h4/1_00004.png
activeFt/luckySpace/images/h4/1_00004.png
  • 2-up
  • Swipe
  • Onion skin

208 KB | W: | H:

208 KB | W: | H:

activeFt/luckySpace/images/h4/1_00005.png
activeFt/luckySpace/images/h4/1_00005.png
activeFt/luckySpace/images/h4/1_00005.png
activeFt/luckySpace/images/h4/1_00005.png
  • 2-up
  • Swipe
  • Onion skin

206 KB | W: | H:

206 KB | W: | H:

activeFt/luckySpace/images/h4/1_00006.png
activeFt/luckySpace/images/h4/1_00006.png
activeFt/luckySpace/images/h4/1_00006.png
activeFt/luckySpace/images/h4/1_00006.png
  • 2-up
  • Swipe
  • Onion skin

200 KB | W: | H:

200 KB | W: | H:

activeFt/luckySpace/images/h4/1_00008.png
activeFt/luckySpace/images/h4/1_00008.png
activeFt/luckySpace/images/h4/1_00008.png
activeFt/luckySpace/images/h4/1_00008.png
  • 2-up
  • Swipe
  • Onion skin

139 KB | W: | H:

139 KB | W: | H:

activeFt/luckySpace/images/h4/1_00012.png
activeFt/luckySpace/images/h4/1_00012.png
activeFt/luckySpace/images/h4/1_00012.png
activeFt/luckySpace/images/h4/1_00012.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -110,7 +110,7 @@ function timeDeal2(e,star){ ...@@ -110,7 +110,7 @@ function timeDeal2(e,star){
var endTime=e; var endTime=e;
var newTime=star; var newTime=star;
var Remain=Math.floor((endTime-newTime)/1000); var Remain=Math.floor((endTime-newTime)/1000);
// if(Remain<=0)window.location.reload(); if(Remain<=0)Remain=0
var day=Math.floor(Remain/86400); var day=Math.floor(Remain/86400);
var hour=add0(Math.floor(Remain%86400/3600)); var hour=add0(Math.floor(Remain%86400/3600));
if(hour>99)hour=99; if(hour>99)hour=99;
......
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 sign in to comment