|
@@ -301,23 +301,23 @@ export default defineComponent({
|
|
|
proxyData.updateStyle();
|
|
|
// 第3部分
|
|
|
|
|
|
- let timer = setTimeout(function () {
|
|
|
- $(skSlogan).fadeOut();
|
|
|
- $(aniThree).show();
|
|
|
- $(logoLeft).addClass("logoLeftAni");
|
|
|
- $(logoRight).addClass("logoRightAni");
|
|
|
- $(line).addClass("lineAni");
|
|
|
- $(text).addClass("lineAni");
|
|
|
- clearTimeout(timer);
|
|
|
- let time2 = setTimeout(() => {
|
|
|
- clearTimeout(time2);
|
|
|
- router.push({
|
|
|
- path: "/weather",
|
|
|
- // query: { showSpaceTip: 'true' }
|
|
|
- });
|
|
|
- }, 30000);
|
|
|
- // 30000
|
|
|
- }, 30000);
|
|
|
+ // let timer = setTimeout(function () {
|
|
|
+ // $(skSlogan).fadeOut();
|
|
|
+ // $(aniThree).show();
|
|
|
+ // $(logoLeft).addClass("logoLeftAni");
|
|
|
+ // $(logoRight).addClass("logoRightAni");
|
|
|
+ // $(line).addClass("lineAni");
|
|
|
+ // $(text).addClass("lineAni");
|
|
|
+ // clearTimeout(timer);
|
|
|
+ // let time2 = setTimeout(() => {
|
|
|
+ // clearTimeout(time2);
|
|
|
+ // router.push({
|
|
|
+ // path: "/weather",
|
|
|
+ // // query: { showSpaceTip: 'true' }
|
|
|
+ // });
|
|
|
+ // }, 30000);
|
|
|
+ // // 30000
|
|
|
+ // }, 30000);
|
|
|
});
|
|
|
},
|
|
|
// 动态修改样式
|
|
@@ -823,8 +823,8 @@ export default defineComponent({
|
|
|
.ani8 {
|
|
|
position: absolute;
|
|
|
opacity: 0;
|
|
|
- // width: 1920px;
|
|
|
width: 100%;
|
|
|
+ // width: 100vw;
|
|
|
top: 0px;
|
|
|
}
|
|
|
.ani8Active {
|
|
@@ -848,10 +848,13 @@ export default defineComponent({
|
|
|
}
|
|
|
}
|
|
|
.ani82 {
|
|
|
- top: 60px;
|
|
|
+ // top: 60px;
|
|
|
+ // top:5.55vh;
|
|
|
+ top:0;
|
|
|
position: absolute;
|
|
|
opacity: 0;
|
|
|
width: 100%;
|
|
|
+ z-index: 99;
|
|
|
}
|
|
|
.ani82Active {
|
|
|
animation: ani82Active 5s ease-in-out forwards;
|