带箭头的面包屑导航栏

html

<ul class="cssNav">
        <li >填写信息</li>
        <li >提交申请</li>
        <li class="active">等待审核</li>
        <li >完成</li>
	</ul>	

css

.cssNav li{  
		    padding: 0px 45px;   
		    line-height: 40px;  
		    background: #50abe4;  
		    display: inline-block;   
		    color: #fff;  
		    position: relative;  
		}
		.cssNav li:after{  
		    content: '';  
		    display: block;  
		    border-top: 20px solid transparent;  
		    border-bottom: 20px solid transparent;  
		    border-left: 20px solid #50abe4;  
		    position: absolute;   
		    right: -19px;   
		    top: 0;  
		    z-index: 10;  
		} 
		.cssNav li:before{  
		    content: '';  
		    display: block;  
		    border-top: 20px solid #50abe4;  
		    border-bottom: 20px solid #50abe4;  
		    border-left: 20px solid #fff;  
		    position: absolute;   
		    left: 0px;   
		    top: 0;  
		}
		.cssNav li:first-child{    
		     border-radius: 4px 0 0 4px;      
		    padding-left: 46px;  
		}   
		.cssNav li:last-child{    
		    border-radius: 0px 4px 4px 0px;    
		    padding-right: 25px;   
		}    
		.cssNav li:first-child:before{    
		    display: none;    
		}
		/*.cssNav li:last-child:after{    
		    display: none;    
		}*/
		/*选中后的样式*/
		.cssNav li.active {  
		    background-color: #ef72b6;  
		}  
		.cssNav li.active:after {  
		    border-left-color: #ef72b6;  
		}
		.cssNav li.active:before {  
		    border-top-color: #ef72b6;
		    border-bottom-color: #ef72b6;  
		} 

效果
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值