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

2019-05-28  本文已影响0人  秋天de童话
<!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>
上一篇 下一篇

猜你喜欢

热点阅读