📅  最后修改于: 2022-03-11 14:47:49.808000             🧑  作者: Mango
/* the outline is square on focus to change do this*/
.my_input {
border: 1px solid blue;
border-radius:3px;
}
.my_input:focus {
outline: none;
}