From 61e1929fda25f9b332407bed02dbe924e9713b3e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 22 Feb 2023 14:37:04 +0800
Subject: [PATCH] 修改风险预警菜单跳转方式、取消23D系统跳转
---
index.html | 88 ++++++++++++++++++++++----------------------
1 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/index.html b/index.html
index 596212f..d6d4c9c 100644
--- a/index.html
+++ b/index.html
@@ -126,50 +126,50 @@
</head>
<body class="claro jimu-main-font">
- <style>
- .ss {
- border-radius: 5px;
- height: 32px;
- width: 32px;
- position: fixed;
- }
- .map3d-system {
- background: #303336 url('images/3d-2-03.png');
- border: 1px solid #303336;
- background-size: cover;
- z-index:1;
- cursor:pointer;
- right: 13px;
- bottom: 240px;
- }
- .map3d-system:hover{
- color: #fff;
- fill: #fff;
- background: #48b url('images/3d-2-03.png');
- background-size: cover;
- border-color: #aef;
- box-shadow: 0 0 8px #fff;
- }
- .map3d-2d {
- background: #303336 url('images/2d-2-02.png');
- border: 1px solid #303336;
- background-size: cover;
- z-index:6;
- cursor:pointer;
- right: 50px;
- bottom: 240px;
- }
- .map3d-2d:hover{
- color: #fff;
- fill: #fff;
- background: #48b url('images/2d-2-02.png');
- background-size: cover;
- border-color: #aef;
- box-shadow: 0 0 8px #fff;
- }
- </style>
- <div class="map3d-system ss" id="map3d" title="系统切换" onclick="map3dClick()"></div>
- <div class="map3d-2d ss" id="map2d" title="切换2D" onclick="javascript:window.location='http://localhost:63342/hsyj/index.html'"></div>
+<!-- <style>-->
+<!-- .ss {-->
+<!-- border-radius: 5px;-->
+<!-- height: 32px;-->
+<!-- width: 32px;-->
+<!-- position: fixed;-->
+<!-- }-->
+<!-- .map3d-system {-->
+<!-- background: #303336 url('images/3d-2-03.png');-->
+<!-- border: 1px solid #303336;-->
+<!-- background-size: cover;-->
+<!-- z-index:1;-->
+<!-- cursor:pointer;-->
+<!-- right: 13px;-->
+<!-- bottom: 240px;-->
+<!-- }-->
+<!-- .map3d-system:hover{-->
+<!-- color: #fff;-->
+<!-- fill: #fff;-->
+<!-- background: #48b url('images/3d-2-03.png');-->
+<!-- background-size: cover;-->
+<!-- border-color: #aef;-->
+<!-- box-shadow: 0 0 8px #fff;-->
+<!-- }-->
+<!-- .map3d-2d {-->
+<!-- background: #303336 url('images/2d-2-02.png');-->
+<!-- border: 1px solid #303336;-->
+<!-- background-size: cover;-->
+<!-- z-index:6;-->
+<!-- cursor:pointer;-->
+<!-- right: 50px;-->
+<!-- bottom: 240px;-->
+<!-- }-->
+<!-- .map3d-2d:hover{-->
+<!-- color: #fff;-->
+<!-- fill: #fff;-->
+<!-- background: #48b url('images/2d-2-02.png');-->
+<!-- background-size: cover;-->
+<!-- border-color: #aef;-->
+<!-- box-shadow: 0 0 8px #fff;-->
+<!-- }-->
+<!-- </style>-->
+<!-- <div class="map3d-system ss" id="map3d" title="系统切换" onclick="map3dClick()"></div>-->
+<!-- <div class="map3d-2d ss" id="map2d" title="切换2D" onclick="javascript:window.location='http://localhost:63342/hsyj/index.html'"></div>-->
<div id="main-loading">
<div id="app-loading"></div>
--
Gitblit v1.9.3