Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-template
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7389753f
authored
Aug 15, 2019
by
hanjixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
竖版页面编写
parent
86deb42a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
81 deletions
+61
-81
src/templates/listingInformation/pages/rentHouse2.vue
+61
-81
No files found.
src/templates/listingInformation/pages/rentHouse2.vue
View file @
7389753f
...
...
@@ -5,14 +5,15 @@
<div
class=
"title"
>
{{
getValue
(
'companyName'
)
}}
</div>
-->
<div
class=
"decoration"
></div>
<div
class=
"house-list"
>
<swiper
:options=
"swiperOption"
ref=
"mySwiper"
style=
" width:672px;
<swiper
:options=
"swiperOption"
ref=
"mySwiper"
style=
" width:672px;
height:912px;"
>
<swiper-slide
style=
"transform: translate3d(0,0,0)"
v-for=
"(item, index) in dataList"
:key=
"index"
>
<img
:src=
"item"
alt
/>
<swiper-slide
style=
"transform: translate3d(0,0,0)"
v-for=
"(item, index) in dataList"
:key=
"index"
>
<img
:src=
"item"
alt
/>
</swiper-slide>
</swiper>
</div>
...
...
@@ -25,59 +26,52 @@ height:912px;">
<span
class=
"uint"
>
/月
</span>
<div
class=
"mirror-light"
></div>
</div>
<div
class=
"surrounding"
zh=
"周边设施"
>
SURROUNDING FACILITIES
</div>
<div
class=
"surrounding"
zh=
"周边设施"
>
SURROUNDING FACILITIES
</div>
<div
class=
"feature-list"
>
<div
class=
"feature-item"
>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%9C%B0%E9%93%81.png"
alt
/>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%9C%B0%E9%93%81.png"
alt
/>
地铁四号线枣园站 260米
</div>
<div
class=
"feature-item feature-item-right"
>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%85%AC%E5%9B%AD.png"
alt
/>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%85%AC%E5%9B%AD.png"
alt
/>
地铁四号线枣园站 260米
</div>
<div
class=
"feature-item"
>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%95%86%E5%9C%BA.png"
alt
/>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%95%86%E5%9C%BA.png"
alt
/>
地铁四号线枣园站 260米
</div>
<div
class=
"feature-item feature-item-right"
>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%8C%BB%E9%99%A2.png"
alt
/>
<img
class=
"icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/%E5%8C%BB%E9%99%A2.png"
alt
/>
地铁四号线枣园站 260米
</div>
</div>
</div>
</div>
<div
class=
"high-light"
>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
20m²
</div>
<div
class=
"high-light-item-bottom"
>
面积
</div>
</div>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
阳台
</div>
<div
class=
"high-light-item-bottom"
>
面积
</div>
</div>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
3/10
</div>
<div
class=
"high-light-item-bottom"
>
楼层
</div>
</div>
</div>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
20m²
</div>
<div
class=
"high-light-item-bottom"
>
面积
</div>
</div>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
阳台
</div>
<div
class=
"high-light-item-bottom"
>
面积
</div>
</div>
<div
class=
"high-light-item"
>
<div
class=
"high-light-item-top"
>
3/10
</div>
<div
class=
"high-light-item-bottom"
>
楼层
</div>
</div>
</div>
</div>
</
template
>
...
...
@@ -196,9 +190,14 @@ export default {
width
:
672px
;
height
:
912px
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.1
)
0
10px
20px
;
line-height
:
912px
;
img
{
vertical-align
:
middle
;
//
margin-top
:
50%
;
border-radius
:
5px
;
height
:
100%
;
max-height
:
100%
;
max-width
:
100%
;
margin
:
auto
;
}
}
.right-container
{
...
...
@@ -214,7 +213,7 @@ export default {
}
.title
{
font-size
:
67px
;
line-height
:
8
0
px
;
line-height
:
8
7
px
;
color
:
#333
;
font-weight
:
bold
;
}
...
...
@@ -264,7 +263,7 @@ export default {
overflow
:
hidden
;
}
margin-bottom
:
80px
;
margin-top
:
4
0px
;
margin-top
:
5
0px
;
}
.surrounding
{
position
:
relative
;
...
...
@@ -285,12 +284,12 @@ export default {
}
}
.feature-list
{
margin-top
:
2
2
px
;
margin-top
:
2
3
px
;
overflow
:
hidden
;
border-top
:
1px
solid
#e6e6e6
;
padding-top
:
35px
;
.feature-item
{
margin-bottom
:
4
5
px
;
margin-bottom
:
4
7
px
;
display
:
flex
;
//
float
:
left
;
//
width
:
318px
;
...
...
@@ -315,58 +314,39 @@ export default {
//
width
:
577px
;
//
-webkit-filter
:
contrast
(
20
);
//
display
:
flex
;
right
:
95px
;
top
:
3
94
px
;
right
:
95px
;
top
:
3
46
px
;
border
:
1px
solid
#e6e6e6
;
border-left
:
none
;
border-right
:
none
;
box-sizing
:
border-box
;
padding
:
22px
51px
;
justify-content
:
space-between
;
//
background
:
black
;
.high-light-item
{
box-sizing
:
border-box
;
padding-top
:
25px
;
position
:
relative
;
background
:
rgba
(
229
,
59
,
81
,
1
);
//
background
:
rgba
(
229
,
59
,
81
,
1
);
//
opacity
:
0.2
;
text-align
:
center
;
border-radius
:
50%
;
width
:
114px
;
height
:
114px
;
z-index
:
2
;
&::after
{
content
:
""
;
background
:
rgba
(
229
,
59
,
81
,
1
);
opacity
:
0.5
;
//
-webkit-filter
:
blur
(
20px
);
left
:
-4px
;
top
:
-4px
;
position
:
absolute
;
z-index
:
-1
;
text-align
:
center
;
border-radius
:
50%
;
width
:
122px
;
height
:
122px
;
animation
:
move
12s
infinite
alternate
ease-in-out
;
}
&
:nth-child
(
2
)
::after
{
animation-duration
:
14.7s
;
animation-delay
:
-2.7s
;
}
&
:nth-child
(
3
)
::after
{
animation-duration
:
8.7s
;
animation-delay
:
-5.32s
;
}
margin-bottom
:
112px
;
width
:
195px
;
height
:
121px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
//
opacity
:
0.3
;
border-radius
:
60px
;
z-index
:
2
;
.high-light-item-top
{
font-size
:
29
px
;
font-size
:
36
px
;
font-family
:
PingFangSC-Semibold
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
1
)
;
color
:
#666666
;
}
.high-light-item-bottom
{
font-size
:
1
5
px
;
font-size
:
1
8
px
;
font-weight
:
300
;
color
:
#999999
;
}
}
}
...
...
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