k94314517
2024-07-22 1941e9fc342b3a2cb6d32e9658ad46f29f50a5df
wechat_jiaxuan/app.wxss
@@ -29,4 +29,56 @@
}
.arrow_right{
  width: 16rpx;
}
/*  */
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-ca {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-1 {
  flex: 1;
}
.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;
}