首页 教程专区 其它教程
其它教程

其它教程 1

【WordPress-ripro】主题美化LOGO添加闪光效果简单制作纯css代码

将以下代码放入ripro/assets/css/div.css /*LOGO闪光效果开始#www.maduo8.com*/ .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; } } /*LOGO闪光效果结束#www.maduo8.com*/

2021-06-29 1,457
  • 0 +

    访问总数

  • 0 +

    会员总数

  • 0 +

    文章总数

  • 0 +

    今日发布

  • 0 +

    本周发布

  • 0 +

    运行天数

你的前景,远超我们想象