cn_footerFore.htm 406 B

12345678910111213141516171819
  1. <footer class="ft">
  2. <div class="ft-wrap"></div>
  3. </footer>
  4. <style>
  5. .ft {
  6. height: 375px;
  7. background-color: #151515;
  8. box-sizing: border-box;
  9. }
  10. .ft-wrap {
  11. height: 375px;
  12. background-image: url('https://airsmart-web.oss-cn-shanghai.aliyuncs.com/maoking/maoking_guangwang/footer.png');
  13. background-repeat: no-repeat;
  14. background-size: auto 150%;
  15. background-position: center center;
  16. }
  17. </style>