自定义border 为 dashed 时的虚线间距

li{
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #009a61 0%, #009a61 50%, transparent 50%);
    background-size: 30px 3px;
    background-repeat: repeat-x;
}

  

效果:

 

posted @ 2018-03-19 17:43  lilelile  阅读(1721)  评论(0)    收藏  举报