已集成,但时间轴丢失,宽度需要-320px
Signed-off-by: changyunju <2743319061@qq.com>
This commit is contained in:
parent
07a9210749
commit
a583b57bd4
|
|
@ -333,4 +333,11 @@ const showToggleJianjie = ref(false);
|
||||||
margin-left: 360px;
|
margin-left: 360px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main2 {
|
||||||
|
width: 1544px;
|
||||||
|
height: 944px;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<div class="main">
|
<div class="main2">
|
||||||
<div v-if="showTooltip" class="tooltip">
|
<div v-if="showTooltip" class="tooltip">
|
||||||
<div class="tooltip-containner">
|
<div class="tooltip-containner">
|
||||||
<div class="tooltip-containner-data">
|
<div class="tooltip-containner-data">
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<header class="header">
|
<!-- <header class="header">
|
||||||
<button class="back-home-btn" @click="goToHome">返回主页面</button>
|
<button class="back-home-btn" @click="goToHome">返回主页面</button>
|
||||||
<div class="timer">
|
<div class="timer">
|
||||||
<button class="reload-button" @click="handleReload" :disabled="isReloading" style="margin-top: -10px;">
|
<button class="reload-button" @click="handleReload" :disabled="isReloading" style="margin-top: -10px;">
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
</button>
|
</button>
|
||||||
{{ currentTime }}
|
{{ currentTime }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header> -->
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<!-- 使用 el-autocomplete 组件替换原输入框 -->
|
<!-- 使用 el-autocomplete 组件替换原输入框 -->
|
||||||
<input type="text" placeholder="南海争端系列舆情事件" style="
|
<input type="text" placeholder="南海争端系列舆情事件" style="
|
||||||
|
|
@ -1411,7 +1411,7 @@ onUnmounted(() => {
|
||||||
background-color: #050B23;
|
background-color: #050B23;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
/* .header {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
background-image: url('../assets/images/head/main.png');
|
background-image: url('../assets/images/head/main.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
@ -1419,7 +1419,7 @@ onUnmounted(() => {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.time span {
|
.time span {
|
||||||
font-family: LCD2;
|
font-family: LCD2;
|
||||||
|
|
@ -1434,7 +1434,7 @@ onUnmounted(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
width: 530px;
|
width: 580px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
margin-left: 695px;
|
margin-left: 695px;
|
||||||
margin-top: -50px;
|
margin-top: -50px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user