您好,欢迎来到爱玩科技网。
搜索
您的当前位置:首页导航样式

导航样式

来源:爱玩科技网

在群里看有小伙伴实现这样的导航,漂亮,记录下:

#nav{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 15px;
    background-color:rgb(24,161,231);
    position:relative;
    display:inline-block;
    width:100px;
    height:30px;
    line-height:30px;
    color:#fff;
    padding-left:10px;
}
#nav:after{
    position:absolute;
    content:"";
    right:0;
    border:15px solid rgb(24,161,231);
    border-right:15px solid #FFFFFF;
}

#nav:before{
    position:absolute;
    content:"";
    left: -30px;
    border:15px solid white;
    border-right:15px solid rgb(24,161,231);
}

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- aiwanbo.com 版权所有 赣ICP备2024042808号-3

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务