You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
2.3 KiB
163 lines
2.3 KiB
html
|
|
{
|
|
box-sizing: border-box;
|
|
overflow: -moz-scrollbars-vertical;
|
|
overflow-y: scroll;
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after
|
|
{
|
|
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
|
|
;
|
|
box-sizing: inherit;
|
|
}
|
|
a{
|
|
color:#00a1ea;
|
|
}
|
|
a:focus, a:hover{
|
|
|
|
}
|
|
body {
|
|
margin:0;
|
|
background: #fafafa;
|
|
}
|
|
.swagger-body {
|
|
padding-top:50px;
|
|
width:80%;
|
|
height:auto;
|
|
overflow:hidden;
|
|
margin:0 auto;
|
|
}
|
|
.swagger-body .body-left{
|
|
width:250px;
|
|
float:left;
|
|
display: list-item;
|
|
}
|
|
.nav-pills>li>a{
|
|
/*border-radius: 0px;*/
|
|
}
|
|
.nav {
|
|
margin-top: 4px;
|
|
}
|
|
.nav .nav>li>a{
|
|
padding-left:30px;
|
|
}
|
|
.nav-left{
|
|
margin:5px;
|
|
width: 240px;
|
|
}
|
|
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
|
|
background-color: #00a1e9;
|
|
}
|
|
.nav-tabs>li{
|
|
float: right;
|
|
}
|
|
.swagger-top{width:100%;height:100px;background:#3C4146;height:86px;}
|
|
.swagger-top .top_bar{
|
|
width:80%;
|
|
margin:0 auto;
|
|
padding-top:32px;
|
|
}
|
|
.nav-top{
|
|
float: right;
|
|
width: 500px;
|
|
margin-top: 14px;
|
|
font-size: 10px;
|
|
}
|
|
.nav-top a:hover{
|
|
background-color: white;
|
|
color: #3C4146;
|
|
}
|
|
.nav_fix{
|
|
width: 240px;
|
|
}
|
|
.link{
|
|
float: left;
|
|
|
|
}
|
|
.link span{
|
|
font-size: 26px;
|
|
color:#EEF4FC;
|
|
}
|
|
.link span span{
|
|
color:#B3BCC7;
|
|
font-size:18px;
|
|
}
|
|
.link capi{
|
|
font-size: 26px;
|
|
color:#B3BCC7;
|
|
}
|
|
.link img{
|
|
margin-top:-10px;
|
|
}
|
|
.top_bar{
|
|
overflow: hidden;
|
|
}
|
|
.toolflag{
|
|
width:500px;
|
|
float:right;
|
|
list-style:none;
|
|
margin-top:10px;
|
|
}
|
|
.toolflag li{
|
|
float:right;
|
|
margin-right:20px;
|
|
}
|
|
.toolflag li a{
|
|
font-size:14px;
|
|
color:#fff;
|
|
font-family:Microsoft YaHei;
|
|
text-underline: none;
|
|
}
|
|
.toolflag li a:hover{
|
|
color:#B3BCC7;
|
|
}
|
|
.leftbar{
|
|
border:1px solid #CCCCCC;
|
|
margin-top:25px;
|
|
border-radius: 7px;
|
|
overflow:hidden;
|
|
list-style:none;
|
|
padding-left:0;
|
|
padding-right:0;
|
|
}
|
|
.leftbar div{
|
|
height:36px;
|
|
margin-left:5px;
|
|
line-height:36px;
|
|
color:#555555;
|
|
}
|
|
.leftbar li{
|
|
height:30px;
|
|
line-height:30px;
|
|
width:100%;
|
|
background:#F2F2F2;
|
|
border-top:1px solid #e1e4e9;
|
|
}
|
|
.leftbar li a{
|
|
color:#4183C4;
|
|
margin-left:20px;
|
|
}
|
|
#overview{
|
|
padding-left:25px;
|
|
padding-right:25px;
|
|
}
|
|
.cls{
|
|
margin-top:40px;
|
|
color:#777;
|
|
}
|
|
.cls h5{
|
|
color:#999;
|
|
}
|
|
.cls h4,h5,pre{
|
|
margin-top:20px;
|
|
}
|
|
.command-line{
|
|
background:#444;
|
|
color:#63E463;
|
|
}
|
|
.command-line .curl-url{
|
|
color:#fff;
|
|
}
|