From 79e40ad97b6b89465eb34489e15d2a730c322925 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 21 Nov 2017 14:20:43 +0800 Subject: [PATCH] 第三方 --- css/libCss/common.css | 2 +- index.html | 8 ++++---- thirdparty.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 5 deletions(-) create mode 100644 thirdparty.html diff --git a/css/libCss/common.css b/css/libCss/common.css index eda3f43..5d5ec0c 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -84,7 +84,7 @@ nav{ cursor: pointer; } .nav-ul li:nth-of-type(1){ - box-shadow: 0 1px 10px 0 rgba(50,50,50,.2); + box-shadow: 0 -1px 0 rgba(50,50,50,.2); background-color: #f9f9f9; } .nav-ul li:nth-of-type(2){ diff --git a/index.html b/index.html index c5f1b05..bfb58f9 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - 首页 + 任你停 @@ -32,13 +32,13 @@
  • 任你停
  • -
  • +
  • PDA
  • -
  • +
  • 微信服务号
  • -
  • +
  • 第三方
  • diff --git a/thirdparty.html b/thirdparty.html new file mode 100644 index 0000000..4f6b741 --- /dev/null +++ b/thirdparty.html @@ -0,0 +1,61 @@ + + + + + + + + + + + + + 第三方 + + + + + + +
    + +
    + +
    +
    +
    + +
    +
    + <> +
    +
    +
    + + + + + + + + \ No newline at end of file -- libgit2 0.21.4