diff --git a/app/templates/test.html b/app/templates/test.html
index 53ac54d..e7c296b 100644
--- a/app/templates/test.html
+++ b/app/templates/test.html
@@ -29,11 +29,13 @@
color: #fff; /* 白色文字 */
background-color: green; /* 已签到日期的背景色 */
}
+
#current-time {
color: #333;
margin-bottom: 15px;
text-align: center;
}
+
.reminder {
margin-top: 20px;
font-size: 16px;
@@ -43,6 +45,7 @@
.calendar-table th {
background-color: #f2f2f2;
}
+
.color-box {
display: inline-block;
width: 20px;
@@ -57,36 +60,38 @@
-
-当前时间:
+
+
+
当前时间:
-
签到提醒
+
签到提醒
-
-
-
-
- | 日 |
- 一 |
- 二 |
- 三 |
- 四 |
- 五 |
- 六 |
-
-
-
-
-
-
-
-
-
- 绿色代表当月已签到
- 颜色代表本月需要签到
-
+
+
+
+
+ | 日 |
+ 一 |
+ 二 |
+ 三 |
+ 四 |
+ 五 |
+ 六 |
+
+
+
+
+
+
+
+
+
+ 绿色代表当月已签到
+ 颜色代表本月需要签到
+
+