子比美化-文章底部版权声明样式【文章版权】

温馨提示:本文最后更新于2024-11-06 16:33:04,某些文章具有时效性,若有错误或已失效,请联系星雨站长

前言

今天给大家带来两款文章版权声明样式,第一款是之前在筱信日记扒的,第二款是扒的洪哥的,感觉都很不错,喜欢的可以自取!

注:第二款我只适配了子比主题,其它主题请自行修改适配!

演示效果

第一款

d2b5ca33bd20241106161155

第二款

d2b5ca33bd20241106161258

部署代码

第一款

<div class="posts-copyright"><section id="author" class="author  with-avatar section">
  <div class="info">
    <p _msttexthash="1502586285" _msthash="58">网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
      <br>分享是一种美德,当你分享时请你附带上本文链接。
      </p>
    <div class="social">
      <a href="http://wpa.qq.com/msgrd?v=3&amp;uin=1502586285&amp;site=qq&amp;menu=yes" class="qq" target="_blank" rel="nofollow noopener">
        <i class="fa fa-qq">
        </i>
      </a>
      <a href="mailto:1502586285@qq.com" class="email" title="Follow me on Twitter" target="_blank" rel="nofollow noopener">
        <i class="fa fa-envelope">
        </i>
      </a>
      <a href="" class="WeChat" title="Follow me on Facebook" target="_blank" rel="nofollow noopener">
        <i class="fa fa-wechat">
        </i>
      </a>
    </div>
  </div>
  <div class="clear">
  </div>
</section>
<style>#author {
                padding: 30px;
                position: relative;
                z-index: 1;
                text-align: center;
                background: linear-gradient(135deg, #ff005f91 10%, #0097ff 100%);
                color: #fff;
                margin-top: 15px;
                border-radius: 15px
            }

            #author div.avatar {
                position: absolute;
                left: 50%;
                top: 0;
                z-index: 2;
                width: 88px;
                margin: -44px 0 0 -44px
            }

            #author div.avatar a {
                display: block;
                border-radius: 50%;
                overflow: hidden;
                border: 4px solid #00BEC1
            }

            #author div.avatar img {
                display: block
            }

            #author #single.fullcover .featured-image .top,#author div.info,#single.fullcover .featured-image #author .top {
                font-size: 16px;
                max-width: 75%;
                margin: 0 auto
            }

            #author div.social {
                margin-top: 15px
            }

            #author div.social a {
                display: inline-block;
                margin: 0 12px;
                color: #fff;
                font-size: 22px
            }

            #author div.social a:hover {
                -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                transform: translateY(-2px)
            }

            #author .author-name {
                margin-top: 35px;
                margin-bottom: 20px;
                line-height: 1
            }

            #author #single #comments.hosted .comment .comment-author,#author .author-name a,#author .title,#author .wpcf7 label,#single #comments.hosted .comment #author .comment-author,.wpcf7 #author label {
                color: #fff
            }
</style></div>

第二款

© 版权声明
THE END
喜欢就支持一下吧!
点赞31赞赏 分享