Flex 布局gap属性在IPhone7P上适配有问题的解决方案 使用margin替换 // 父布局 .box { margin: -10px; // 抵消边距 } // 子布局 .item { margin: 0 10px; }