no message
This commit is contained in:
parent
b7e8cdf12a
commit
d07a732211
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user