12345678910111213141516171819 |
- <footer class="ft">
- <div class="ft-wrap"></div>
- </footer>
- <style>
- .ft {
- height: 375px;
- background-color: #151515;
- box-sizing: border-box;
- }
- .ft-wrap {
- height: 375px;
- background-image: url('https://airsmart-web.oss-cn-shanghai.aliyuncs.com/maoking/maoking_guangwang/footer.png');
- background-repeat: no-repeat;
- background-size: auto 150%;
- background-position: center center;
- }
- </style>
|