小米定位

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">

.box{
width: 1226px;
height: 460px;
position: relative;
}
.pic{
position: absolute;
left:0;
top: 0;
}
.left{
position: absolute;
left: 250px;
bottom:180px;
}
.right{
position: absolute;
right:0;
bottom:180px;
}
</style>
</head>
<body>
<div class="box">
<img src="111.jpg" alt="">
<div class="pic"><img src="xiaom_left.png" alt=""></div>
<div class="left"><img src="left.png" alt=""></div>
<div class="right"><img src="right.png" alt=""></div>
</div>
</body>
</html>

posted @ 2017-03-04 06:59  行走de猫  阅读(220)  评论(0编辑  收藏  举报