scss 布尔玛导航下拉列表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 布尔玛导航下拉列表相关的知识,希望对你有一定的参考价值。
.has-dropdown {
display: relative;
.dropdown {
display: none;
position: absolute;
background-color: $white-bis;
padding: 14px;
border: 1px solid $grey-lighter;
border-radius: $radius;
margin-right: 0;
margin-left: 12px;
a {
display: block;
text-align: left;
color: $text-light;
&:hover {
color: $text-strong;
}
}
}
a.nav-item {
height: 52px;
}
&:hover .dropdown {
display: block;
}
&.is-rtl {
direction: rtl;
.dropdown {
margin-right: 12px;
margin-left: 0;
a {
text-align: right;
}
}
}
}
// <div class="nav-right nav-menu">
// <div class="has-dropdown is-rtl">
// <a class="nav-item" href="#">Admin</a>
// <div class="dropdown">
// <a href="#">Accounts</a>
// <a href="#">Projects</a>
// <a href="#">Users</a>
// </div>
// </div>
// </div>
以上是关于scss 布尔玛导航下拉列表的主要内容,如果未能解决你的问题,请参考以下文章
布尔玛卡片的 CSS 样式
text 布尔玛使用Css
text 布尔玛登录表格
markdown 布尔玛响应网格偏移修改器。
布尔玛汉堡菜单不显示项目
列底部的布尔玛对齐按钮