diff --git a/index.html b/index.html index d50f699..5928d48 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ - + @@ -94,7 +94,7 @@
  • 豆瓣
  • 产品经理
  • 产品壹佰
  • -
  • 只言片语
  • +
  • 只言片语
  • @@ -121,7 +121,7 @@
  • 网易
  • 少数派
  • 谷歌镜像
  • -
  • GitHub
  • +
  • 小仙女博客
  • Coding
  • 酷软清单
  • @@ -166,7 +166,7 @@

    -

    Copyright © 2019 Hosted by 只言片语

    +

    Copyright © 2019 Hosted by 只言片语

    diff --git a/static/css/style.css b/static/css/style.css index 5bd9563..7091cfb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -226,15 +226,22 @@ textarea { width: 123px; height: 54px; line-height: 26px; - background: url("./img/search.png") #1890ff 48px center no-repeat; + /* background: url("./img/search.png") #1890ff 48px center no-repeat; */ + background-color: #1890FF; + /* background-image: url("./img/search.png"); + background-size: 48px; */ + background-repeat: no-repeat; + background-position: center; -webkit-background-size: 35px 35px; background-size: 35px 35px; color: #fff; font-size: 18px; + font-weight: 500; text-align: center; font-family: Roboto; border: 1px solid #1890ff; cursor: pointer; + background: linear-gradient(90deg,#1890FF,#455bfb); } /* 搜索框 end */