Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
ff703fb5
Commit
ff703fb5
authored
Jan 06, 2022
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 登录页footer优化
parent
d3473e38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
index.vue
src/views/User/index.vue
+20
-3
No files found.
src/views/User/index.vue
View file @
ff703fb5
...
...
@@ -12,7 +12,16 @@
</div>
<div
class=
"bottom"
>
<span>
版权所有:中国物品编码中心
</span>
<span>
京ICP备11036137号-10 | 京公网安备11010102001434号
</span>
<div><a
class=
"gs-hover"
href=
"https://beian.miit.gov.cn/"
target=
"_blank"
>
京ICP备11036137号-10
</a
>
|
<a
class=
"gs-hover"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102005499"
>
<img
src=
"../../assets/image/foot/beian.png"
alt=
""
/>
京公网安备11010102005499号
</a
></div>
<span>
地址:北京市东城区安定门外大街138号皇城国际大厦B座3-6层 | 邮编:100011
</span>
</div>
</div>
...
...
@@ -95,9 +104,16 @@ export default {
margin-top
:
40px
;
span
{
>
span,
>
div
{
margin
:
0
10px
;
}
>
div
>
a
{
color
:
white
;
img{
margin-right
:
4px
;
}
}
}
}
...
...
@@ -121,7 +137,7 @@ export default {
@media
(
max-width
:
767px
)
{
//<=
768
的设备
.gs-entry
{
.header{
.header
{
flex
:
0
0
60px
;
//
padding-top
:
20px
;
padding-bottom
:
10px
;
...
...
@@ -130,6 +146,7 @@ export default {
padding-left
:
6%
;
}
}
.body
{
.content
{
padding-top
:
30px
;
...
...
Write
Preview
Markdown
is supported
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