#footer{ /* position: fixed; */ height: 3.125rem; line-height: 3.125rem; /* bottom: 0; left: 0; right: 0; */ } .home--local { text-align:right; } .home--local__text { font-size: 1.125rem; font-weight: 400; color: #333333; padding: 0 1rem 0 0; } /* 当屏幕宽度小于等于 768px 时,应用以下样式 */ @media screen and (max-width: 768px) { /* 移动端样式 */ #footer{ height: auto !important; line-height: 1.5 !important; padding: 1rem 0 !important; background: rgb(237, 242, 250); } .home--local__text{ font-size: .75rem; } }