no message

This commit is contained in:
A1300399510 2024-12-18 15:02:40 +08:00
parent ba9ceb8fbf
commit 95a00a582f
2 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@
margin-bottom: 30px; margin-bottom: 30px;
position: relative; position: relative;
z-index: 10; z-index: 10;
border: 2px solid #c4c7ce; border: 1px solid #c4c7ce;
} }
.boxbox .body .left .input-box.input-active { .boxbox .body .left .input-box.input-active {
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
@ -82,7 +82,7 @@
height: 0; height: 0;
max-height: 400px; max-height: 400px;
top: 46px; top: 46px;
left: -2px; left: -1px;
background-color: #ffffff; background-color: #ffffff;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
z-index: 10; z-index: 10;
@ -97,7 +97,7 @@
height: 0; height: 0;
} }
100% { 100% {
border-width: 2px; border-width: 1px;
height: auto; height: auto;
} }
} }

View File

@ -60,7 +60,7 @@
margin-bottom: 30px; margin-bottom: 30px;
position: relative; position: relative;
z-index: 10; z-index: 10;
border: 2px solid #c4c7ce; border: 1px solid #c4c7ce;
&.input-active { &.input-active {
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
@ -87,7 +87,7 @@
height: 0; height: 0;
max-height: 400px; max-height: 400px;
top: 46px; top: 46px;
left: -2px; left: -1px;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
z-index: 10; z-index: 10;
@ -103,7 +103,7 @@
} }
100% { 100% {
border-width: 2px; border-width: 1px;
height: auto; height: auto;
} }
} }