From b871f5063eb6f11b60a9ab99168cc2c987e8825f Mon Sep 17 00:00:00 2001 From: dev01 Date: Mon, 28 Nov 2022 12:38:19 +0800 Subject: [PATCH] =?UTF-8?q?[Frontend][=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7?= =?UTF-8?q?]=20=E9=9B=BB=E6=A2=AF=20class=20=E5=BB=BA=E7=BD=AE=20|=20?= =?UTF-8?q?=E5=88=87=E6=8F=9B2D/3D=E7=B4=90=E5=BB=BA=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_sysElevator.html | 128 ++++++++---------- Frontend/index.html | 4 +- Frontend/js/site.js | 100 ++++++++++++++ Frontend/js/style.js | 13 ++ .../yourteam/plugins/yt-tooltip/yt-tooltip.js | 6 +- 5 files changed, 175 insertions(+), 76 deletions(-) diff --git a/Frontend/_sysElevator.html b/Frontend/_sysElevator.html index 214b253..5490cad 100644 --- a/Frontend/_sysElevator.html +++ b/Frontend/_sysElevator.html @@ -18,6 +18,13 @@ elevator .elevator-body, elevator .elevator-header { padding: 0.7rem; } + + .elevator-item { + position: absolute; + width: 43px; + height: 47px; + border: 4px solid orange; + }
@@ -27,14 +34,21 @@
- +
+ + +
-
-
+
+
+
+