代理加盟

2023全新代理计划,一站式模板建站,铜牌代理低至699元送终身VIP,独立代理后台,自营贴牌。

您现在的位置: 麦站网 > 站长学院 > 建站教程 >

博客logo图片一闪而过CSS特效

来源:本站原创 发布时间:2019-03-30 00:00:00热度:我要评论(0

麦站模板建站平台(10年经验),服务数万家企业,固定透明报价。域名注册、主机/服务器、网站源码一站式服务。实体公司,专业团队,值得选择!超过1000套模板已登记版权,合规合法建站,规避版权风险!【点击获取方案】

       有朋友问我要秀站网博客的logo图片一闪而过的动态效果,这个其实也是找来的,作为好学的前端,就分享给大家。

一闪而过CSS

       用到了伪类before,CSS3的animation。

<!DOCTYPE html>
<html>
<head>
<title>图片效果</title>
<style type="text/css">
.banner{overflow:hidden;}
.banner img{float:left;width:200px;height:55px;background:none}
.banner img:hover{width:201px;height:56px}
.banner .logo{display:block;float:left;width:200px; height:50px}
.banner .logo:before{
content:"";
position: absolute;
left: -600px;
top: -600px;
width: 200px;
height: 15px;outline:px solid red;
background-color: rgba(255,255,255,.6);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: searchLights 2s ease-in 2s infinite;
-o-animation: searchLights 2.s ease-in 2s infinite;
animation: searchLights 2s ease-in 2s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
</style>
</head>
<body>
 <p class="banner">
  <h1>
   <a href="http://www.vi586.com" class="logo">
    <img src="http://www.vi586.com/images/logo.png" height="54" width="216" alt="秀站网秀站网">
   </a>
  </h1>
 </p>
</body>
</html>

    转载请注明来源网址:https://www.xiuzhanwang.com/news/1384.html

    发表评论

    评论列表(条)

       
      QQ在线咨询
      VIP限时特惠