我測試基本佈局:CSS車身寬度不擴展到手機寬度
<html>
<head>
<link type="text/css" rel="stylesheet" href="./../public/css/main.css">
</head>
<body>
</body>
</html>
而且有主體元素的風格
background-color: rgb(255, 0, 0);
color: rgb(51, 51, 51);
display: block;
font-family: 'Segoe UI', Ubuntu, Roboto, 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
font-size: 14px;
height: 1091px;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 100%;
min-width: 1024px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 1024px;
的事情是,我確信,車身寬度會被縮放並適合手機尺寸。但是當我在iPhone 3GS水平滾動條上出現時進行測試。爲什麼寬度不縮放?
爲什麼不使用margin:0;和填充:0;?較少的代碼.. –
將以下元標記添加到您的頭部,以避免用戶可以縮放。' –