18
A
答えて
31
はあなたが100%の幅に:first-child
を設定し、お子様のflex: 1
から:not(:first-child)
の残りことができます。 multiplelines上に置くには、コンテナにflex-wrap: wrap
を使用します。
.container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background: #e2eaf4;
padding: 10px;
}
.child {
display: inline-block;
font-family: "Open Sans", Arial;
font-size: 20px;
color: #FFF;
text-align: center;
background: #3794fe;
border-radius: 6px;
padding: 20px;
margin: 12px;
}
.child:first-child {
width: 100%;
}
.child:not(:first-child) {
flex: 1;
}
<div class="container">
<div class="child">Child</div>
<div class="child">Child</div>
<div class="child">Child</div>
</div>
6
あなたの最初の項目にwidth: 100%;
を追加します。他の人はflex: 1;
です。
.flex {
display: flex;
flex-wrap: wrap;
}
.flex-item:not(:first-child) {
flex: 1;
}
.flex-item:nth-child(1) {
width: 100%;
}
/* Styles just for demo */
.flex-item {
background-color: #3794fe;
margin: 10px;
color: #fff;
padding: 20px;
border-radius: 5px;
}
<div class="flex">
<div class="flex-item">
Child
</div>
<div class="flex-item">
Child
</div>
<div class="flex-item">
Child
</div>
</div>
関連する問題
- 1. フレックスボックスの最初の行
- 2. CSS:フレックスボックス最初の子は左に、残りはセンター
- 3. 最初のフレックスボックスの子は2行目に成長しません
- 4. 最初の子の子孫
- 5. フレックスボックスを使用した全角と複数の列
- 6. 角4のフレックスボックスの問題
- 7. フレックスボックスの子供の子供のオーバーフロー
- 8. フレックスボックスの子オーバーフロー親IEで指定された最大高さ
- 9. 最初の子なし
- 10. Css3 - 最初の子と最後の子のセレクタの問題
- 11. プロパティバインディングの角度安全ナビゲーション演算子
- 12. N番目の子CSSのターゲット最後と最初の3子
- 13. 最初と最後のデバウンス演算子
- 14. 角度のある素材のフレックスボックス
- 15. jqueryクラスで最初の子を選択
- 16. jQueryの:要素の最初の子要素の最初と最後の部分
- 17. :最初の子と:最後の子が2
- 18. css、最初の子と最後の子を選択する
- 19. 角2の最初のオプションを選択
- 20. 垂直フレックスボックスの子供の幅の幅
- 21. jqueryの内の最初の子
- 22. 最小スクロールバーと子divでフレックスボックスを作成する方法
- 23. XSLT後の子ノードで最初の子ノード値を使用
- 24. 子どものフレックスボックス親のフィットテキストコンテンツ
- 25. フレックスボックスの異なるサイズの子供
- 26. フレックスボックスの高さは、最初の列の内容に基づいて
- 27. 要素のない最初/最後の子ですか?
- 28. ReactiveX rx-androidの最初の演算子
- 29. xsltの最初の子ノード名
- 30. 使い方:最初の子供のタグ