k94314517
2024-07-22 678115e978e2eac37874363d89d6db1d9a12f4ec
wechat_jiaxuan/app.wxss
@@ -1,5 +1,5 @@
view,text{
view,text,scroll-view,image{
  box-sizing: border-box;
}
page{
@@ -65,4 +65,20 @@
.flex-column {
  flex-direction: column;
}
button {
  margin: 0;
  padding: 0;
  background-color: inherit;
  position: static;
}
button:after {
  content: none;
}
::-webkit-scrollbar {
  display: none;
}
button::after {
  border: none;
}