给你的网站侧边栏添加一个短横幅

给你的网站侧边栏添加一个短横幅,源码分享

鼠标经过浮动效果

演示:

  • ad
  • ad
  • ad
  • ad
  • 代码:

    <style>
    .index-ad2 {
      width: 100%;
      border-radius: 5px;
      margin-top: 11px;
      position: relative;
    }
    
    .index-ad2 li {
      margin-bottom: 6px;
      position: relative;
      transition: all .3s;
    }
    
    li {
      list-style: none;
    }
    
    .index-ad2 li::before {
        position: absolute;
        content: " AD";
        width: 35px;
        height: 20px;
        background: #007bf5;
        right: 0;
        font-size: 12px;
        bottom: 0;
        color: #fff;
        border-radius: 5px 0 0;
        line-height: 20px;
        text-align: center;
    }
    .index-ad2 li:hover {
      transform: translateY(-5px);
      box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    }
    .index-ad2 li img {
        height: 80px;
        width: 100%;
        border-radius: 5px;
    }
    </style>
    <div class="index-ad2">
      <li>
        <a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank"><img src="https://wp-cdn.4ce.cn/v2/WOx1fM6.png" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  alt="ad"></a>
      </li>
      <li>
        <a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank"><img src="https://wp-cdn.4ce.cn/v2/WOx1fM6.png" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  alt="ad"></a>
      </li>
      <li>
        <a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank"><img src="https://wp-cdn.4ce.cn/v2/WOx1fM6.png" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  alt="ad"></a>
      </li>
      <li>
        <a href="#" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  target="_blank"><img src="https://www.x6d.net/ad/ad.png" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  alt="ad"></a>
      </li>
    </div>
    © 版权声明
    THE END
    喜欢就支持一下吧
    点赞13 分享
    评论 抢沙发

    请登录后发表评论

      暂无评论内容