css格式化之后这样显示:
- {
margin: 0;
padding: 0;
}
html {}
body {
font-family: "Microsoft Yahei", "微软雅黑";
background: #FEFEEB url(../images/download/index_bg.png) no-repeat center top;
background-size: 130%;
max-width: 640px;
margin: 0 auto;
overflow-x: hidden;
}
希望显示一行这样:
*{margin:0; padding:0;}
html{}
body{font-family:"Microsoft Yahei", "微软雅黑"; background:#FEFEEB url(../images/download/index_bg.png) no-repeat center top; background-size:130%; max-width:640px; margin:0 auto; overflow-x:hidden;}
Dolly (作者)
谢谢大神,真不错,已经可以了,么么哒~~~
2016-05-21 16:01