赞
踩
- /*父级*/
- .location-box{
- flex:1;
- background:#fff;
- display:flex;
- flex-wrap:wrap; /*换行*/
- }
-
- /*子级*/
- .location-box .one-item{
- display:flex;
- width:19%;
- height:15%;
- margin:0.5%;
- align-items:center;
- justify-content:center;
- background:#ccc;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。