div { margin:20px; } .box1 { height:100px; width:400px; background-color:#3c3c3c; border-top:10px solid; border-image:linear-gradient(to right,red,green,red) 10 10; } .box2 { height:100px; width:400px; background-color:#3c3c3c; border-top:10px solid; border-bottom:10px solid; border-image:linear-gradient(to right,red,yellow,red) 10 10; }
用来设置多彩的边框,简单易用