/* --------------------------------------------------
/*  自定义后台扩展样式，需要在加载 console.css 后载入
/*  使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */
.examine-pop-tab pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.examine-pop-tab pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.examine-pop-tab>.layui-layer-content{
    position: absolute;
    width: 100%;
}
.examine-pop-tab>.layui-layer-btn{
    position: absolute;
    bottom: 0;
    right: 0;
}

.notice-class{
    white-space: pre-line;
    word-wrap: break-word;
}

.layui-form-selected dl {
    min-height: 300px;
}