首页 > 移动平台 > 详细

移动端居中的办法

时间:2015-12-02 18:13:02      阅读:278      评论:0      收藏:0      [点我收藏+]
<div class="container center">
    <span class="img"></span>
</div>

.container {
    background-color: #eee;
    height: 200px;
}
.img {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: green;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

 

移动端居中的办法

原文:http://www.cnblogs.com/yanwen2015/p/5013597.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!