For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/api/css/properties/border.md.
Lynx
  • 简体中文
  • border

    介绍

    用于设置所有边框相关样式,该属性可按顺序设置 border-width、border-style、border-color。

    使用示例

    语法

    /* style */
    border: solid;
    
    /* width | style */
    border: 2px dotted;
    
    /* style | color */
    border: outset #f33;
    
    /* width | style | color */
    border: medium dashed green;

    取值

    可按如下顺序设置:

    形式定义

    初始值空值
    适用元素all elements
    是否支持继承no
    是否支持动画no

    形式语法

    <line-width> || <line-style> || <color>
    where
    <line-width> = <length> | thin | medium | thick
    <line-style> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset
    

    与 Web 的区别

    不支持 inherit、initial、revert、unset 等

    兼容性

    LCD tables only load in the browser

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。