边框间距 | border-spacing (Miscellaneous Level 2) - CSS 中文开发手册 - Break易站

  •   CSS 中文开发手册

    边框间距 | border-spacing (Miscellaneous Level 2) - CSS 中文开发手册

    border-spacing

    border-spacingCSS属性指定相邻的边之间的距离<table>的区块。此属性时才适用border-collapse的separate。

    /* <length> */
    border-spacing: 2px;
    
    /* horizontal <length> | vertical <length> */
    border-spacing: 1cm 2em;
    
    /* Global values */
    border-spacing: inherit;
    border-spacing: initial;
    border-spacing: unset;

    border-spacing值也适用于表格的外层边框上,即表格的边框和第一行的、第一列的、最后一行的、最后一列的单元格之间的间距,是由表格相应的(水平的或垂直的) 边框间距和相应的(上,右,下或左)内边距之和。

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

    posted on 2020-07-04 10:08  MrAit  阅读(482)  评论(0编辑  收藏  举报

    导航