已采纳回答 / chuanwei
img.bg { min-height: 100%; min-width: 1024px; width: 100%; height: auto !important; height: 100%; position: fixed; top: 0; left: 0; z-index:1; }...
2015-01-27
已采纳回答 / 康振宁
这里是一个让文本垂直居中的小技巧:line-height与height设置一至。如本例中height:50px那么line-height:50px,也设置50px。
2015-01-24