Skip to content

Latest commit

 

History

History
83 lines (79 loc) · 3.05 KB

File metadata and controls

83 lines (79 loc) · 3.05 KB
layout default
title 下拉菜单
order 11
published true
category PCUI

下拉菜单 ( 命名空间:hb-dropdown )更新时间:{% timeago 2016-06-07 %}


将下拉菜单触发器和下拉菜单都包裹在 .hb-dropdown 里,或者另一个声明了 position: relative; 的元素。然后加入组成菜单的 HTML 代码。注意:下拉菜单,依耐 widget 下的 dropdown.js

{% example html %}

点击下拉 点击下拉 {% endexample %} 通过添加 `.pull-right` 和 `.pull-left` 可创建左右浮动的下拉

{% example html %} 点击下拉

点击下拉 {% endexample %} 为下拉菜单添加一条分割线,用于将多个链接分组。 {% example html %}

{% endexample %}