简介
为logo增加一个扫光特效,添加以下css,详情见本站,其他主题自测。
对比图
未使用
![图片[1]-wordpress_子比主题logo扫光效果-小白资源博客](https://img.yxyp.cc/2023/09/20230907101619237.png!/format/webp/lossless/true)
已使用
![图片[2]-wordpress_子比主题logo扫光效果-小白资源博客](https://img.yxyp.cc/2023/09/20230907101653668.png!/format/webp/lossless/true)
代码
/* 网站顶部Logo扫光 */
.navbar-brand{position:relative;overflow:hidden;margin: 0px 0 0 0px;}.navbar-brand:before{content:""; position: absolute; left: -665px; top: -460px; width: 200px; height: 15px; background-color: rgba(255,255,255,.5); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: searchLights 6s ease-in 0s infinite; -o-animation: searchLights 6s ease-in 0s infinite; animation: searchLights 6s ease-in 0s infinite;}@-moz-keyframes searchLights{50%{left: -100px; top: 0;} 65%{left: 120px; top: 100px;}}@keyframes searchLights{40%{left: -100px; top: 0;} 60%{left: 120px; top: 100px;} 80%{left: -100px; top: 0px;}}
/* 网站顶部Logo扫光 */
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容