移動WEB—如何解決當header和footer的fixed布局的方法

來源:互聯網
上載者:User

標籤:fixed   pos   containe   解決   sas   osi   ade   header   head   

1、html代碼

 1  <body> 2      <div class="header"> 3      </div> 4        5      <!-- header佔位元素 --> 6      <div class="header-place"></div> 7      <!-- header佔位元素-end --> 8            9      <div class="container">10      </div>11  12      <!-- footer佔位元素 -->13      <div class="footer-place"></div>14      <!-- footer佔位元素-end -->15          16      <div class="footer">17      </div>18  </body>

2、scss(sass)代碼

 1 $header_height:4rem; 2 $footer_height:5rem; 3  4 .header{ 5     width: 100%; 6     height: $header_height; 7     line-height: $header_height; 8     position:fixed; 9     z-index:999;10 }11 12 .header-place{13     width: 100%;14     height: $header_height;15     line-height: $header_height;16 }17 18 .footer{19     width: 100%;20     height: $footer_height;21     position: fixed;22     z-index:999;23 }24 25 .footer-place{26     width: 100%;27     height: $footer_height;28 }

 

移動WEB—如何解決當header和footer的fixed布局的方法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.