Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
| 23 | <div class="iq-sidebar-logo d-flex align-items-end justify-content-between"> | 23 | <div class="iq-sidebar-logo d-flex align-items-end justify-content-between"> |
| 24 | <a href="" class="header-logo"> | 24 | <a href="" class="header-logo"> |
| 25 | <img src="https://weibo.com/favicon.ico" class="img-fluid rounded-normal light-logo" alt="logo"> | 25 | <img src="https://weibo.com/favicon.ico" class="img-fluid rounded-normal light-logo" alt="logo"> |
| 26 | - <span>微博舆情数据分析</span> | 26 | + <span>微博舆情分析系统</span> |
| 27 | </a> | 27 | </a> |
| 28 | <div class="side-menu-bt-sidebar-1"> | 28 | <div class="side-menu-bt-sidebar-1"> |
| 29 | <svg xmlns="http://www.w3.org/2000/svg" class="text-light wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | 29 | <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 @@ | @@ -462,7 +462,7 @@ | ||
| 462 | // 等待过渡效果完成后更改内容并渐显 | 462 | // 等待过渡效果完成后更改内容并渐显 |
| 463 | setTimeout(function () { | 463 | setTimeout(function () { |
| 464 | logo.innerHTML = | 464 | logo.innerHTML = |
| 465 | - '<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>'; | 465 | + '<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>'; |
| 466 | logo.style.opacity = 1; // 渐显 | 466 | logo.style.opacity = 1; // 渐显 |
| 467 | }, 1000); // 1秒等于1000毫秒 | 467 | }, 1000); // 1秒等于1000毫秒 |
| 468 | }, 3000); // 3000 毫秒 等于 3 秒 | 468 | }, 3000); // 3000 毫秒 等于 3 秒 |
-
Please register or login to post a comment