首页>页脚

页脚

文章转载,请注明出处 H-ui前端框架,网址http://www.h-ui.net/

HTML SCSS CSS
<footer class="hui-layout-footer">
  <div class="hui-footer">
    <div class="hui-layout-content">
      <nav class="hui-footer-nav">
        <a target="_blank" href="http://www.h-ui.net/aboutHui.shtml">关于H-ui</a>
        <span class="hui-pipe">|</span>
        <a target="_blank" href="http://www.h-ui.net/copyright.shtml">软件著作权</a>
        <span class="hui-pipe">|</span>
        <a target="_blank" href="http://www.h-ui.net/juanzeng.shtml">感谢捐赠</a>
      </nav>
      <p>Copyright &copy;2013-2022 H-ui.net All Rights Reserved. <br>
        <a rel="nofollow" target="_blank" href="http://www.miitbeian.gov.cn/">豫ICP备00000000号-1</a>
      </p>
    </div>
  </div>
</footer>
.hui-footer {
  border-top: 1px solid #E8E8E8;
  padding: 15px 0;
  font-family: tahoma, Arial;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  text-align: center;
  a,
  a:hover {
    color: #999;
  }
}
.hui-footer {
  border-top: 1px solid #E8E8E8;
  padding: 15px 0;
  font-family: tahoma, Arial;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  text-align: center;
}
.hui-footer a,
.hui-footer a:hover {
  color: #999;
}