如何在flexbox中保留垂直间距?

雷·西普拉

我想创建类似下面的内容。 在此处输入图片说明

很少有垂直间距相等的边框。

经过一些研究,这是我能想到的最好的方法。

#box-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
}

.pattern-box {
  background-color: red;
  border: 5px solid black;
}

.example-box {
  background-color: DeepSkyBlue;
  border: 5px solid black;
}

.practice-box {
  background-color: yellow;
  border: 5px solid black;
}
<div id="box-list">
  <div class="pattern-box">
    <div class="box-type">Pattern</div>
  </div>
  <div class="example-box">
    <div class="box-type">Example</div>
  </div>
  <div class="practice-box">
    <div class="box-type">Practice</div>
  </div>
</div>

它符合我的期望。但是,如果我在其中一个框中插入一长段文本,则会丢失垂直间距。

#box-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
}

.pattern-box {
  background-color: red;
  border: 5px solid black;
}

.example-box {
  background-color: DeepSkyBlue;
  border: 5px solid black;
}

.practice-box {
  background-color: yellow;
  border: 5px solid black;
}
<div id="box-list">
  <div class="pattern-box">
    <div class="box-type">Pattern</div>
    <p>One advanced diverted domestic sex repeated bringing you old. Possible procured her trifling laughter thoughts property she met way. Companions shy had solicitude favourable own. Which could saw guest man now heard but. Lasted my coming uneasy marked
      so should. Gravity letters it amongst herself dearest an windows by. Wooded ladies she basket season age her uneasy saw. Discourse unwilling am no described dejection incommode no listening of. Before nature his parish boy. Folly words widow one
      downs few age every seven. If miss part by fact he park just shew. Discovered had get considered projection who favourable. Necessary up knowledge it tolerably. Unwilling departure education is be dashwoods or an. Use off agreeable law unwilling
      sir deficient curiosity instantly. Easy mind life fact with see has bore ten. Parish any chatty can elinor direct for former. Up as meant widow equal an share least. Another journey chamber way yet females man. Way extensive and dejection get delivered
      deficient sincerity gentleman age. Too end instrument possession contrasted motionless. Calling offence six joy feeling. Coming merits and was talent enough far. Sir joy northward sportsmen education. Discovery incommode earnestly no he commanded
      if. Put still any about manor heard. Village did removed enjoyed explain nor ham saw calling talking. Securing as informed declared or margaret. Joy horrible moreover man feelings own shy. Request norland neither mistake for yet. Between the for
      morning assured country believe. On even feet time have an no at. Relation so in confined smallest children unpacked delicate. Why sir end believe uncivil respect. Always get adieus nature day course for common. My little garret repair to desire
      he esteem. In it except to so temper mutual tastes mother. Interested cultivated its continuing now yet are. Out interested acceptance our partiality affronting unpleasant why add. Esteem garden men yet shy course. Consulted up my tolerably sometimes
      perpetual oh. Expression acceptance imprudence particular had eat unsatiable. Had denoting properly jointure you occasion directly raillery. In said to of poor full be post face snug. Introduced imprudence see say unpleasing devonshire acceptance
      son. Exeter longer wisdom gay nor design age. Am weather to entered norland no in showing service. Nor repeated speaking shy appetite. Excited it hastily an pasture it observe. Snug hand how dare here too. Improve ashamed married expense bed her
      comfort pursuit mrs. Four time took ye your as fail lady. Up greatest am exertion or marianne. Shy occasional terminated insensible and inhabiting gay. So know do fond to half on. Now who promise was justice new winding. In finished on he speaking
      suitable advanced if. Boy happiness sportsmen say prevailed offending concealed nor was provision. Provided so as doubtful on striking required. Waiting we to compass assured. You disposal strongly quitting his endeavor two settling him. Manners
      ham him hearted hundred expense. Get open game him what hour more part. Adapted as smiling of females oh me journey exposed concern. Met come add cold calm rose mile what. Tiled manor court at built by place fanny. Discretion at be an so decisively
      especially. Exeter itself object matter if on mr in. Effect if in up no depend seemed. Ecstatic elegance gay but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered for estimating
      far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners. Article nor prepare chicken you him now. Shy merits say advice ten before lovers innate add. She cordially behaviour can attempted estimable.
      Trees delay fancy noise manor do as an small. Felicity now law securing breeding likewise extended and. Roused either who favour why ham.</p>
  </div>
  <div class="example-box">
    <div class="box-type">Example</div>
  </div>
  <div class="practice-box">
    <div class="box-type">Practice</div>
  </div>
</div>

有什么方法可以在flexbox中保留垂直间距?提前致谢。

阿比舍克·潘迪(Abhishek Pandey)

不确定阻止您使用边距的原因是什么,我已经用上下边距更新了您的代码以显示项目,

如果您想在flex的顶部和底部留出相等的空间,则可以在flex容器中添加填充。

#box-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 200px;
}

.pattern-box {
  background-color: red;
  border: 5px solid black;
}

.example-box {
  background-color: DeepSkyBlue;
  border: 5px solid black;
}

.practice-box {
  background-color: yellow;
  border: 5px solid black;
}
.practice-box,.example-box,.pattern-box{
  margin: 10px 0;
}
<div id="box-list">
  <div class="pattern-box">
    <div class="box-type">Pattern</div>
    <p>One advanced diverted domestic sex repeated bringing you old. Possible procured her trifling laughter thoughts property she met way. Companions shy had solicitude favourable own. Which could saw guest man now heard but. Lasted my coming uneasy marked
      so should. Gravity letters it amongst herself dearest an windows by. Wooded ladies she basket season age her uneasy saw. Discourse unwilling am no described dejection incommode no listening of. Before nature his parish boy. Folly words widow one
      downs few age every seven. If miss part by fact he park just shew. Discovered had get considered projection who favourable. Necessary up knowledge it tolerably. Unwilling departure education is be dashwoods or an. Use off agreeable law unwilling
      sir deficient curiosity instantly. Easy mind life fact with see has bore ten. Parish any chatty can elinor direct for former. Up as meant widow equal an share least. Another journey chamber way yet females man. Way extensive and dejection get delivered
      deficient sincerity gentleman age. Too end instrument possession contrasted motionless. Calling offence six joy feeling. Coming merits and was talent enough far. Sir joy northward sportsmen education. Discovery incommode earnestly no he commanded
      if. Put still any about manor heard. Village did removed enjoyed explain nor ham saw calling talking. Securing as informed declared or margaret. Joy horrible moreover man feelings own shy. Request norland neither mistake for yet. Between the for
      morning assured country believe. On even feet time have an no at. Relation so in confined smallest children unpacked delicate. Why sir end believe uncivil respect. Always get adieus nature day course for common. My little garret repair to desire
      he esteem. In it except to so temper mutual tastes mother. Interested cultivated its continuing now yet are. Out interested acceptance our partiality affronting unpleasant why add. Esteem garden men yet shy course. Consulted up my tolerably sometimes
      perpetual oh. Expression acceptance imprudence particular had eat unsatiable. Had denoting properly jointure you occasion directly raillery. In said to of poor full be post face snug. Introduced imprudence see say unpleasing devonshire acceptance
      son. Exeter longer wisdom gay nor design age. Am weather to entered norland no in showing service. Nor repeated speaking shy appetite. Excited it hastily an pasture it observe. Snug hand how dare here too. Improve ashamed married expense bed her
      comfort pursuit mrs. Four time took ye your as fail lady. Up greatest am exertion or marianne. Shy occasional terminated insensible and inhabiting gay. So know do fond to half on. Now who promise was justice new winding. In finished on he speaking
      suitable advanced if. Boy happiness sportsmen say prevailed offending concealed nor was provision. Provided so as doubtful on striking required. Waiting we to compass assured. You disposal strongly quitting his endeavor two settling him. Manners
      ham him hearted hundred expense. Get open game him what hour more part. Adapted as smiling of females oh me journey exposed concern. Met come add cold calm rose mile what. Tiled manor court at built by place fanny. Discretion at be an so decisively
      especially. Exeter itself object matter if on mr in. Effect if in up no depend seemed. Ecstatic elegance gay but disposed. We me rent been part what. An concluded sportsman offending so provision mr education. Bed uncommonly his discovered for estimating
      far. Equally he minutes my hastily. Up hung mr we give rest half. Painful so he an comfort is manners. Article nor prepare chicken you him now. Shy merits say advice ten before lovers innate add. She cordially behaviour can attempted estimable.
      Trees delay fancy noise manor do as an small. Felicity now law securing breeding likewise extended and. Roused either who favour why ham.</p>
  </div>
  <div class="example-box">
    <div class="box-type">Example</div>
  </div>
  <div class="practice-box">
    <div class="box-type">Practice</div>
  </div>
</div>

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

如何在BASH的FTP命令中保留变量间距?

来自分类Dev

如何使用 css 和 flexbox 修复输入的垂直间距

来自分类Dev

如何在树枝中保留双引号?

来自分类Dev

如何在Eclipse中保留运行配置?

来自分类Dev

如何在tesseract中保留文档结构

来自分类Dev

如何在MongoDB中保留订单?

来自分类Dev

如何在RecyclerView中保留ViewPager状态?

来自分类Dev

如何在Service Worker中保留数据

来自分类Dev

如何在bash参数中保留引号?

来自分类Dev

如何在硒中保留登录状态

来自分类Dev

如何在Kotlin中保留登录令牌?

来自分类Dev

如何在Longhorn中保留PersistenceVolume

来自分类Dev

如何在变量中保留'/'字符?

来自分类Dev

如何在DataTable中保留固定列?

来自分类Dev

如何在函数中保留计数值?

来自分类Dev

芹菜-如何在日志中保留'None'

来自分类Dev

如何在Ditto中保留“永久”剪辑

来自分类Dev

如何在Eclipse中保留运行配置?

来自分类Dev

如何在Webform中保留对象

来自分类Dev

如何在SVN中保留内容

来自分类Dev

如何在Flurl HttpClient中保留标题

来自分类Dev

Angularjs 如何在函数中保留 url?

来自分类Dev

如何在Clojure中保留对象列表?

来自分类Dev

如何在Flexbox中的图像之间增加间距

来自分类Dev

给包装好的Flexbox项目垂直间距

来自分类Dev

如何在RichEdit中保存然后恢复垂直滚动位置

来自分类Dev

如何在继承的Redux存储中保留继承信息?

来自分类Dev

如何在BeautifulSoup.contents中保留空格

来自分类Dev

如何在MVC中保留复选框列表