@import 'common.scss';

.search {
    height: 36px;
    margin-top: 20px;
    line-height: 36px;
    .search-input {
        height: 36px;
        input {
            height: 100%;
            box-sizing: border-box;
            &.search-content {
                width: 198px;
                border:1px solid rgba(211,211,211,1);
                padding-left: 6px;
                font-size: 11px;
            }
            &.search-btn {
                width: 36px;
                height: 36px;
                background: url(./i/search-btn.png) no-repeat center center;
                background-size: 100% 100%;
                border: 0;
                outline: none;
            }
        }
    }
    .btn {
        width: 80px;
        height: 36px;
        margin-left: 26px;
        border-radius:2px;
        border: 0;
        outline: none;
        &.export {
            background: #ED322A;
            color: #ffffff;
        }
        &.prev {
            background: #ffffff;
            border: 1px solid rgba(158,158,158,1);
        }
    }
    .mes {
        span {
            color: #333333;
            font-weight: bold;
        }
    }
}

.edit, .delete {
    padding: 0 10px;
}
.edit {
    border-right: 1px solid rgba(218,218,218,1);
}