Browse Source

feat: 首页搜索栏样式更新

dev
jiannibang 3 years ago
parent
commit
31adbd6585
  1. 18772
      pnpm-lock.yaml
  2. BIN
      src/components/DefaultPopup/search.png
  3. 7
      src/components/DefaultPopup/style.scss

18772
pnpm-lock.yaml

File diff suppressed because it is too large

BIN
src/components/DefaultPopup/search.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1007 B

7
src/components/DefaultPopup/style.scss

@ -115,11 +115,12 @@
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #999999;
color: #53c79d;
text-align: left;
background: #f3f4f8;
border: 1px solid #edeff3;
background: #ffffff;
border: 1px solid #53c79d;
box-sizing: border-box;
box-shadow: 4px 8px 16px rgba(123, 213, 92, 0.2);
border-radius: 10px;
padding-left: 14px;
.icon {

Loading…
Cancel
Save