scss 水平导航列表(在“ul”选择器中使用)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 水平导航列表(在“ul”选择器中使用)相关的知识,希望对你有一定的参考价值。

@mixin navigation-list {
    list-style-type:none;
    padding:0;
    margin:0;
    overflow:hidden;
    > li{
        display:block;
        float:left;
        &:last-child{
            margin-right:0px;
        }
    }
}

以上是关于scss 水平导航列表(在“ul”选择器中使用)的主要内容,如果未能解决你的问题,请参考以下文章

水平对齐父 div 中的 UL 项目,两边都没有空格?

bootstrap中导航导航栏表单及自定义表单

<ul> 水平导航栏...垂直对齐元素

<ul> 水平导航栏...垂直对齐元素

水平 ul 导航与右侧对齐

在 jQuery 选择器中使用 jQuery 对象