<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  padding-top: var(--v3-navigationbar-height);
}

#api-detail {
  width: var(--v3-content-width);
  margin: 44px auto;
  background: #fff;
  border-radius: 8px;
  padding: 35px 41px;
  color: var(--v3-base-text-color);
  position: relative;
}

#api-detail::before {
  width: 8px;
  height: 125px;
  background: var(--el-color-primary);
  border-radius: 0 100px 100px 0;
  content: " ";
  position: absolute;
  left: 0;
  top: 32px;
}

#api-detail .info {
  background: rgba(9, 123, 253, 0.05);
  border-radius: 8px;
  border: 1px solid #cedfe9;
  padding: 24px 10px;
}

#api-detail .info a {
  color: #409EFF;
}

#api-detail .info .tips2 {
  background: #ff773e;
  border-radius: 2px;
  color: white;
  padding: 3px 6px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #api-detail {
    width: 95%;
    padding: 16px 13px;
    margin-top: 18px;
    font-size: 14px;
  }

  #api-detail::before {
    width: 4px;
    height: 80px;
    top: 18px;
  }

  #api-detail .tips {
    font-size: 12px;
    margin-top: 20px;
  }

  #api-detail .ft-14 {
    font-size: 12px !important;
  }
}

/*------------------------------------------*/
table {
  border-top: 1px solid #EBEEF5;
  border-left: 1px solid #EBEEF5;
  font-size: 14px;
  color: #606266;
}

table thead {
  color: #909399;
}

table th, table td {
  border-bottom: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  text-align: center;
  overflow: hidden;
  padding: 12px 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 23px;
}</pre></body></html>