码迷,mamicode.com
首页 > Web开发 > 详细

行高 | line-height (Animations & Transitions) - CSS 中文开发手册 - Break易站

时间:2020-07-04 01:36:23      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:type   块级元素   for   fir   元素   高度   mat   section   tps   

  • ??CSS 中文开发手册

    行高 | line-height (Animations & Transitions) - CSS 中文开发手册

    line-heightCSS属性设置用于行所需要的空间,如文本。在块级元素上,它指定元素中行框的最小高度.。对于未替换的内联元素,它指定用于计算行框高度的高度。

    /* Keyword values */
    line-height: normal;
    
    /* Unitless values: use this number multiplied
    by the element‘s font size */
    line-height: 3.5;
    
    /* <length> values */
    line-height: 3em;
    
    /* <percentage> values */
    line-height: 34%;
    
    /* Global values */
    line-height: inherit;
    line-height: initial;
    line-height: unset;

    初始值

    normal

    适用元素

    all elements. It also applies to ::first-letter and ::first-line.

    是否是继承属性

    yes

    Percentages

    refer to the font size of the element itself

    适用媒体

    visual

    计算值

    for percentage and length values, the absolute length, otherwise as specified

    Animation type

    either number or length

    正规顺序

    the unique non-ambiguous order defined by the formal grammar

    语法

    line-height属性被指定为以下任何一个:

    转载请保留页面地址:https://www.breakyizhan.com/css/32267.html

    行高 | line-height (Animations & Transitions) - CSS 中文开发手册 - Break易站

    标签:type   块级元素   for   fir   元素   高度   mat   section   tps   

    原文地址:https://www.cnblogs.com/breakyizhan/p/13233310.html

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!