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
61c5907d
Commit
61c5907d
authored
Dec 01, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改H5下页脚排版
parent
61663c60
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
8 deletions
+39
-8
footer.vue
src/components/layout/footer.vue
+27
-0
index.vue
src/views/Home/index.vue
+11
-7
Branch.vue
src/views/Org/Branch.vue
+1
-1
No files found.
src/components/layout/footer.vue
View file @
61c5907d
...
@@ -56,6 +56,33 @@ export default {
...
@@ -56,6 +56,33 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
@media
screen
and
(
max-width
:
992px
)
{
.foot
{
.link{
div{
width
:
100%
;
text-align
:
center
;
}
}
.foot-bottom
{
div{
font-size
:
12px
!important
;
}
}
.copright
{
div{
width
:
100%
;
text-align
:
center
;
}
}
.beian
{
span{
padding
:
0
8px
!important
;
}
}
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.foot
{
.foot
{
...
...
src/views/Home/index.vue
View file @
61c5907d
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
><img
src=
"../../assets/image/home/more-arrow.png"
alt=
""
/>
><img
src=
"../../assets/image/home/more-arrow.png"
alt=
""
/>
</button>
</button>
</div>
</div>
<div
class=
"col-5 carousel-caption-right d-lg-block"
>
<img
:src=
"el.picIndexPath"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
<div
class=
"banner-tp d-lg-block"
>
<img
:src=
"el.picIndexPath"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
<template
#
prevArrow
>
<template
#
prevArrow
>
...
@@ -960,9 +960,6 @@ export default {
...
@@ -960,9 +960,6 @@ export default {
const
homeBigImagesRes
=
await
this
.
$api
.
home
.
homeBigImages
();
const
homeBigImagesRes
=
await
this
.
$api
.
home
.
homeBigImages
();
const
{
returnCode
,
data
}
=
homeBigImagesRes
;
const
{
returnCode
,
data
}
=
homeBigImagesRes
;
if
(
returnCode
===
"0"
)
{
if
(
returnCode
===
"0"
)
{
data
.
forEach
((
el
)
=>
{
el
.
picIndexPath
=
`http://www.gs1cn.org/img/demo/
${
el
.
picIndexPath
}
`
;
});
this
.
banner
=
data
;
this
.
banner
=
data
;
console
.
log
(
this
.
banner
,
"this.banner"
);
console
.
log
(
this
.
banner
,
"this.banner"
);
}
}
...
@@ -1386,9 +1383,16 @@ export default {
...
@@ -1386,9 +1383,16 @@ export default {
.banner
{
.banner
{
height
:
420px
;
height
:
420px
;
position
:
relative
;
position
:
relative
;
background
:
#f26335
;
//
background
:
#f26335
;
.banner-item
{
.banner-item
{
height
:
100%
;
height
:
100%
;
position
:
relative
;
.banner-tp{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
-1
;
}
.container
,
.container
,
.row
{
.row
{
height
:
100%
;
height
:
100%
;
...
...
src/views/Org/Branch.vue
View file @
61c5907d
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
/>
/>
</svg>
</svg>
<div>
<div>
在地为下列市或直辖市或自治区的企业,办理条码申办及相关业务时,请联系以下编码分支机构:
所
在地为下列市或直辖市或自治区的企业,办理条码申办及相关业务时,请联系以下编码分支机构:
</div>
</div>
</div>
</div>
...
...
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