/*--=========================================--
 *  顶部导航样式
 *  loke 2018-06-27 17:23:19
 *--=========================================--*/

.sui-action-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    overflow: hidden;
    background: #333333;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sui-action-bar .action-panel {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    a {
        text-decoration: none !important;
    }
    .actionbar-prefix {
        .actionbar-backbtn {
            display: flex;
            padding: 0 10px;
            height: 50px;
            align-items: center;
            justify-content: center;
            >i {
                font-size: 20px;
            }
            &:active {
                background: rgba(0, 0, 0, .3);
            }
        }
    }
    .actionbar-title {
        flex: 1;
    }
    .actionbar-suffix {

    }
}

.sui-action-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 55px;
    background: #f2f2f2;
    overflow: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sui-action-tabbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
