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
2730a553
authored
Aug 06, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
租房模板动效调整
parent
1e3357a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
11 deletions
+76
-11
src/templates/listingInformation/pages/property.vue
+76
-11
No files found.
src/templates/listingInformation/pages/property.vue
View file @
2730a553
...
@@ -101,8 +101,14 @@ export default {
...
@@ -101,8 +101,14 @@ export default {
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/house.png"
,
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/house.png"
,
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/bg.jpg"
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/listing-information/bg.jpg"
],
],
swiperOption
:
{
swiperOption
:
{
effect
:
"fade"
effect
:
"slider"
,
speed
:
1000
,
loop
:
true
,
autoplay
:
{
delay
:
5000
}
}
}
};
};
}
}
...
@@ -113,11 +119,43 @@ export default {
...
@@ -113,11 +119,43 @@ export default {
@keyframes
moveTo
{
@keyframes
moveTo
{
0
%
{
0
%
{
left
:
-50px
;
left
:
-50px
;
top
:
-20px
;
top
:
0px
;
}
100
%
{
left
:
300px
;
top
:
0
;
}
}
@keyframes
moveTo2
{
0
%
{
background-position
:
-100%
0
;
//
transform
:
scale
(
1.2
)
}
}
100
%
{
100
%
{
left
:
100%
;
background-position
:
100%
0
;
top
:
-20px
;
}
}
@keyframes
move
{
0
%
{
transform
:
skew
(
10deg
);
}
15
%
{
transform
:
scale
(
1.1
);
}
30
%
{
transform
:
skew
(
10deg
);
}
40
%
{
transform
:
skew
(
-10deg
);
}
60
%
{
transform
:
skew
(
10deg
);
}
80
%
{
transform
:
skew
(
-10deg
);
}
100
%
{
transform
:
skew
(
10deg
);
}
}
}
}
.bgliner
{
.bgliner
{
...
@@ -167,8 +205,8 @@ export default {
...
@@ -167,8 +205,8 @@ export default {
left
:
1279px
;
left
:
1279px
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
z-index
:
3
;
.center-v
{
.center-v
{
}
}
.title
{
.title
{
font-size
:
49px
;
font-size
:
49px
;
...
@@ -181,26 +219,41 @@ export default {
...
@@ -181,26 +219,41 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
font-weight
:
bold
;
font-weight
:
bold
;
perspective
:
800px
;
perspective
:
800px
;
display
:
inline-block
;
height
:
100px
;
width
:
auto
;
color
:
rgba
(
229
,
59
,
81
,
1
);
color
:
rgba
(
229
,
59
,
81
,
1
);
font-size
:
45px
;
font-size
:
45px
;
//
background-position
:
50%
0
;
//
background-blend-mode
:
lighten
;
background
:
linear-gradient
(
-30deg
,
rgba
(
255
,
255
,
255
,
1
)
10px
,
rgba
(
255
,
255
,
255
,
1
)
10px
)
no-repeat
;
-webkit-background-clip
:
text
;
//
animation
:
moveTo2
12s
infinite
alternate
ease-in-out
;
.mirror-light
{
.mirror-light
{
position
:
absolute
;
position
:
absolute
;
top
:
10px
;
top
:
10px
;
left
:
0
;
left
:
0
;
height
:
200px
;
height
:
150%
;
width
:
10px
;
width
:
10px
;
animation
:
moveTo
10s
infinite
;
animation
:
moveTo
10s
infinite
;
background
:
rgba
(
255
,
255
,
255
,
0.8
);
background
:
rgba
(
255
,
255
,
255
,
0.8
);
transform
:
rotate
(
30deg
)
transform
:
rotate
(
30deg
);
-webkit-filter
:
blur
(
2px
);
//
mix-blend-mode
:
overlay
;
}
}
.number
{
.number
{
font-size
:
100px
;
font-size
:
100px
;
font-family
:
DINCondensed-Bold
;
font-family
:
DINCondensed-Bold
;
//
mix-blend-mode
:
normal
;
position
:
relative
;
display
:
inline
;
overflow
:
hidden
;
}
}
margin-bottom
:
80px
;
margin-bottom
:
80px
;
}
}
.high-light
{
.high-light
{
width
:
577px
;
width
:
577px
;
//
-webkit-filter
:
contrast
(
20
);
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
border
:
1px
solid
#e6e6e6
;
border
:
1px
solid
#e6e6e6
;
...
@@ -209,6 +262,7 @@ export default {
...
@@ -209,6 +262,7 @@ export default {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
22px
51px
;
padding
:
22px
51px
;
justify-content
:
space-between
;
justify-content
:
space-between
;
//
background
:
black
;
.high-light-item
{
.high-light-item
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
25px
;
padding-top
:
25px
;
...
@@ -219,18 +273,29 @@ export default {
...
@@ -219,18 +273,29 @@ export default {
border-radius
:
50%
;
border-radius
:
50%
;
width
:
114px
;
width
:
114px
;
height
:
114px
;
height
:
114px
;
z-index
:
2
;
&::after
{
&::after
{
content
:
""
;
content
:
""
;
background
:
rgba
(
229
,
59
,
81
,
1
);
background
:
rgba
(
229
,
59
,
81
,
1
);
opacity
:
0.2
;
opacity
:
0.5
;
//
-webkit-filter
:
blur
(
20px
);
left
:
-4px
;
left
:
-4px
;
top
:
-4px
;
top
:
-4px
;
position
:
absolute
;
position
:
absolute
;
z-index
:
0
;
z-index
:
-1
;
text-align
:
center
;
text-align
:
center
;
border-radius
:
50%
;
border-radius
:
50%
;
width
:
122px
;
width
:
122px
;
height
:
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
;
}
}
.high-light-item-top
{
.high-light-item-top
{
font-size
:
29px
;
font-size
:
29px
;
...
...
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