您的位置:首页 > 其它

图片定位一个地方

2018-01-05 14:36 134 查看
<style type="text/css">
html,body{
height:100%;}
#box {
width:100%;
height:100%;}
.one{
width:100%;
height:100%;
background:url(images/02.png) no-repeat top center fixed;
background-size:contain;
}
.two{
width:100%;
height:100%;
background:url(images/drinkzeo.png) no-repeat top center fixed;
background-size:contain;}
</style>
</head>

<body>
<div id="box">
<div class="one">1</div>
<div class="two">2</div>
</div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: