今天搞页面调试
让图片居中显示,并且固定原大小不变形
<div class="background"> <div style="background: url(/css/images/gssg.jpg) center no-repeat;height:139px;"></div> </div>
在css中设置 .background:{width:100%;margin:auto; }
页面横向没有滚动条
在css中 html{overflow-x:hidden;}
本文共 285 字,大约阅读时间需要 1 分钟。
今天搞页面调试
让图片居中显示,并且固定原大小不变形
<div class="background"> <div style="background: url(/css/images/gssg.jpg) center no-repeat;height:139px;"></div> </div>
在css中设置 .background:{width:100%;margin:auto; }
页面横向没有滚动条
在css中 html{overflow-x:hidden;}
转载于:https://my.oschina.net/yueguanqun/blog/265721