@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#app {
  height: 100%;
}

/** 文档 **/
.pointer {
  cursor: pointer;
}

.h-sort {
  cursor: move;
}

.table-filter .search-form-bar {
  margin-top: 18px;
}
.table-filter .el-button {
  margin-right: 10px;
}
.table-filter .right {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.custom-table {
  width: 100%;
}

.text-red {
  color: red;
}

.text-gray {
  color: #CCCCCC;
}

.inline-desc .line .t {
  display: inline-block;
  width: 45px;
  text-align: right;
  color: #A5A7AA;
}

.custom-table {
  width: 100%;
}

.human-box {
  cursor: pointer;
}

.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/** 20210115 文档 **/
.test-form p {
  margin: 0;
  font-size: 12px;
  color: #ccc;
}

.doc-container {
  display: flex;
  width: 100%;
}
.doc-container .doc-left {
  padding: 10px;
  flex: 0 0 200px;
}
.doc-container .doc-right {
  padding: 10px;
  flex: 1;
}

.api-names {
  margin-left: 0;
  padding: 0;
}
.api-names li {
  list-style: none;
  font-size: 14px;
  padding: 5px 0;
  cursor: pointer;
}

.api-title {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  height: 30px;
  margin-bottom: 10px;
}

.is-fixed {
  position: fixed;
  top: 10px;
  z-index: 999;
}

.left-title {
  font-weight: bold;
}

pre {
  border: 1px solid #DCDFE6;
  padding: 5px;
  border-radius: 4px;
  max-width: 900px;
}

.string {
  color: green;
}

.number {
  color: darkorange;
}

.boolean {
  color: blue;
}

.null {
  color: magenta;
}

.key {
  color: red;
}

.bm {
  border-top: 1px solid #409EFF;
  border-bottom: 1px solid #409EFF;
  padding: 5px 0;
  margin: 5px 0;
}

.long_table {
  word-wrap: normal;
  overflow-x: auto;
}

.long_table::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.long_table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.long_table::-webkit-scrollbar-thumb:hover {
  background-color: rgba(168, 151, 151, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.test-header {
  height: auto;
}

.test-header a{
  text-decoration: none;
}
.test-header a:hover, a:visited, a:link, a:active {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
