HTML通用的样式
/*document*/
html, body{margin:0px;padding:0px;font-family:"Microsoft Yahei",Arial;font-size:12px;line-height:24px;color:#444444;background:#fff;}
textarea{font-size:12px;}
ul,li,form,dl,dt,dd,p,table,tr,td,textarea,input,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
img{border:0;}
ul{ list-style:none;}
/*使用的是界面背景色平铺的样式*/
body {background:url(bg.jpg) top center no-repeat; background-size:cover;}
background-size:cover;还可以替换成 background-size:contain;使用cover的意思是把背景图片充满整个容器,而不考虑是不是可以看到完整的图片;使用contain的意思是在容器里完整显示图片,而不考虑容器是否被填满。

浙公网安备 33010602011771号