文章目录
本文最后更新于 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; }
}

 

 

CC 许可协议
署名-非商业性使用-相同方式共享 4.0 国际 了解协议
文章链接:https://zptheme.com/1574.html
本文作者:子佩·来源:子佩工作室

除非注明,子佩工作室 文章均为原创,转载请以链接形式标明本文地址。

相关推荐

登录后即可发表评论

社交账号登录

全部评论 (1)

  • 子佩 幸运儿 · 参与过抽奖活动创始成员 · 站点上线 30 天内注册+2

    今天只干成了一件像样的事,那就是看你的文章

    4 年前