@charset "UTF-8";
/*
    项目通用颜色变量
*/
/*
    zIndex层级
*/
/*
    各种字体大小
*/
/*
    字体颜色
*/
/*
    基础路径
*/
[data-v-0fb9d5a9]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #23345E;
  menuHover: #1890FF;
  subMenuBg: #23345E;
  subMenuHover: #1890FF;
  sideBarWidth: 256px;
}
.interfaceDebug[data-v-0fb9d5a9] {
  height: 100%;
  overflow-y: auto;
  margin: 0 5px;
}
.interfaceDebug .interDiv[data-v-0fb9d5a9] {
    margin: 5px 0;
}
.interfaceDebug[data-v-0fb9d5a9] .jsoneditor-poweredBy {
    display: none;
}
.interfaceDebug[data-v-0fb9d5a9] .jsoneditor-vue {
    height: 300px;
}
.interfaceDebug[data-v-0fb9d5a9] .el-select {
    width: 100%;
}
.interfaceDebug[data-v-0fb9d5a9] .el-collapse-item .el-collapse-item__header {
    padding-left: 3px;
    border-bottom: 1px dashed #eff4f7;
}
.interfaceDebug[data-v-0fb9d5a9] .el-collapse-item:nth-last-child(1):not(.is-active) .el-collapse-item__header {
    border-bottom-color: #ffffff;
}
.interfaceDebug .topForm .formDiv[data-v-0fb9d5a9] {
    margin: 0 5px;
}
.interfaceDebug .topForm .formDiv .highlight[data-v-0fb9d5a9] {
      background-color: #00a680;
      border-radius: 3px;
      color: #fff;
      text-align: center;
      padding: 2px 5px;
      margin-right: 2px;
}
.interfaceDebug .topForm .formDiv .clickDiv[data-v-0fb9d5a9] {
      cursor: pointer;
}
.interfaceDebug .requestDiv .activeDiv[data-v-0fb9d5a9] {
    margin: 0 5px;
}
.interfaceDebug .execute[data-v-0fb9d5a9] {
    margin: 5px 0;
}
.interfaceDebug .execute .btn[data-v-0fb9d5a9] {
      text-align: center;
      background-color: #4990e2;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      border: 1px solid #ffffff;
}
.interfaceDebug .execute .btn[data-v-0fb9d5a9]:hover {
        border: 1px solid #4990e2;
}
.interfaceDebug .responseDiv .contentDiv[data-v-0fb9d5a9] {
    margin: 0 5px;
    z-index: 5;
    position: relative;
}
.interfaceDebug .responseDiv .contentDiv .copyDiv[data-v-0fb9d5a9] {
      display: none;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 10;
}
.interfaceDebug .responseDiv .contentDiv .copyDiv .btna[data-v-0fb9d5a9] {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
        border: 1px solid #eff4f7;
        border-top: 0px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 0 5px;
}
.interfaceDebug .responseDiv .contentDiv:hover > .copyDiv[data-v-0fb9d5a9] {
      display: block;
}
.interfaceDebug .responseDiv .contentDiv .content[data-v-0fb9d5a9] {
      overflow: auto;
}

