no message

This commit is contained in:
A1300399510 2024-12-19 14:46:09 +08:00
parent 9ae4e034e3
commit 688d7859f1
2 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,6 @@ body {
position: relative; position: relative;
transition: all 0.3s; transition: all 0.3s;
border: 1px solid #fff; border: 1px solid #fff;
border-top: none;
} }
.base .left.input-active { .base .left.input-active {
border: 1px solid #c4c7ce; border: 1px solid #c4c7ce;
@ -111,6 +110,7 @@ body {
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top-width: 0px; border-top-width: 0px;
border-bottom: none; border-bottom: none;
border-top: none;
} }
@keyframes hintShow { @keyframes hintShow {
0% { 0% {

View File

@ -89,7 +89,7 @@ body {
position: relative; position: relative;
transition: all 0.3s; transition: all 0.3s;
border: 1px solid #fff; border: 1px solid #fff;
border-top: none; // border-top: none;
&.input-active { &.input-active {
border: 1px solid #c4c7ce; border: 1px solid #c4c7ce;
@ -130,6 +130,7 @@ body {
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top-width: 0px; border-top-width: 0px;
border-bottom: none; border-bottom: none;
border-top: none;
// box-shadow: 0px 5px 5px #dfdfdf; // box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow { @keyframes hintShow {