Compare commits
3 Commits
20b43acd6a
...
8d5d8ffbe8
Author | SHA1 | Date | |
---|---|---|---|
8d5d8ffbe8 | |||
40aedecb4d | |||
81f9089ed3 |
@ -27,11 +27,11 @@
|
||||
</div>
|
||||
<div class="time" v-if="time"> {{ time.year.year }}-{{ time.year.month }}-{{ time.year.date }}</div>
|
||||
</div>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
@click="changeLanguage()"
|
||||
>
|
||||
{{ currentLanguage === 'zh' ? 'EN' : '中' }}
|
||||
</el-button> -->
|
||||
</el-button>
|
||||
<div class="login-out" @click="loginOut"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -430,6 +430,8 @@
|
||||
<div class="map">
|
||||
<div class="map1">
|
||||
<div class="drag_box9" ref="drag_box9">
|
||||
<div class="url-btn" @click="to8080">
|
||||
</div>
|
||||
<img class="drag_img" src="https://lihemix.oss-cn-hangzhou.aliyuncs.com/%E7%94%98%E4%BA%95%E6%9D%91%E5%A4%A7%E6%95%B0%E6%8D%AE/%E5%80%BE%E6%96%9C%E5%9B%BE.png" alt="" />
|
||||
<!-- <div class="popBox" v-for="(item, index) in popContentList" :key="index">
|
||||
<template>
|
||||
@ -1367,7 +1369,9 @@ export default {
|
||||
const formattedDate = `${year}.${month}.${day}`;
|
||||
return formattedDate;
|
||||
},
|
||||
|
||||
to8080(){
|
||||
window.open("http://localhost:8080/");
|
||||
},
|
||||
cancelHandler() {
|
||||
this.popContentCurrent = -1;
|
||||
let that = this;
|
||||
@ -2074,7 +2078,7 @@ demo.onwheel = function(e) {
|
||||
.drag_box12,
|
||||
.drag_box13 {
|
||||
width: 100%;
|
||||
|
||||
|
||||
height:auto;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@ -2088,6 +2092,16 @@ demo.onwheel = function(e) {
|
||||
transparent 100%
|
||||
);
|
||||
|
||||
.url-btn{
|
||||
width: 1.4rem;height: .35rem;
|
||||
// background: rgba(255,255,255,0.3);
|
||||
position: absolute;
|
||||
top: 28.5%;
|
||||
left:17.5%;
|
||||
z-index: 99;
|
||||
cursor: pointer;
|
||||
transform: rotate(-32deg);
|
||||
}
|
||||
.drag_img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user