ll
liukangdong
2024-11-07 b158a9a85078d57a0e660aba680f6ad88da7ab6a
screen/src/assets/base.css
@@ -5,6 +5,19 @@
    background-color 0.5s;
  margin: 0;
}
html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar {
  width: 0px
}
::-webkit-scrollbar {
  display: none;
}
p{
  padding: 0;
  margin: 0;
@@ -12,3 +25,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;
  }
}