Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

alice-button-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alice-button-dropdown

按钮下拉菜单。

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

ButtonDropdown

按钮下拉菜单样式。

演示

<a class="ui-button ui-button-lorange ui-dbutton ui-dbutton-orange">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
<a class="ui-button ui-button-morange ui-dbutton ui-dbutton-orange">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
<a class="ui-button ui-button-sorange ui-dbutton ui-dbutton-orange">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
<a class="ui-button ui-button-lwhite ui-dbutton ui-dbutton-white">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
<a class="ui-button ui-button-mwhite ui-dbutton ui-dbutton-white">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
<a class="ui-button ui-button-swhite ui-dbutton ui-dbutton-white">
    <span class="ui-dbutton-self">下拉菜单</span>
    <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
</a>
.ui-button-dropdown { height: 120px; }
<div class="ui-button-dropdown">
    <a class="ui-button ui-button-lorange ui-dbutton ui-dbutton-orange">
        <span class="ui-dbutton-self">下拉菜单</span>
        <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
    </a>
    <ul class="ui-button-dropdown-large">
        <li class="ui-button-dropdown-item">
            <a href="#">设置代扣</a>
        </li>
        <li class="ui-button-dropdown-item">
            <a href="#">标为已缴</a>
        </li>   
    </ul>
</div>

<div class="ui-button-dropdown">
    <a class="ui-button ui-button-morange ui-dbutton ui-dbutton-orange">
        <span class="ui-dbutton-self">下拉菜单</span>
        <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
    </a>
    <ul class="ui-button-dropdown-middle">
        <li class="ui-button-dropdown-item">
            <a href="#">设置代扣</a>
        </li>
        <li class="ui-button-dropdown-item">
            <a href="#">标为已缴</a>
        </li>   
    </ul>
</div>

<div class="ui-button-dropdown">
    <a class="ui-button ui-button-sorange ui-dbutton ui-dbutton-orange">
        <span class="ui-dbutton-self">下拉菜单</span>
        <i class="ui-dbutton-arrow iconfont" title="下三角形">&#xF03C;</i>
    </a>
    <ul class="ui-button-dropdown-small">
        <li class="ui-button-dropdown-item">
            <a href="#">设置代扣</a>
        </li>
        <li class="ui-button-dropdown-item">
            <a href="#">标为已缴</a>
        </li>   
    </ul>
</div>

Keywords

按钮菜单

FAQs

Package last updated on 23 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts