|
@@ -315,7 +315,8 @@ export default defineComponent({
|
|
|
path: "/weather",
|
|
|
// query: { showSpaceTip: 'true' }
|
|
|
});
|
|
|
- }, 30000);
|
|
|
+ // 30000
|
|
|
+ }, 30000);
|
|
|
}, 30000);
|
|
|
});
|
|
|
},
|
|
@@ -323,7 +324,7 @@ export default defineComponent({
|
|
|
updateStyle() {
|
|
|
let ani1 = document.getElementById("ani1");
|
|
|
let ani2 = document.getElementById("ani2");
|
|
|
- ani2.style.top = ani1.offsetHeight - 20 + "px";
|
|
|
+ ani2.style.top = ani1.offsetHeight - ani1.offsetHeight * 0.08 + "px";
|
|
|
let line = document.getElementById("line");
|
|
|
let text = document.getElementById("text");
|
|
|
line.style.height = logoLeft.offsetHeight + "px";
|
|
@@ -411,7 +412,8 @@ export default defineComponent({
|
|
|
|
|
|
.logoRight img {
|
|
|
// height: 41vh;
|
|
|
- width: 26vw;
|
|
|
+ // width: 26vw;
|
|
|
+ height: 400px;
|
|
|
}
|
|
|
|
|
|
.logoRightAni {
|
|
@@ -503,6 +505,7 @@ export default defineComponent({
|
|
|
/* 长城左上 */
|
|
|
.ani1 {
|
|
|
width: 43%;
|
|
|
+ // height: 69.4vh;
|
|
|
opacity: 0;
|
|
|
top: 0;
|
|
|
position: absolute;
|