From f6c98ec61385b470cda75c672a50e8d9ac3d3525 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 02 十一月 2023 08:38:27 +0800
Subject: [PATCH] #

---
 static/css/wms.css/wms.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 075d6b1..5829924 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -125,3 +125,16 @@
 .search-bar {
 	background-color: #f8f8f8;
 }
+
+
+.keyboard{
+	width: 40px;height: 40px;background-size: 100%;position: absolute;z-index: 99;
+		top: 5px;right: 5px; border-radius: 50%;
+		display: flex;align-items: center;justify-content: center;
+}
+.kb-bgtr {
+	background-color: #55557f;
+}
+.kb-bgfa {
+	background-color: #00aeec;
+}
\ No newline at end of file

--
Gitblit v1.9.1