From 309ed0561c1123e0d8df7c8b26de60b6107b08fd Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期三, 11 九月 2024 09:32:47 +0800
Subject: [PATCH] #fs

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index d55cbbf..b1fc25e 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -13,7 +13,7 @@
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
             margin: 0;
             padding: 0;
-            background-color: #dbd8d8;
+            background-color: #a0d2eb;
             color: #ffffff;
             display: flex;
             justify-content: center;
@@ -70,7 +70,7 @@
         }
         .bus {
             background-color: #2196F3;
-            border: 2px solid #ffffff;
+            border: 20px solid #ffffff;
         }
         .station:hover, .bus:hover {
             transform: scale(1.4);

--
Gitblit v1.9.1