input的聚焦时的样式怎么设置呢?

input:focus-visible {
  background-color: red;
}

这样应该就行了。