ll
liukangdong
2024-10-31 a030368330d5a6bf1d0ed42b6121b53d13b587d0
screen/src/assets/base.css
@@ -12,3 +12,18 @@
div,ul,img,video{
  box-sizing: border-box;
}
input{
  width: 100%;
  display: flex;
  align-items: center;
  background:none;
  border: none;
  outline:none;
  color: #fff;
  &:hover{
    border: none;
  }
  &:focus{
    outline: none;
  }
}