Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
戒酒的李白
2024-07-04 01:41:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe1e02877bcc982972ea261214d5d0acdd0bc694
fe1e0287
1 parent
51f2cc23
【前端小修改】登陆注册、侧边栏描述文字小修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
views/page/templates/base_page.html
views/user/templates/login_and_register.html
views/page/templates/base_page.html
View file @
fe1e028
...
...
@@ -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"
>
...
...
views/user/templates/login_and_register.html
View file @
fe1e028
...
...
@@ -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:15
0px;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:13
0px;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 秒
...
...
Please
register
or
login
to post a comment