css边框的各种设定

1.正常边框

div{
    border:solid 1px #ccc
}

2.边框虚线

div{
    border:1px dashed #fff;
}

你可能感兴趣的:(vue.js,音视频,前端)