.bjsj .apis {
  width: 200px;
  border-right: 1px solid #eeeeee;
  line-height: 3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bjsj .apis a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bjsj .apis-content {
  width: calc(100% - 200px - 1px - 20px);
  line-height: 2.5;
  padding-top: 10px;
}
.bjsj .apis-content-params {
  margin-top: 20px;
}
.bjsj .apis-content-response-title {
  margin-top: 10px;
}
.bjsj .apis-content-response {
  background: #eeeeee;
  padding: 20px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (orientation: portrait) {
  .bjsj .apis {
    width: 8rem;
    font-size: 10px;
  }
  .bjsj .apis-content {
    width: calc(100% - 8rem - 1px - 1em);
    font-size: 10px;
  }
  .bjsj .apis-content-response {
    padding: 10px;
  }
}
@media screen and (orientation: landscape) {
  .bjsj .send-request {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bjsj .send-request-left {
    width: calc(100% - 80px - 20px);
  }
  .bjsj .send-request-right {
    width: 80px;
  }
}
@media screen and (orientation: portrait) {
  .bjsj .send-request-right {
    display: block;
    margin-top: 10px;
  }
}/*# sourceMappingURL=bjsj.css.map */