From c90036e2b71f394711117f186a772758abe69e3a Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 19 六月 2024 09:48:10 +0800 Subject: [PATCH] 更新 --- src/components/index.vue | 82 ++--------------------------------------- 1 files changed, 4 insertions(+), 78 deletions(-) diff --git a/src/components/index.vue b/src/components/index.vue index 25748a1..f7b2a3f 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -1,8 +1,8 @@ <template> <div class="mapViewer"> <leftpanel ref="Left" v-show="false" /> - <!-- <bottommenu /> --> <viewer class="mapViewer" /> + <!-- <img id="headlog" src="@/assets/img/new/logo.png" /> --> </div> </template> @@ -66,83 +66,9 @@ height: 100%; } #headlog { - width: 965px; - height: 70px; + width: 500px; position: absolute; - left: 50%; - top: 0; - transform: translate(-50%, 0); -} -#bottomBar { - width: 1357px; - height: 52px; - position: absolute; - left: 50%; - bottom: 0; - transform: translate(-50%, 0); -} -.trigger { - pointer-events: all; -} - -.controlPanel { - position: absolute; - left: 0px; - top: 0px; - pointer-events: none; -} - -.tooltip { - position: absolute; - z-index: 999999; - color: white; - width: 100%; - top: 30px; - margin: 0 auto; - font-size: 24px; - pointer-events: none; - text-align: center; - height: 60px; - transition: all 0.2s linear; -} - -.tooltiphide { - opacity: 0; - height: 0px !important; -} - -.tooltip span { - background-color: rgba(0, 0, 0, 0.6); - border-radius: 10px; - padding: 10px 30px; -} -.hisbox { - position: absolute; - z-index: 10000002; - width: 100%; - height: 100%; - background-color: #fff; -} -.btnbox { - position: absolute; - z-index: 100000003; - right: 30px; -} -.btnbox .el-button { - padding: 0 !important; - font-size: 24px; - border: unset; - float: unset; - display: block; - background: transparent; - width: 48px; - height: 48px; - border-radius: 50%; - margin: 1px; - margin: 20px 0; -} - -.searchBtn { - width: 40px; + left: 20px; + top: 20px; } </style> -- Gitblit v1.9.3