Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
Project
Project
Details
Activity
Releases
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
lixy
vue-ssr-mobile
Commits
81188fd9
Commit
81188fd9
authored
Sep 09, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页细节调整
parent
273d18b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
94 additions
and
51 deletions
+94
-51
base.scss
assets/styles/base.scss
+1
-1
footer.vue
components/footer.vue
+14
-8
index.vue
pages/index.vue
+79
-42
No files found.
assets/styles/base.scss
View file @
81188fd9
...
...
@@ -99,7 +99,7 @@ input[disabled] {
background
:
#fff
;
color
:
#333
;
width
:
100%
;
border-bottom
:
1px
solid
#
dfdfdf
;
border-bottom
:
1px
solid
#
eee
;
}
.ellipsis
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:ellipsis
;
word-wrap
:break-word
;
word-break
:break-all
;
...
...
components/footer.vue
View file @
81188fd9
<
template
>
<div
style=
"background: #F8F8F8;"
>
<div
class=
"more-way-title"
>
关注·了解更多资讯
关注
<span
class=
"circle-black"
style=
"font-size: 18px"
>
·
</span>
了解更多资讯
</div>
<div
class=
"flex-aic-jcb more-way"
>
<div
...
...
@@ -26,8 +29,10 @@
<div
class=
"tc"
>
欣新房车
</div>
<div
class=
"tc"
>
助手小程序
</div>
</div>
</div>
<div
class=
"tc"
style=
"margin-top: -5px;margin-bottom: 20px;color: #999;"
>
长按识别二维码
</div>
<div
class=
"footer-container"
>
<div
class=
"flex-aic-jcc"
>
<a
...
...
@@ -94,19 +99,20 @@
width
:
110px
;
margin-bottom
:
10px
;
border-radius
:
3px
;
padding-bottom
:
3
0px
;
padding-bottom
:
1
0px
;
box-shadow
:
2px
3px
13px
rgba
(
153
,
153
,
153
,
0
.2
);
background
:
#fff
;
div
{
color
:
#
999
;
color
:
#
666
;
font-size
:
14px
;
}
}
.footer-container
{
padding
:
17px
0
13px
0
;
padding
:
17px
0
.4rem
17px
0
.4rem
;
background
:
#16192C
;
.contact
{
color
:
#eee
;
font-size
:
1
2
px
;
font-size
:
1
4
px
;
}
.contact-img
{
width
:
130px
;
...
...
@@ -114,12 +120,12 @@
margin-left
:
13px
;
}
.company-addr
{
margin-top
:
1
7
px
;
margin-top
:
1
5
px
;
color
:
#6D6E7C
;
text-align
:
center
;
}
.company-name
{
border-bottom
:
1px
solid
#
5C5D61
;
border-bottom
:
1px
solid
#
353648
;
padding-bottom
:
17px
;
color
:
#6D6E7C
;
text-align
:
center
;
...
...
pages/index.vue
View file @
81188fd9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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