From a4318c3f4c1424de21bc5dc42b3d986b171c1432 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 04 三月 2025 14:18:27 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/index.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 9e060ac..55f2291 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -60,14 +60,14 @@
         .station {
             position: absolute;
             width: 20px;
-            height: 24px;
-            /*border-radius: 50%;*/
+            height: 14px;
             text-align: center;
-            line-height: 24px;
+            line-height: 1.5; /* 璋冩暣琛岄珮涓庡瓧浣撳ぇ灏忕殑姣斿�� */
+            font-size: 10px; /* 璁剧疆鏇村皬鐨勫瓧浣� */
             font-weight: bold;
             transition: transform 0.3s ease;
             background-color: #ab1839;
-            transform: scale(1.2);
+            transform: scale(1); /* 鍙�夛細濡傛灉涓嶉渶瑕佹斁澶ф晥鏋� */
         }
         .bus {
             font-size: 10px;

--
Gitblit v1.9.1