diff --git a/css/libCss/common.css b/css/libCss/common.css index 17a6ddf..0646c23 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -280,4 +280,169 @@ section{ font-size: 14px; float: left; } -/*API别表----------------------------------------*/ \ No newline at end of file +/*API别表----------------------------------------*/ +.list-con-title{ + height: 44px; + line-height: 44px; + background-color: #f6f6f6; + width: 1092px; +} +.list-con-title li{ + padding-left: 24px; + color: #1f2b3d; + font-size: 14px; + +} +.list-con-title li:nth-of-type(1){ + width: 658px; +} +.list-con-title li:nth-of-type(2){ + width: 434px; +} +.list-con-wrap{ + width: 1092px; + height: 537px; + overflow-y: scroll; +} + +.list-con-wrap li{ + height: 40px; + line-height: 40px; + background-color: #fff; + border-bottom: 1px solid #e5e5e5; + font-size: 14px; +} + +.list-con-wrap li div:nth-of-type(1){ + width: 658px; + padding-left: 24px; + border-right: 1px solid #e5e5e5; + color: #108ee9; +} +.list-con-wrap li div:nth-of-type(1) span{ + cursor: pointer; +} +.list-con-wrap li div:nth-of-type(2){ + width: 434px; + padding-left: 24px; + color: #888990; +} +/*API详情----------------------------------------*/ +.list-detail-wrap{ + height: 581px; + overflow-y: scroll; +} +.list-detail-title{ + font-size: 20px; + margin: 24px 0 12px 0; + color: #000; +} +.list-detail-des{ + font-size: 13px; + color: #626c72; +} +/*url*/ +.list-detail-url{ + font-weight: 500; + background-color: #f6f6f6; + height: 44px; + line-height: 44px; + color: #626c72; + font-size:14px ; +} +.list-detail-url li:nth-of-type(1){ + padding-left: 24px; + width: 200px; +} +.list-detail-url li:nth-of-type(2){ + padding-left: 24px; +} +.list-detail-url-wrap{ + background-color: #fff; + color: #888990; + font-size: 12px; +} +.list-detail-url-wrap li{ + height: 40px; + line-height: 40px; + border-bottom: 1px solid #e5e5e5; +} +.list-detail-url-wrap li div:nth-of-type(1){ + width: 200px; + padding-left: 24px; + border-right: 1px solid #e5e5e5; +} +.list-detail-url-wrap li div:nth-of-type(2){ + padding-left: 24px; +} +/*请求参数*/ +.list-detail-parameter{ + height: 44px; + line-height: 44px; + background-color: #f6f6f6; + font-size: 14px; + color: #626c72; + font-weight: 500; +} +.list-detail-parameter li{ + padding-left: 24px; +} + +.list-detail-parameter li:nth-of-type(1),.list-detail-parameter li:nth-of-type(2),.list-detail-parameter li:nth-of-type(3){ + width: 200px; +} +.list-detail-parameter-wrap li{ + height: 40px; + line-height: 40px; + background-color: #fff; + color: #888990; + font-size: 12px; + border-bottom: 1px solid #e5e5e5; +} +.list-detail-parameter-wrap li div:nth-of-type(1) ,.list-detail-parameter-wrap li div:nth-of-type(2),.list-detail-parameter-wrap li div:nth-of-type(3){ + width: 200px; + border-right: 1px solid #e5e5e5; + padding-left: 24px; +} +.list-detail-parameter-wrap li div:nth-of-type(4) { + padding-left: 24px; +} +/*请求类型*/ +.list-detail-type{ + height: 44px; + line-height: 44px; + background-color: #f6f6f6; + color: #626c72; + font-weight: 500; +} +.list-detail-type li{ + padding-left: 24px; +} +.list-detail-type li:nth-of-type(1),.list-detail-type li:nth-of-type(2){ + width: 200px; +} +.list-detail-type-wrap li{ + height: 40px; + line-height: 40px; + background-color: #fff; + font-size: 12px; + border-bottom: 1px solid #e5e5e5; + color: #888990; +} +.list-detail-type-wrap li div{ + padding-left: 24px; +} +.list-detail-type-wrap li div:nth-of-type(1),.list-detail-type-wrap li div:nth-of-type(2){ + border-right: 1px solid #e5e5e5; + width: 200px; +} + + + + + + + + + + diff --git a/index.html b/index.html index 8cea2cf..9c030ae 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ API 列表