+
95
-

回答

.input{
transition: 0.5s;
outline: none;
border-bottom: 2px solid #b52710;
text-align: center;
border-top: none;
border-left: none;
border-right: none;
}
.input:focus {
border-bottom: 3px solid #b52710;
}

网友回复

我知道答案,我要回答