图片垂直居中

//方法一
#box{
width:120px;
height:160px;
border:1px solid red;
position:absolute;
top:50%;
left:50%;
margin-left:-60px;
margin-top:-80px;

}
//方法二
#box{
width:120px;
height:160px;
border:1px solid red;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
posted @ 2018-03-03 16:45  一叶*秋  阅读(166)  评论(0编辑  收藏  举报

博客侧边栏公告广告位招租