From b0fa87e96bcd588c23a719b9d4e20586679c7a25 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 21 Nov 2017 10:54:12 +0800 Subject: [PATCH] index api 列表 --- css/libCss/common.css | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- index.html | 275 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 333 insertions(+), 3 deletions(-) diff --git a/css/libCss/common.css b/css/libCss/common.css index 17a6ddf..4288bbe 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -280,4 +280,63 @@ 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; +} + + + + + + + + + + + + + diff --git a/index.html b/index.html index 8cea2cf..115ab10 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ API 列表