去除input/button/select聚焦时的边框
input:focus{
outline: none;
}
button:focus{
outline: none;
border-color: transparent;
}
select:focus{
outline: none;
用心完成每一件艺术品
input:focus{
outline: none;
}
button:focus{
outline: none;
border-color: transparent;
}
select:focus{
outline: none;