本文最后更新于 2022-10-14,已超过 365 天未更新,内容可能已失效。
如果是RiPro主题,请在后天顶部设置添加自定义CSS。其他主题在对应的CSS样式添加。
/*
* LOGO
*/
.logo-wrapper {
position: relative;
font-size:2em;
font-weight:700;
line-height:39px;
overflow:hidden;
margin:0;
}
.logo-wrapper::before{
content:"";
position: absolute;
width: 150px;
height: 10px;
background-color: rgba(255,255,255,.5);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: searchLights 1s ease-in 1s infinite;
animation: searchLights 1s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -90px; top: 0; }
to { left: 90px; top: 0; }
}
除非注明,子佩工作室 文章均为原创,转载请以链接形式标明本文地址。
![riplus子主题-子佩主题2.0.0[送ripro子主题一份]](https://www.helloimg.com/images/2021/01/09/8fb95be2b7c89307dc09f4fb7fc737dc3111a638f80835df.png)



登录后即可发表评论
全部评论 (1)
今天只干成了一件像样的事,那就是看你的文章