update
parent
f3fb3335a9
commit
85f02445c9
|
@ -1150,7 +1150,7 @@ let handleEnter = () => {
|
|||
}
|
||||
})
|
||||
})
|
||||
}, 5000)
|
||||
}, 8000)
|
||||
}
|
||||
// svg入口事件 发送雪花网三维移动位置
|
||||
const send3d_xuehua = () => {
|
||||
|
@ -1415,7 +1415,7 @@ let handleShowSvg = async (svgIndex: string) => {
|
|||
nextTick(() => {
|
||||
handleAnimate(result)
|
||||
})
|
||||
}, 3000)
|
||||
}, 6000)
|
||||
// ---------离线的svg 返回结果
|
||||
|
||||
function fun(svgHtml: any) {
|
||||
|
@ -1682,7 +1682,7 @@ let handleCustomLine = (svgHtml, result) => {
|
|||
}
|
||||
}
|
||||
})
|
||||
}, 2000)
|
||||
}, 6000)
|
||||
})
|
||||
}
|
||||
// 处理线的动画、文字
|
||||
|
@ -3942,12 +3942,12 @@ const styleVar = computed(() => {
|
|||
left: 0%;
|
||||
// transform: translate(-50% -50%);
|
||||
font-size: changeHeight(70);
|
||||
color: #fff;
|
||||
color: blue;
|
||||
.text {
|
||||
width: changeHeight(300);
|
||||
height: changeHeight(100);
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
top: 5%;
|
||||
left: 5%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue