戒酒的李白

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

... ... @@ -23,7 +23,7 @@
<div class="iq-sidebar-logo d-flex align-items-end justify-content-between">
<a href="" class="header-logo">
<img src="https://weibo.com/favicon.ico" class="img-fluid rounded-normal light-logo" alt="logo">
<span>微博舆情数据分析</span>
<span>微博舆情分析系统</span>
</a>
<div class="side-menu-bt-sidebar-1">
<svg xmlns="http://www.w3.org/2000/svg" class="text-light wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor">
... ...
... ... @@ -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 秒
... ...