﻿.layui-table tr td[action] button {
    display: none;
}

.layui-table tr td:last-child button {
    display: none;
}

#div_actionbtnbar_main {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.actionbtnbar_jiao, #actionbtnbar_kuang {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    margin-right: -10px;
    color: rgb(0, 150, 136);
}

#actionbtnbar_kuang {
    height: 100%;
    top: 13px;
    width: 10px;
}

#div_actionbtnbar {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: -1px 1px 5px #999;
    border-radius: 5px;
    width: 120px;
    z-index: 4;
}

    #div_actionbtnbar button {
        width: 120px;
        margin: 0px;
        border-radius: 0px;
    }

        #div_actionbtnbar button + button{
            border-top:1px solid #fff;
        }

        #div_actionbtnbar button:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #div_actionbtnbar button:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.actionbtnbar-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    background-color: rgb(0, 150, 136);
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 2px;
}
