显示元素divs flex可以水平继续

时间:2018-08-21 17:28:29

标签: html css

你好,我有这种具有flex属性的垂直DIV结构(两个或多个“ Row” -subtab-),而在其他flex DIV内部则类似于cols(5个元素或多或少-box-)。

CSS:

var cache = NSCache<NSString, NSString>()
 if let text = cache.object(forKey: idText as NSString) {
            yourtext = text
        }else{
  let stories = storyNames.compactMap {
        story in
        return Bundle.main.url(forResource: storyName, withExtension: "txt")
       cache.setObject(stories, forKey: idText as NSString)

}

我遇到问题:当最大宽度:1000px时,我想每行显示三个框(cols),宽度为33.33%,表格的其余所有部分都是灵活的-边框不会折叠,一个边框和垂直对齐方式类似于看起来像这样: enter image description here

0 个答案:

没有答案