From e016901bf5b32ab16fc444424e8cb9fe25877362 Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 11 Apr 2024 22:31:52 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=94=AF=E6=8C=81=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=9B=BE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/page/device_overview.html | 187 ++++++++++++++---- 1 file changed, 153 insertions(+), 34 deletions(-) diff --git a/sec-beidou/src/main/resources/templates/page/device_overview.html b/sec-beidou/src/main/resources/templates/page/device_overview.html index f410f595..5f0c85e6 100644 --- a/sec-beidou/src/main/resources/templates/page/device_overview.html +++ b/sec-beidou/src/main/resources/templates/page/device_overview.html @@ -27,8 +27,43 @@ line-height:30px; font-size: 12px } + + ul li { + list-style: none; + } + .btn-wrap { + z-index: 999; + position: fixed; + bottom: 3.5rem; + margin-left: 3rem; + padding: 1rem 1rem; + border-radius: .25rem; + background-color: #fff; + box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5); + } + .btn { + width: 75px; + height: 30px; + float: left; + background-color: #fff; + color: rgba(27, 142, 236, 1); + font-size: 14px; + border: 1px solid rgba(27, 142, 236, 1); + border-radius: 5px; + margin: 0 5px; + text-align: center; + line-height: 30px; + } + .btn:hover { + background-color: rgba(27, 142, 236, 0.8); + color: #fff; + } + + +
@@ -69,6 +104,11 @@
+
    +
  • 全部
  • +
  • 一般告警
  • +
  • 严重告警
  • +
@@ -77,30 +117,37 @@