flex-wrap在iphone5中不起作用(ios 8)

时间:2016-07-14 03:46:25

标签: css css3 safari flexbox

我想使用flexbox wrap来设置一个简单的网格系统。 css是:

.gridlayout__list {
   display: flex;
   flex-wrap: wrap;
  .gridlayout__item {
     flex: 1 0 49%; //这里留1%给边距
     min-width: 150px;
   }
}

PS:我使用post-css自动生成前缀

在iphone 6中效果很好:

enter image description here

但是在iphone 5中,它不起作用:

enter image description here

0 个答案:

没有答案