From e3e092e04c247eeee2cf2080d35b5cd30d180c6c Mon Sep 17 00:00:00 2001 From: Schen00 Date: Mon, 11 Nov 2019 16:44:04 +0800 Subject: [PATCH 1/5] add search and click feature --- index.html | 65 +- package.json | 6 +- src/index.js | 123 +- yarn-error.log | 3351 +++++++++++++++++++++++++++++++++++++++++++++ yarn.lock | 3513 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 7051 insertions(+), 7 deletions(-) create mode 100644 yarn-error.log create mode 100644 yarn.lock diff --git a/index.html b/index.html index 76d2285..3981641 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,35 @@ padding: 10px 20px; } + /* 搜索框位置 */ + #search { + position: absolute; + right: 100px; + top: 20px; + } + + .serachbar {background: #F9F0DA;} + .serachbar input { + border: 2px solid #c5464a; + border-radius: 5px; + background: transparent; + top: 0; + right: 0; + font-size: 16px; + } + .serachbar button { + background: #c5464a; + border-radius: 0 5px 5px 0; + width: 60px; + top: 0; + right: 0; + } + .serachbar button:before { + content: "搜索"; + font-size: 16px; + color: #F9F0DA; + } + #info { position: absolute; right: 10px; @@ -91,6 +120,15 @@

+ + +

口红颜色可视化