Browse Source

style: copyright

chenlei 1 month ago
parent
commit
30d07d9300

+ 10 - 1
scene/public/index.html

@@ -16,6 +16,15 @@
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/css/main.css?v=2.25" />
     <!-- <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/CAD/cad.css?v=2.25"/> -->
     <style>
+        #_ideConac {
+        position: fixed;
+        top: 10px;
+        right: 10px;
+        z-index: 999;
+        }
+        #_ideConac img {
+        width: 45px;
+        }
     </style>
     <script>
         var number = window.location.href.substring(window.location.href.indexOf("=") + 1);
@@ -45,7 +54,7 @@
         })();
     </script>
 
-
+    <script type="text/javascript">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript  src='https://dcs.conac.cn/js/nis/44/04/00/c340441de8d96671f89de03d0fee5436/11440400MB2C91840T-20007750.js' type='text/javascript'%3E%3C/script%3E"));</script>
 
 </head>
 

+ 3 - 2
scene/public/static/css/main.css

@@ -3439,8 +3439,9 @@ a.hasHover:hover, a:active {
 
 .pinBottom.center {
     left: 50%;
-    width: 0;
-    z-index: 50
+    bottom: 30px;
+    transform: translateX(-50%);
+    z-index: 50;
 }
 
 .pinBottom.right {

+ 2 - 1
scene/src/App.vue

@@ -7,6 +7,8 @@
             <p>请在竖屏模式观看</p>
         </div>
         </div>
+
+        
     </div>
 </template>
 
@@ -23,7 +25,6 @@ export default {
     height: 100%;
 }
 
-
 /*横屏体验*/
 .orientation-tip {
   width: 100%;

+ 2 - 2
scene/src/components/info/index.vue

@@ -74,7 +74,7 @@ export default {
     return {
       title: "",
       disc: "",
-      isShow: false,
+      isShow: true,
       isShowHotIcon: false,
       isOpenHot: false,
       data: [],
@@ -137,7 +137,7 @@ export default {
       if (this.isShow) {
         this.isShow = false
       }
-    }, 5000)
+    }, 3000)
 
     const i = GROUP.findIndex(item => {
       return item.findIndex(subItem => subItem.m === window.number) > -1

+ 12 - 0
scene/src/views/gui/menu.vue

@@ -2,6 +2,11 @@
   <div class="pinBottom-container" @touchstart.stop @keydown.stop>
     <div class="pinBottom center">
       <div id="view-controllers"></div>
+
+      <div class="copyright">
+        <p>珠海市自然资源局</p>
+        <p>珠海市自然资源与规划技术中心</p>
+      </div>
     </div>
     <div class="pinBottom left">
       <div>
@@ -583,6 +588,13 @@ export default {
   outline: none;
 }
 
+.copyright {
+  white-space: nowrap;
+  font-size: 12px;
+  color: white;
+  text-align: center;
+}
+
 // 鼠标移入显示的文字和图片
 #gui-modes-inside {
   position: relative;

BIN
tilt-model-web/img/icon-images.png


+ 30 - 2
tilt-model-web/index.html

@@ -510,6 +510,25 @@
       transform: translateX(-50%);
       z-index: 9999;
     }
+    #_ideConac {
+      position: fixed;
+      top: 10px;
+      right: 10px;
+      z-index: 999;
+    }
+    #_ideConac img {
+      width: 45px;
+    }
+    .copyright {
+      position: fixed;
+      left: 50%;
+      bottom: 30px;
+      font-size: 12px;
+      color: white;
+      transform: translateX(-50%);
+      text-align: center;
+      z-index: 999;
+    }
   </style>
 </head>
 
@@ -605,6 +624,11 @@
         </div>
       </div>
     </div>
+
+      <div class="copyright">
+        <p>珠海市自然资源局</p>
+        <p>珠海市自然资源与规划技术中心</p>
+      </div>
   </div>
 
   <script src="./staticData/data.js"></script>
@@ -634,6 +658,7 @@
         const res = this.dataAll.list.filter((item) => {
           return item.id == m || item.name == m
         })
+        document.title = m
         this.curModel = res[0]
         // 初始化大图列表
         this.imagesList = res[0].images.map((item) => {
@@ -654,7 +679,9 @@
           video.pause();
         }, false);
       },
-      created() { },
+      created() {
+        
+      },
       beforeDestroy() {
 
       },
@@ -769,6 +796,7 @@
       },
     }).use(ElementPlus).mount('#app');
   </script>
+  <script type="text/javascript">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript  src='https://dcs.conac.cn/js/nis/44/04/00/c340441de8d96671f89de03d0fee5436/11440400MB2C91840T-20007750.js' type='text/javascript'%3E%3C/script%3E"));</script>
 </body>
 
-</html>
+</html>