Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
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
Commits
44c274dd
Commit
44c274dd
authored
Nov 29, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总公司地址修改,样式完善
parent
d8051367
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
8 deletions
+36
-8
footer.vue
components/footer.vue
+1
-1
aboutXx.vue
pages/aboutXx.vue
+2
-2
company.vue
pages/company.vue
+1
-1
index.vue
pages/index.vue
+1
-1
tour.vue
pages/tour.vue
+31
-3
No files found.
components/footer.vue
View file @
44c274dd
...
...
@@ -30,7 +30,7 @@
</div>
<div
class=
"adress"
>
<p>
<span
class=
"iconfont iconditu"
></span>
广东省东莞市
松山湖工业西路12
号 欣新房车控股集团(东莞)股份有限公司
<span
class=
"iconfont iconditu"
></span>
广东省东莞市
寮步镇香市路8
号 欣新房车控股集团(东莞)股份有限公司
</p>
<p>
©欣新房车控股集团(东莞)股份有限公司2019保留一切权利
...
...
pages/aboutXx.vue
View file @
44c274dd
...
...
@@ -32,7 +32,7 @@
<div
class=
"brand-en"
>
HISTORY
</div>
<div
class=
"brand-cn"
>
品牌故事
</div>
<div
class=
"brand-desc"
>
欣新房车控股集团(东莞)股份有限公司于18年成立,注册资金3000万,总部设立于东莞市
松山湖
,是一家专业从事房车销售,房车租赁,房车自驾出游路线策划,房车托管及房车产业配套与服务的公司,公司将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。
欣新房车控股集团(东莞)股份有限公司于18年成立,注册资金3000万,总部设立于东莞市
寮步镇
,是一家专业从事房车销售,房车租赁,房车自驾出游路线策划,房车托管及房车产业配套与服务的公司,公司将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。
</div>
</div>
</div>
...
...
@@ -94,7 +94,7 @@
<div
class=
"brand-desc"
>
<span>
欣新房车控股集团(东莞)股份有限公司
</span>
<span>
电话:4000-369-369
</span>
<span>
地址:广东省东莞市
松山湖工业西路12
号
</span>
<span>
地址:广东省东莞市
寮步镇香市路8
号
</span>
</div>
</div>
<!--
<img
src=
"https://mgmt.dfangche.com/xxfccn/image/2019-09-03/jieshao.jpg"
/>
-->
...
...
pages/company.vue
View file @
44c274dd
...
...
@@ -33,7 +33,7 @@
</div>
<div
style=
"margin-top:13px;color:#666666"
>
<i
class=
"el-icon-location"
></i>
广东省 东莞市
松山湖 高新技术产院工业西路12
号
广东省 东莞市
寮步镇 香市路8
号
</div>
</div>
</div>
...
...
pages/index.vue
View file @
44c274dd
...
...
@@ -27,7 +27,7 @@
<span
style=
"font-size: 16px;margin: 0 5px;"
>
●
</span>
说走就走的房车之旅
</div>
<div
class=
"flex-aic-jcb more-container"
>
<div
style=
"width:
1120
x;text-align: center"
>
<div
style=
"width:
1120p
x;text-align: center"
>
<div
class=
"line-title"
></div>
</div>
<nuxt-link
to=
"/tour?tagIds="
>
...
...
pages/tour.vue
View file @
44c274dd
...
...
@@ -53,9 +53,9 @@
<img
:src=
"item.cover"
alt
style=
"width:225px;height:172px"
/>
</div>
<nuxt-link
:to=
"item.link"
class=
"flex-aic"
>
<div
style=
"float:left;padding-top:10px;width:850px;color:#333
"
>
<h2
style=
"font-size: 20px;font-weight:400;margin:0 0 18px 6px
"
>
{{
item
.
name
}}
</h2>
<h6
style=
"font-size: 14px;font-weight:400;margin:0 0 54px 14px"
>
{{
item
.
describe
}}
</h6>
<div
class=
"tour-content
"
>
<h2
class=
"tour-content-title
"
>
{{
item
.
name
}}
</h2>
<h6>
{{
item
.
describe
}}
</h6>
<button
class=
"buttonDetails"
>
旅行详情
<img
...
...
@@ -261,6 +261,32 @@ export default {
</
script
>
<
style
scoped
>
.tour-content
{
float
:
left
;
padding-top
:
10px
;
color
:
#333
;
width
:
100%
;
height
:
172px
;
position
:
relative
;
}
.tour-content-title
{
font-size
:
20px
;
font-weight
:
400
;
margin
:
0
0
18px
6px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
}
.tour-content
h6
{
font-size
:
14px
;
font-weight
:
400
;
margin
:
0
0
54px
14px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
}
.broadside
{
position
:
fixed
;
top
:
120px
;
...
...
@@ -331,5 +357,7 @@ export default {
font-family
:
Microsoft
YaHei
;
/* 设置字体 */
color
:
white
;
/* 字体颜色 */
margin-left
:
14px
;
position
:
absolute
;
bottom
:
0
;
}
</
style
>
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