因為iphone4 個resolution 有d 唔同
所以有時css 的setting 都會唔到
呢個方就可以令iphone4 食多一張css
<link
rel="stylesheet" type="text/css" href="iphone4.css"
media="only screen and (-webkit-min-device-pixel-ratio: 2)"
/>
或者可以咁
所以有時css 的setting 都會唔到
呢個方就可以令iphone4 食多一張css
<link
rel="stylesheet" type="text/css" href="iphone4.css"
media="only screen and (-webkit-min-device-pixel-ratio: 2)"
/>
或者可以咁
@media only screen and (-webkit-min-device-pixel-ratio: 2 ) {
body{color:red;}
}