From 4fa61294a6f15871f14980dff2781afb1e485709 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期四, 12 九月 2024 14:53:32 +0800 Subject: [PATCH] #fs --- src/main/webapp/views/index.html | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index b1fc25e..777671e 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -54,7 +54,17 @@ border: 4px solid #00E676; box-shadow: inset 0 0 30px rgba(0, 230, 118, 0.5), 0 0 20px rgba(0, 230, 118, 0.5); } - .station, .bus { + .station { + position: absolute; + width: 40px; + height: 24px; + /*border-radius: 50%;*/ + text-align: center; + line-height: 24px; + font-weight: bold; + transition: transform 0.3s ease; + } + .bus { position: absolute; width: 24px; height: 24px; @@ -86,7 +96,7 @@ <div class="outer-ring"></div> <!-- Stations on outer ring --> -<!-- <div class="station" style="top: 49%; left: 99%;">1000</div>--> +<!-- <div class="station" style="top: 49%; left: 99%;">1</div>--> <!-- <div class="station" style="top: 30%; left: 100%;">2</div>--> <!-- <div class="station" style="top: 70%; left: 100%;">3</div>--> <!-- <div class="station" style="top: 110%; left: 50%;">4</div>--> -- Gitblit v1.9.1