请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

line-height

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
    <style>
      body {
        margin: 0;
      }
      .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 6px;
      }
      .item {
        height: 100px;
        padding: 6px;
        width: 33.3%;
        box-sizing: border-box;
      }
      .content {
        width: 100%;
        height: 100%;
        font-size: 30px;
        line-height: 1;
        text-align: center;
      }
    </style>
  </head>
  <body>
    <div class="container">
      <div class="item">
        <div class="content">
          <span>我爱丽丽</span>
        </div>
      </div>
      <div class="item">
        <div class="content"></div>
      </div>
      <div class="item">
        <div class="content"></div>
      </div>
      <div class="item">
        <div class="content"></div>
      </div>
    </div>
  </body>
</html>

老师 ,为啥这个line-height设置为1就不能居中对齐啊 非得设置为多少px才可以,百分比也不行

正在回答

1回答

line-height 的参数介绍

https://img1.sycdn.imooc.com/szimg/5f157f2809f1640707440193.jpg

number 和 % 都是基于字体大小的,不是基于内容高度的

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信