weimingfei
2025-12-10 4e4017b2e55c70c32bd725fc9c9bda335ddc59f6
screen/src/assets/base.css
@@ -5,6 +5,29 @@
    background-color 0.5s;
  margin: 0;
}
html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar {
  width: 0px
}
::-webkit-scrollbar {
  display: none;
}
.swiper-wrapper {
  display: block !important;
}
.empty_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty_wrap img{
  width: 100px;
}
p{
  padding: 0;
  margin: 0;