【前端小修改】登陆注册、侧边栏描述文字小修改
This commit is contained in:
@@ -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 秒
|
||||
|
||||
Reference in New Issue
Block a user