美文网首页
边框垂直虚线 实现调整期虚线密度

边框垂直虚线 实现调整期虚线密度

作者: 秋天de童话 | 来源:发表于2019-05-28 19:24 被阅读0次
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style>
        .dot{
            width: 100%;
            height: 100px;
            background-image: linear-gradient(to bottom, red, black, transparent 50%);
            background-size: 1px 6px;
            background-repeat: repeat-y;
        }
    </style>
</head>
<script type="text/javascript">

</script>
<body>
    <div class="dot"></div>
</body>
</html>

相关文章

网友评论

      本文标题:边框垂直虚线 实现调整期虚线密度

      本文链接:https://www.haomeiwen.com/subject/dadjtctx.html