From 726603df43447f8cfedfeaae4267209adbd01699 Mon Sep 17 00:00:00 2001
From: yzt <Xynz17@163.com>
Date: 星期三, 27 九月 2023 13:48:58 +0800
Subject: [PATCH] BSV1.8
---
src/main/webapp/hxzk/top.html | 60 ++++++++++++++++++++++++++++++++----------------------------
1 files changed, 32 insertions(+), 28 deletions(-)
diff --git a/src/main/webapp/hxzk/top.html b/src/main/webapp/hxzk/top.html
index 896be60..fa0ff70 100644
--- a/src/main/webapp/hxzk/top.html
+++ b/src/main/webapp/hxzk/top.html
@@ -1,25 +1,25 @@
<style>
- li a span:hover{
- color: #00CED1;
- }
- .blue1:hover{
- color: #00CED1;
- }
- span{
- color: white;
- }
- span:hover{
- color: #00CED1;
- }
+ li a span:hover{
+ color: #00CED1;
+ }
+ .blue1:hover{
+ color: #00CED1;
+ }
+ span{
+ color: white;
+ }
+ span:hover{
+ color: #00CED1;
+ }
- .blue2{
- color: white;
- }
- .blue2:hover{
- color: #00CED1;
- }
+ .blue2{
+ color: white;
+ }
+ .blue2:hover{
+ color: #00CED1;
+ }
</style>
<div class="topbar-nav header navbar" role="banner" style="z-index: 9999999;">
<nav id="topbar" style="width: 100%;">
@@ -505,10 +505,10 @@
<!-- <li>
<a href="/hxzkoa/systemDebug.do"> 绯荤粺璋冭瘯 </a>
</li> -->
- <li>
+ <li id="yh">
<a href="/hxzkoa/userManagement.do" style="font-size: 18px"> 鐢ㄦ埛绠$悊 </a>
</li>
- <li>
+ <li id="yhdl1">
<a aria-expanded="false" class="dropdown-toggle" data-toggle="modal" data-target="#logoutModal2" style="cursor: pointer;font-size: 18px"> 鐧诲綍璁板綍 </a>
</li>
<!-- <li>
@@ -560,27 +560,27 @@
</div>
<!-- Modal -->
-<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
+<div style="z-index: 9999999" class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
- <h5 class="modal-title" id="exampleModalLabel">閫�鍑�</h5>
+ <h5 class="modal-title" id="exampleModalLabel" style="color: black">閫�鍑�</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
</button>
</div>
<div class="modal-body">
- <p class="modal-text">鎮ㄧ‘瀹氳閫�鍑哄悧锛�</p>
+ <p class="modal-text" style="color: black">鎮ㄧ‘瀹氳閫�鍑哄悧锛�</p>
</div>
- <div class="modal-footer">
- <button class="btn" data-dismiss="modal"><i class="flaticon-cancel-12"></i> 鍙栨秷</button>
- <a href="/hxzkoa/logout.do"><button type="button" class="btn btn-primary">閫�鍑�</button></a>
+ <div style="z-index: 999999999" class="modal-footer">
+ <button class="btn" data-dismiss="modal"><i class="flaticon-cancel-12" style="color: black"></i> 鍙栨秷</button>
+ <a href="/hxzkoa/logout.do"><button type="button" class="btn btn-primary" style="color: black">閫�鍑�</button></a>
</div>
</div>
</div>
</div>
-<div class="modal fade" id="logoutModal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
+<div style="z-index: 99999999" class="modal fade" id="logoutModal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
@@ -610,5 +610,9 @@
document.getElementById("passwordfa").value = "瀵嗙爜閿欒!!!"
}
})
-
+ var ifs = localStorage.getItem("username");
+ if(ifs !="瓒呯骇绠$悊鍛�"){
+ $("#yh").empty();
+ $("#yhdl1").empty();
+ }
</script>
\ No newline at end of file
--
Gitblit v1.10.0