Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3bf4207e
authored
2021-01-15 10:50:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:注册
1 parent
a4317b3c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
1 deletions
staticCss/common.css
staticImages/zhuxiao.png
staticJs/head.js
staticCss/common.css
View file @
3bf4207
...
...
@@ -354,6 +354,18 @@ div.footer .system_service ul li a:hover {
font-size
:
12px
;
display
:
none
}
.userInfo
{
border-radius
:
5px
;
top
:
50px
!important
;
border
:
none
!important
;
}
.userInfo
img
{
width
:
18px
;
display
:
inline-block
;
position
:
relative
;
top
:
2px
;
right
:
5px
;
}
.btns
{
display
:
flex
;
justify-content
:
center
;
...
...
@@ -432,6 +444,24 @@ div.footer .system_service ul li a:hover {
top
:
-5px
;
cursor
:
pointer
;
}
.loginSelect
p
{
font-size
:
16px
;
display
:
inline-block
;
}
.layui-nav
*
{
font-size
:
16px
;
}
.register
{
position
:
relative
;
margin-left
:
12px
;
}
.register
::before
{
content
:
''
;
position
:
absolute
;
left
:
-9px
;
height
:
10px
;
border-left
:
1px
solid
#b1afaf
;
}
.not-select
{
-moz-user-select
:
none
;
/*火狐*/
-webkit-user-select
:
none
;
/*webkit浏览器*/
...
...
staticImages/zhuxiao.png
0 → 100644
View file @
3bf4207
7.57 KB
staticJs/head.js
View file @
3bf4207
...
...
@@ -34,6 +34,7 @@ document.writeln(" </div>");
document
.
writeln
(
" <ul class='login login-con isLogin'>"
);
document
.
writeln
(
" <li class='loginSelect'>"
);
document
.
writeln
(
" <p class='loginButton PersonLogin'>登录</p>"
);
document
.
writeln
(
" <p class='loginButton register' id='register'><a href=\'"
+
localhostPaht
+
"/staticViews/register.html\'>注册</a></p>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" </ul>"
);
document
.
writeln
(
" <ul class='login layui-nav login-con loginAfter'>"
);
...
...
@@ -44,7 +45,7 @@ document.writeln(" <p class='loginButton PersonLogin'>登录<
document
.
writeln
(
" <dl class='layui-nav-child userInfo'>"
);
document
.
writeln
(
" <!-- 二级菜单 -->"
);
document
.
writeln
(
" <dd><a>个人信息</a></dd>"
);
document
.
writeln
(
" <dd><a id='cancellation'>退出</a></dd>"
);
document
.
writeln
(
" <dd><a id='cancellation'>
<img src=\'"
+
localhostPaht
+
"/staticImages/zhuxiao.png\'>
退出</a></dd>"
);
document
.
writeln
(
" </dl>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" </ul>"
);
...
...
Please
register
or
sign in
to post a comment