threeperson博客园 IT技术、互联网技术、Java技术分享

html 图片垂直居中 多分辨率适配

### css ``` body{ #不要设置宽高 否则在某些版本webview中无法自适应屏幕尺寸 #width:720px; #height:1280px; margin: 0; } #bg { position: fixed; width: 100%; height:100%; } /* #t

threeperson threeperson 发布于 2018-12-01