版權信息用什么類?
footer是HTML5的一個標簽,無需div,你要加也可以。 html: Copyright (C) Home_Travlling 2016-2060, All Rights Reserved TCPICP?041189隨便寫,反正是測試 css: /* 頁腳 */ footer { position: fixed; background-color: rgba(43, 166, 166, 0.5); color: #FFF; bottom: 0; left: 0; right: 0; text-align: center; height: 20px; line-height: 20px; }