textarea {
    resize: none !important;
}

.layui-layout-body {
    padding: 10px 30px;
    overflow-y: scroll;
}

.layui-form.edit-form {
    width: 600px;
}

.layui-form.search-form {
    width: auto;
    display: inline-block;
}

.ajax-upload-form {
    display: none;
}

button.upload-image {
    margin: 4px 5px;
    vertical-align: top;
}

img.upload-image {
    max-height: 50px;
}

img.show-image {
    max-height: 25px;
}

img.show-big-image {
    width: 100%;
    height: 100%;
}