From 2f3e3ec2c0cad87eab8a6d170caffc06a4e11c2d Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 07 十一月 2019 09:55:24 +0800
Subject: [PATCH] set getData 1 sec and add day task

---
 src/main/resources/static/count.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/static/count.css b/src/main/resources/static/count.css
index 3efa670..2f65d85 100644
--- a/src/main/resources/static/count.css
+++ b/src/main/resources/static/count.css
@@ -54,6 +54,8 @@
     background:#3C3C3C;
     display:inline;
     border: none;
+    width: 34px;
+    margin-left:15px;
 }
 .reloadImg{
     background-image: url('zz.png');
@@ -66,23 +68,22 @@
 }
 .curInDiv{
     background:#F0F4F7;
-    width:153px;
+    width:173px;
 }
 .curInBg{
     background-image:url('03.jpg');
     backround-repeat: no-repeat;
     text-align:center;
     height:40px;
-    width:153px;
-    margin-left:10px;
-    margin-right:10px;
+    width:173px;
+    margin-left:5px;
 }
 .curOutBg{
     background-image:url('02.jpg');
     backround-repeat: no-repeat;
     text-align:center;
     height:40px;
-    width:153px;
+    width:173px;
 }
 .rightDiv{
     width:100%;

--
Gitblit v1.8.0