1 2 3 4 | .container { display : flex; flex- direction : row; } |
1 2 3 4 5 | < div class = "container" > < div class = "item" >Item 1</ div > < div class = "item" >Item 2</ div > < div class = "item" >Item 3</ div > </ div > |
1 2 3 4 5 6 7 8 9 10 11 | .container { display : flex; flex- direction : row; } .item { width : 100px ; height : 100px ; background-color : #f1f1f1 ; margin : 10px ; } |
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com