From a32c90d20179cfc259d216f04cc9c9844b7fd9ff Mon Sep 17 00:00:00 2001
From: vitamin <934436407@qq.com>
Date: Mon, 6 Apr 2020 16:13:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=C3=A4?=
=?UTF-8?q?=C2=B8=C3=A5=C2=86=E4=BA=9B=E5=AF=BC=E8=88=AA=E7=9A=84=E5=86=85?=
=?UTF-8?q?=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 8 ++++----
static/css/style.css | 9 ++++++++-
2 files changed, 12 insertions(+), 5 deletions(-)
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 */