﻿body {background-color: #f3f7fa;}
/* 折叠面板 */
.layui-collapse {border-width:0px; border-style:none;}
.layui-colla-content, .layui-colla-item {border-top-style:none;}
.layui-colla-content {padding:0;}
.layui-colla-icon {left:unset; top:0; right:15px;}
/*内容里面p标签字数超过宽度自动换行*/
.layui-colla-content .layui-table td,.layui-colla-content .layui-table th {word-wrap: break-word;word-break: break-all;}
/*清除表单标题处的固定宽度*/
.layui-form-pane .layui-form-label {width: 150px;}
.layui-form-pane .layui-input-block {margin-left: 150px;}
.layui-nav .layui-nav-item a {color: #ffffff; font-weight: bold;}
.site-h1 {margin-bottom: 0; line-height: 60px; padding-bottom: 0px; border-bottom:none; color: #393D49; font-size: 24px;    font-weight: 300;}
.subtitle {border-bottom: 1px solid #eee; line-height: 30px;}
#jsonPre{float:left;width:98%;padding:5px;overflow:scroll}
.string{color:green}
.number{color:#ff8c00}
.boolean{color:#00f}
.null{color:#ff00ff}
.key{color:red}