<div > <div > <img alt="" src="/staticassets/images/home/collections/blue/1.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/2.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/3.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/4.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/5.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/6.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/7.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/8.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/9.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/10.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/11.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/12.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/15.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/16.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/17.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/18.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/19.jpeg" /> <img alt="" src="/staticassets/images/home/collections/blue/20.jpeg" /> </div> </div><style>.content{ wIDth:100%;}.rl-images_container{ display: inline-flex;}解决方法 inline-flex中有一个浏览器特定的扩展.你需要做:
display: -webkit-inline-flex;display: -ms-inline-flexBox;display: inline-flex;总结
以上是内存溢出为你收集整理的html – ‘display:inline-flex’属性在safari浏览器中不起作用全部内容,希望文章能够帮你解决html – ‘display:inline-flex’属性在safari浏览器中不起作用所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)