no message

This commit is contained in:
A1300399510 2024-12-18 15:17:58 +08:00
parent f93ed4854a
commit 315b059736
2 changed files with 13 additions and 2 deletions

View File

@ -39,11 +39,17 @@
cursor: pointer; cursor: pointer;
position: relative; position: relative;
z-index: 10; z-index: 10;
transform: all 0.3s;
} }
.header-box .search.input-active { .header-box .search.input-active {
border: 1px solid #c4c7ce;
background-color: #ffffff;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
border-bottom: none; border-bottom: none;
} }
.header-box .search.input-active .input {
color: #333;
}
.header-box .search .input { .header-box .search .input {
height: 48px; height: 48px;
line-height: 48px; line-height: 48px;
@ -75,7 +81,6 @@
animation: hintShow 0.3s forwards; animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top: none; border-top: none;
box-shadow: 0px 5px 5px #dfdfdf;
} }
@keyframes hintShow { @keyframes hintShow {
0% { 0% {

View File

@ -42,10 +42,16 @@
cursor: pointer; cursor: pointer;
position: relative; position: relative;
z-index: 10; z-index: 10;
transform: all 0.3s;
&.input-active { &.input-active {
border: 1px solid #c4c7ce;
background-color: #ffffff;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
border-bottom: none; border-bottom: none;
.input {
color: #333;
}
} }
.input { .input {
@ -81,7 +87,7 @@
animation: hintShow 0.3s forwards; animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top: none; border-top: none;
box-shadow: 0px 5px 5px #dfdfdf; // box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow { @keyframes hintShow {
0% { 0% {