From 753abfcaf090f79a4226693c2829a2d47b422058 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 29 五月 2025 19:01:01 +0800 Subject: [PATCH] 增加后台管理功能,及基础信息页面 --- igds-dzhwk-web/src/main/resources/static/dzhwk/sys.css | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/igds-dzhwk-web/src/main/resources/static/dzhwk/sys.css b/igds-dzhwk-web/src/main/resources/static/dzhwk/sys.css index 6886157..5b069a9 100644 --- a/igds-dzhwk-web/src/main/resources/static/dzhwk/sys.css +++ b/igds-dzhwk-web/src/main/resources/static/dzhwk/sys.css @@ -29,7 +29,11 @@ .row-opt { padding: 62px 65px 0 } - +.m-tabopt{margin-bottom:20px;margin-left: 115px;} +.ul-listopt{display:block;overflow:hidden} +.ul-listopt li{margin-right:30px;float:left} +.ul-listopt .con{display:flex;align-items:center;justify-content:center;width:136px;height:50px;background-image:url(../img/dzhwk/sys/a1.png);background-position:center;background-size:cover;background-repeat:no-repeat;font-size:16px;font-weight:700;color:#0cf;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s} +.ul-listopt .con:hover,.ul-listopt .on .con{background-image:url(../img/dzhwk/sys/a1-1.png);color:#fff} .m-contopt { width: 1304px; height: 736px; -- Gitblit v1.9.3