Skip to content

Commit a3a038f

Browse files
LightLight
authored andcommitted
refactor(search): 优化搜索框的样式
1 parent 723c99f commit a3a038f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/css/nav.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141
.search-input {
4242
width: 100%;
4343
height: 50px;
44-
line-height: 50px;
4544
font-size: 16px;
4645
color: #999;
47-
border: none;
4846
outline: none;
49-
padding-left: 45px;
47+
padding: 0 45px;
5048
border: 1px solid #e6e6e6;
5149
border-radius: 10px;
5250
}

0 commit comments

Comments
 (0)