From eea897aeac44a75e93fdc90939261f1b44711087 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 08 七月 2025 18:11:31 +0800
Subject: [PATCH] 1.同步最新文件

---
 local/www/clock/style.css |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/local/www/clock/style.css b/local/www/clock/style.css
index 9325ba0..2b4d87f 100644
--- a/local/www/clock/style.css
+++ b/local/www/clock/style.css
@@ -117,4 +117,22 @@
         -webkit-transform: rotateX(0);
         transform: rotateX(0);
     }
-}
\ No newline at end of file
+}
+
+@media only screen and (max-width:1280px) and (min-width:1275px) {
+    .clock{
+        margin-top: 28px;
+    }
+    .clock .divider {
+        font-size: 24px;
+        line-height: 35px;
+    }
+    .clock .flip{
+        width: 24px;
+        height: 35px;
+        font-size: 24px;
+        position: relative;
+        line-height: 35px;
+    }
+}
+

--
Gitblit v1.9.3