
找到OneNav 主题根目录下footer.php文件
在最下面的</body></html>前面添加如下代码
<div class="waveHorizontals mobile-hide">
<div id="waveHorizontal1" class="waveHorizontal"></div>
<div id="waveHorizontal2" class="waveHorizontal"></div>
<div id="waveHorizontal3" class="waveHorizontal"></div>
</div>第二步:RiPlus主题/RiPro主题目录-> assets -> css -> diy.css 添加下方样式
.waveHorizontals {
width: 100%;
height: 20px;
position: relative;
overflow: hidden;
z-index: 1;
background-color:#25282a !important
}/*background-color:#25282a 背景底色,根据自己的美化选择颜色*/
.ripro-dark .waveHorizontals {
width: 100%;
height: 20px;
position: relative;
overflow: hidden;
z-index: 1;
background-color:#181616 !important
}
#waveHorizontal1 {
-webkit-mask: url(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_001.svg);
mask: url(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_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(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_002.svg);
mask: url(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_002.svg);
animation-delay: -2s;
animation-duration: 5s;
}
#waveHorizontal3 {
-webkit-mask: url(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_003.svg);
mask: url(https://www.mophp.cn/www.mophp.cn/wp-content/themes/riplus-child/assets/images/mophp_003.svg);
animation-delay: -1s;
animation-duration: 3s;
}© 版权声明
本站收集的资源仅供内部学习研究软件设计思想和原理使用,学习研究后请自觉删除,请勿传播,因未及时删除所造成的任何后果责任自负。
如果用于其他用途,请购买正版支持作者,谢谢!若您认为「KKOK.CC」发布的内容若侵犯到您的权益,请联系站长邮箱:ezuw@qq.com 进行删除处理。
本站资源大多存储在云盘,如发现链接失效,请联系我们,我们会第一时间更新。相关文章
暂无评论...



