好多人在问底部波浪怎么弄的 ,本文为底部波浪教程+源文件
教程开始:
第二步:主题目录 ripro
-> assets
-> css
-> diy
.css
添加如下样式
.waveHorizontals
{
width
: 100%;
height
: 20px;
position
: relative
;
overflow
: hidden
;
z
-index
: 1;
background
-color
:#fff
!important
}
.ripro
-dark
.waveHorizontals
{
width
: 100%;
height
: 20px;
position
: relative
;
overflow
: hidden
;
z
-index
: 1;
background
-color
:#181616 !important
}
#waveHorizontal1
{
-webkit
-mask
: url
(../images
/augsc_001
.svg
);
mask
: url
(../images
/augsc_001
.svg
);
animation
-delay
: -2s;
animation
-duration
: 12s;
}
#waveHorizontal1
, #waveHorizontal2
, #waveHorizontal3
{
background
-image
: linear
-gradient
(20deg,#f84270
0,#fe803b
100%)!important
;
}
.ripro
-dark
#waveHorizontal1
{
background
-color
: #f1f1f1
!important
;
}
.ripro
-dark
#waveHorizontal2
{
background
-color
: #f1f1f1
!important
;
}
.ripro
-dark
#waveHorizontal3
{
background
-color
: #f1f1f1
!important
;
}
.waveHorizontal
{
width
: 200%;
height
: 100%;
display
: block
;
position
: absolute
;
left
: 0;
bottom
: 0;
background
-repeat
: repeat
-x
;
background
-position
: left
bottom
;
background
-size
: 350px 100%;
transform
-origin
: 0 100% 0;
animation
-name
: move
;
animation
-timing
-function
: linear
;
animation
-iteration
-count
: infinite
;
}
@keyframes
move
{0%{transform
:translate
(-175px,0px) scale
(1,1)}50%{transform
:translate
(-87px,0px) scale
(1,0.5)}100%{transform
:translate
(0px,0px) scale
(1,1)}}
#waveHorizontal2
{
-webkit
-mask
: url
(../images
/augsc_002
.svg
);
mask
: url
(../images
/augsc_002
.svg
);
animation
-delay
: -2s;
animation
-duration
: 5s;
}
#waveHorizontal3
{
-webkit
-mask
: url
(../images
/augsc_003
.svg
);
mask
: url
(../images
/augsc_003
.svg
);
animation
-delay
: -1s;
animation
-duration
: 3s;
}
第三步:主题目录 ripro
-> assets
-> images
,将下载的文件放入此文件夹中。
转载请注明:汇站网 » ripro主题下部的波浪WordPress美化教程