no message

This commit is contained in:
A1300399510 2024-12-19 14:57:06 +08:00
parent b7e8cdf12a
commit d07a732211
2 changed files with 2 additions and 3 deletions

View File

@ -75,11 +75,11 @@ body {
position: relative; position: relative;
transition: all 0.3s; transition: all 0.3s;
border: 1px solid #fff; border: 1px solid #fff;
border-top-width: 0;
} }
.base .left.input-active { .base .left.input-active {
border-color: #c4c7ce; border-color: #c4c7ce;
border-radius: 0 0 4px 10px; border-radius: 0 0 4px 10px;
border-top-width: 0;
} }
.base .left .text { .base .left .text {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;

View File

@ -89,12 +89,11 @@ 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-width: 0;
&.input-active { &.input-active {
border-color: #c4c7ce; border-color: #c4c7ce;
border-radius: 0 0 4px 10px; border-radius: 0 0 4px 10px;
border-top-width: 0;
} }
.text { .text {