Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
c3dc04aa
authored
2019-10-31 21:24:46 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
d56ac728
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
src/components/home/footer/footer.scss
src/components/home/footer/footer.vue
src/pages/index/index.scss
src/components/home/footer/footer.scss
View file @
c3dc04a
...
...
@@ -8,7 +8,7 @@
.footer-containter
{
margin
:
0
auto
;
// max-width: 95
0px;
max-width
:
120
0px
;
.cont
{
margin-left
:
3
.166667rem
;
...
...
@@ -36,8 +36,8 @@
// 热线
.hotline
{
// margin-right: 8rem;
//
min-width: 280px;
flex
:
1
;
;
min-width
:
280px
;
// flex: 1
;
.contact
{
.n-item
{
...
...
src/components/home/footer/footer.vue
View file @
c3dc04a
<
template
>
<footer
class=
"v-footer "
>
<div
class=
"
footer-containter box
"
>
<div
class=
"
box footer-containter
"
>
<div
class=
"cont"
>
<div
class=
"logo-wrap"
>
<img
class=
"logo-img"
src=
"@/assets/images/home/footer-logo.png"
alt=
"中国平安人寿保险"
>
...
...
src/pages/index/index.scss
View file @
c3dc04a
...
...
@@ -2,6 +2,7 @@
.content
{
padding-bottom
:
2
.25rem
;
}
.top-space
{
...
...
@@ -10,6 +11,7 @@
.box
{
position
:
relative
;
}
// banner 轮播
...
...
@@ -106,7 +108,7 @@
position
:
relative
;
margin
:
0
auto
;
// @extend .fcc;
width
:
85%
;
//
width: 85%;
img
{
width
:
100%
;
...
...
@@ -142,7 +144,8 @@
.news-wrap
{
margin
:
3
.2rem
auto
0
;
max-width
:
66
.75rem
;
// max-width: 66.75rem;
max-width
:
100rem
;
.more
{
text-align
:
right
;
...
...
Please
register
or
sign in
to post a comment