WordPress-底部可爱底线提示

1.在主题目录—>footer.php的“<footer class….>”上方加入以下代码:

<!--底部可爱底线提示-->
  <div class="app_normal window" style="padding-top:" data-reactroot="">
    <div class="common_container lastpagenotice_noticewrap"><img src="https://www.ekhanhua.com/wp-content/uploads/2021/07/冲鸭.png"
        data-spm-anchor-id="a2ha1.14919748_WEBHOME_GRAY.0.i1">
      <div class="lastpagenotice_text" style="color:#6699FF;font-weight:bold;">我是底线可爱胖!冲鸭~</div>
      <div class="lastpagenotice_line"></div>
    </div>
  </div>

注:文字可自行修改,图片可使用本地图。

图片[1]-WordPress-底部可爱底线提示

2.主题自定义css代码:

/*底部可爱底线提示*/
.lastpagenotice_noticewrap{color:hsla(0, 2.1%, 18.8%, 0.6);}.lastpagenotice_noticewrap img{height:73px; width:88px; margin:0 auto}.lastpagenotice_noticewrap .lastpagenotice_text{display:block; position:absolute; font-size:15px; line-height:20px; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); left:-webkit-calc(50% + 60px); left:calc(50% + 60px)}.lastpagenotice_noticewrap .lastpagenotice_line{width:100%; height:1px; background-color:hsla(0,0%,100%,.05); position:absolute; bottom:0}.app_normal{text-align:center; position:relative}
© 版权声明
THE END
点赞15捐助 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容