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
7da032b2
Commit
7da032b2
authored
Nov 25, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容修复
parent
692c3c94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
31 deletions
+39
-31
index.css
assets/index.css
+8
-7
activity.vue
pages/activity.vue
+2
-2
index.vue
pages/index.vue
+29
-22
No files found.
assets/index.css
View file @
7da032b2
...
...
@@ -942,17 +942,18 @@ li {
margin-left: -565px; */
}
.
introduce
{
width
:
465px
;
.
regional
{
width
:
50%
;
background
:
#fff
;
display
:
inline-block
;
/* height: 380px; */
/* margin-top: 13px; */
padding
:
30px
30px
0
30px
;
position
:
relative
;
top
:
-156px
;
/* right: 0; */
text-align
:
left
;
text-align
:
left
;
}
.introduce
{
width
:
465px
;
float
:
right
;
}
.introduce
h3
{
...
...
pages/activity.vue
View file @
7da032b2
...
...
@@ -36,9 +36,9 @@
</div>
<div
style=
"width:917px"
>
<!--
<div
class=
"total-div"
>
共
{{
totalCount
}}
个活动
</div>
-->
<div
class=
"total-div"
>
<
!--
<
div
class=
"total-div"
>
<news
/>
</div>
</div>
-->
<ul
class=
"campsiteDetail clearfix"
>
<li
v-for=
"item in dataDetail"
:key=
"item.id"
class=
"activity-item"
>
<nuxt-link
:to=
"'/activityList/'+item.id"
>
...
...
pages/index.vue
View file @
7da032b2
...
...
@@ -528,28 +528,34 @@
<!-- 城市覆盖区域 -->
<div
class=
"map-container"
style=
"height:580px"
>
<div
class=
"city-covers"
>
<div
class=
"introduce"
>
<h3>
欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。
</h3>
<p>
将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。
</p>
<p>
欣新房车全国覆盖
</p>
<ul>
<li>
<p>
{{
cityNum
}}
+
</p>
<p>
城市
</p>
</li>
<li>
<p>
{{
comppanyNum
}}
+
</p>
<p>
子公司
</p>
</li>
</ul>
<span
class=
"look-info"
>
<nuxt-link
to=
"company"
style=
"color:#fff"
>
查看详情
<i
class=
"iconfont iconsingle_arrow"
style=
"position: relative;left: 5px;top: 2px;"
></i>
</nuxt-link>
</span>
<div
class=
"regional"
>
<div
class=
"introduce"
>
<!--
<div
style=
"width:465px;float: right;"
>
</div>
-->
<h3>
欣新房车是一家专业从事房车销售,房车租赁,房车旅游路线策划,房车托管及房车产业配套与服务一体化的企业。
</h3>
<p>
将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。
</p>
<p>
欣新房车全国覆盖
</p>
<ul>
<li>
<p>
{{
cityNum
}}
+
</p>
<p>
城市
</p>
</li>
<li>
<p>
{{
comppanyNum
}}
+
</p>
<p>
子公司
</p>
</li>
</ul>
<span
class=
"look-info"
>
<nuxt-link
to=
"company"
style=
"color:#fff"
>
查看详情
<i
class=
"iconfont iconsingle_arrow"
style=
"position: relative;left: 5px;top: 2px;"
></i>
</nuxt-link>
</span>
</div>
</div>
<div
style=
"display:inline-block;max-width:65%"
>
<div
style=
"display:inline-block;width:50%;"
>
<img
src=
"https://mgmt.dfangche.com/xxfccn/image/home/map_new.jpg"
alt
/>
</div>
</div>
...
...
@@ -997,7 +1003,8 @@ export default {
this
.
isTourActives
=
'first'
break
case
2
:
this
.
isTourActives
=
'second'
// this.isTourActives = 'second'
this
.
isTourActives
=
'fourth'
break
case
3
:
this
.
isTourActives
=
'third'
...
...
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