【前端小修改】登陆注册、侧边栏描述文字小修改

This commit is contained in:
戒酒的李白
2024-07-04 01:41:32 +08:00
parent 51f2cc2314
commit fe1e02877b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -462,7 +462,7 @@
// 等待过渡效果完成后更改内容并渐显
setTimeout(function () {
logo.innerHTML =
'<div style="width:500px;height:50px;margin-left:-200px;display:flex;align-items:center;"><img style="width:150px;height:75px;margin-bottom:20px" src="../../../static/原神启动/微博logo.png" alt=""/><div style="font-size: 35px; font-weight: bold; color: black;">微博舆情分析系统</div></div>';
'<div style="width:500px;height:50px;margin-left:-190px;display:flex;align-items:center;"><img style="width:130px;height:75px;margin-bottom:20px" src="../../../static/原神启动/微博logo.png" alt=""/><div style="font-size: 35px; font-weight: bold; color: black;">微博舆情分析系统</div></div>';
logo.style.opacity = 1; // 渐显
}, 1000); // 1秒等于1000毫秒
}, 3000); // 3000 毫秒 等于 3 秒