feat: 搜索框(部分内容)

This commit is contained in:
chenjinsong
2022-01-23 23:34:51 +08:00
parent 581896bcb8
commit ba341cde24
10 changed files with 1053 additions and 8 deletions

View File

@@ -45,14 +45,14 @@
}
.explorer-search__input {
width: 100%;
max-width: 1200px;
height: 66px;
max-width: 1000px;
height: 40px;
}
.explorer-search__foot {
display: flex;
padding-top: 18px;
width: 100%;
max-width: 1200px;
max-width: 1000px;
justify-content: space-between;
font-weight: bold;