如果要固定或粘滯,則需要在頁腳中添加position: absolute;。。添加position: fixed;或position: sticky; * { margin: 0; padding: 0; box-sizing: border-box;}body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; background-color: #fff; color: #000; font-size: 15px; line-height: 1.5;}body { min-height: 100vh; min-height: -webkit-fill-available;}html { height: -webkit-fill-available;}a { color: #262626; text-decoration: none;}ul { list-style-type: none;}.container {}.wrapper { width: 90%; max-width: 1100px; margin: 0 auto; min-height: 85%; flex: 9;}.main-nav { display: flex; align-items: center; justify-content