登录注册进度完成样式特效

登录注册进度完成样式特效

代码:

<html lang="zh-CN">
<head>
    <style type="text/css">
        #step span{
            height:40px;
            width:28%;
            float:left;
            margin-right:42px;
            background:#dde1e9;
            position: relative;
            line-height:40px;
            font-size:20px;
            padding-left:10px;
        }
        #step .one:after,#step .two:after{
            width: 0;
            height: 0;
            content:' ';
            border-top: 20px solid transparent;
            border-left: 20px solid #dde1e9;
            border-bottom: 20px solid transparent;
            border-right: 20px solid transparent;
            position: absolute;
            right: -40px;
            top: 0;
        }
        #step .two:before,#step .three:before{
            width: 0;
            height: 0;
            content:' ';
            border-top: 20px solid #dde1e9;
            border-right: 20px solid #dde1e9;
            border-left: 20px solid transparent;
            border-bottom: 20px solid #dde1e9;
            position: absolute;
            left: -40px;
            top: 0;
        }
       #step .active{
           background: #e6af0d;
           border-color: #e6af0d;
       }
       #step .active:before{
          border-top-color:#e6af0d;
            border-right-color: #e6af0d;
            border-left-color: transparent;
            border-bottom-color: #e6af0d;
       }
        #step .active:after{
           border-top-color:transparent;
            border-left-color:#e6af0d;
            border-bottom-color:transparent;
            border-right-color:transparent;
       }
    </style>
</head>
<body>
<div id="step">
<span class="one ">1 填写账号信息</span>
<span class="two active">2 验证账户信息</span>
<span class="three ">3 注册成功</span>
</div>
</body>
</html>

效果:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值