您好我正在創建一個enewsletter,並試圖調整它的移動時,我的工作在iphone上看它的大小,但我不確定如何調整大小,因爲大量屏幕變體。繼承人到目前爲止得到了什麼。html製作電子郵件適合跨多個移動設備
所以在我我也添加的東西,如果屏幕寬度是一定的大小覆蓋樣式。
@media only screen and (max-device-width: 320px) {
.hide { display: none !important; }
#main_content, #inner_content, .mobwidth { width: 300px !important; }
#content_rows, .mobwidthtext {width:300px !important;}
.banner {height:94px !important;}
.top {height:67px !important;}
.footer {height:109px !important;}
}
@media only screen and (max-device-width: 400px) {
.hide { display: none !important; }
#main_content, #inner_content, .mobwidth { width: 400px !important; }
#content_rows, .mobwidthtext {width:380px !important;}
.banner {height:117px !important;}
.top {height:83px !important;}
.footer {height:136px !important;}
}
+1正準備鏈接相同的網站..寶貴的資源 – ManseUK 2012-03-28 14:19:19