Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
1bc2f4e1
Commit
1bc2f4e1
authored
Jan 11, 2020
by
Junling Bu
Browse files
feat[litemall-admin]: 管理后台登录页增加版权示例信息
parent
d5d6e481
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/login/index.vue
View file @
1bc2f4e1
...
...
@@ -36,6 +36,9 @@
</div>
</el-form>
<div
class=
"copyright"
>
Copyright © 2020 xxx.com 版权所有
<a
href=
"http://www.example.com/"
>
沪ICP备xxx号
</a>
</div>
</div>
</
template
>
...
...
@@ -203,6 +206,21 @@ $light_gray:#eee;
font-weight
:
bold
;
}
}
.copyright
{
font-size
:
12px
;
color
:
#fff
;
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
margin-bottom
:
20px
;
letter-spacing
:
0
.6px
;
a
{
font-weight
:
bold
;
border-bottom
:
1px
solid
#fff
;
font-family
:
"PingFangSC-Semibold"
,
sans-serif
;
}
}
}
</
style
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment