调整菜单、样式

This commit is contained in:
fhysy 2024-11-15 17:52:38 +08:00
parent 9455295f26
commit fb3248f773
4 changed files with 15 additions and 5 deletions

BIN
img/customer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 271 KiB

BIN
img/video.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -108,6 +108,7 @@
width: 1028px; width: 1028px;
height: 547px; height: 547px;
background: url(./img/line.png) no-repeat; background: url(./img/line.png) no-repeat;
background-size: 100% 100%;
position: relative; position: relative;
left: 415px; left: 415px;
top: 222px; top: 222px;
@ -140,6 +141,7 @@
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
z-index: 999; z-index: 999;
background-size: 100% 100%;
} }
.top-center{ .top-center{
background: url(./img/prevent.png) no-repeat; background: url(./img/prevent.png) no-repeat;
@ -147,7 +149,8 @@
left: 305px; left: 305px;
} }
.top-right{ .top-right{
background: url(./img/project.png) no-repeat; /*background: url(./img/project.png) no-repeat;*/
background: url(./img/customer.png) no-repeat;
top: -160px; top: -160px;
left: 715px; left: 715px;
} }
@ -182,7 +185,8 @@
right: -72px; right: -72px;
} }
.right-center{ .right-center{
background: url(./img/exam.png) no-repeat; /*background: url(./img/exam.png) no-repeat;*/
background: url(./img/video.png) no-repeat;
top: 29px; top: 29px;
right: -147px; right: -147px;
} }
@ -225,14 +229,16 @@
<div class="main-box"> <div class="main-box">
<div class="center"></div> <div class="center"></div>
<div class="nav-item top-center">双重预防机制</div> <div class="nav-item top-center">双重预防机制</div>
<div class="nav-item top-right">工程管理</div> <!-- <div class="nav-item top-right">工程管理</div>-->
<div class="nav-item top-right">智能客服</div>
<div class="nav-item left-top">智慧巡检</div> <div class="nav-item left-top">智慧巡检</div>
<div class="nav-item left-center">GIS系统</div> <div class="nav-item left-center">GIS系统</div>
<div class="nav-item left-bottom">SCADA系统</div> <div class="nav-item left-bottom">SCADA系统</div>
<div class="nav-item left-bottom2">电子商城</div> <!-- <div class="nav-item left-bottom2">电子商城</div>-->
<div class="nav-item center-bottom">管理中心</div> <div class="nav-item center-bottom">管理中心</div>
<div class="nav-item right-bottom">气瓶管理</div> <div class="nav-item right-bottom">气瓶管理</div>
<div class="nav-item right-center">车辆管理</div> <!-- <div class="nav-item right-center">车辆管理</div>-->
<div class="nav-item right-center">视频监控</div>
</div> </div>
</div> </div>
</div> </div>
@ -333,10 +339,14 @@
window.open('http://test.siteweb.bjgas95.com:8028/gpurl.php'); window.open('http://test.siteweb.bjgas95.com:8028/gpurl.php');
}else if (item.innerHTML === '车辆管理'){ }else if (item.innerHTML === '车辆管理'){
window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12'); window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12');
}else if (item.innerHTML === '视频监控'){
window.open('https://iotui.gkyun.net/video/video');
}else if (item.innerHTML === '电子商城'){ }else if (item.innerHTML === '电子商城'){
// window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12'); // window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12');
}else if (item.innerHTML === '工程管理'){ }else if (item.innerHTML === '工程管理'){
// window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12'); // window.open('https://gnss.elink-star.com/autoLogin?username=drwl&password=dr!@12');
}else if (item.innerHTML === '智能客服'){
window.open('http://kefu.gkyun.net/');
}else if (item.innerHTML === '双重预防机制'){ }else if (item.innerHTML === '双重预防机制'){
window.open('https://manage.gkyun.net/gis-system'); window.open('https://manage.gkyun.net/gis-system');
} }