/*--=========================================--
 *  提示tips样式
 *  loke 2018-06-28 18:15:31
 *--=========================================--*/

.sui-action-tips {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 50px;
    padding-top: 20px;
    line-height: 50px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    z-index: 1996;
    &.action-info {
        background: #1296db;
    }
    &.action-warn {
        background: #ff9900;
    }
    &.action-error {
        background: #f84545;
    }
}
