问答详情
源自:13-2 排队显示-流动模型(一)

line-heigeht是用来表示什么的?

#box1{
      width:100px;
      height:100px;
      line-height:100px;
      padding:10px;
      text-align:center;
      border:1px solid red;
}

提问者:小柒丶丶 2016-03-31 19:59

个回答

  • _wY_
    2016-03-31 20:01:58
    已采纳

    表示每行字之间的高度

  • 我选择我承受3116246
    2016-03-31 20:16:27

    line-height 可以调整行间距

    如代码:p{line-height:1.5em}设置段落行间距为1.5个给定元素字体的font-size值(也就是1.5个字体大小的值)

  • 神才飞扬
    2016-03-31 20:07:15

    line-height 表示行间距

  • Michael_YangF
    2016-03-31 20:04:53

    就如同Word文档里的行间距