This commit is contained in:
ChenQiuYu 2025-05-26 11:55:04 +08:00
parent 0d70e1a7d0
commit 9f04807cb8
2 changed files with 4 additions and 4 deletions

View File

@ -247,14 +247,14 @@ const colosInfo = () => {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
height: 60px; height: 40px;
} }
.bottom { .bottom {
text-align: right; text-align: right;
border-top: 1px solid #EAEAEC; border-top: 1px solid #EAEAEC;
display: flex; display: flex;
height: 58px; height: 50px;
align-items: center; align-items: center;
.search { .search {

View File

@ -172,14 +172,14 @@ const hide = () => {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
height: 60px; height: 40px;
} }
.bottom { .bottom {
text-align: right; text-align: right;
border-top: 1px solid #EAEAEC; border-top: 1px solid #EAEAEC;
display: flex; display: flex;
height: 58px; height: 50px;
align-items: center; align-items: center;
.search { .search {