手機端網頁設置了csswidth:100%,但不能顯示完整的問題

這樣的話, 就在PC端用 100%, 手機端就用實際寬度來定義, 這樣就解決了。

.enfooter { width:100%;   }
@media screen and (max-width: 1000px)
{
.enfooter { width:1200px; }
}
相關文章
相關標籤/搜索