jiangping
2024-07-23 3ac33e0ea28357bac078ac93404ac02ad9a61738
wechat_staff/app.wxss
@@ -1,15 +1,22 @@
page {
  color: #333333;
  height: 100%;
  font-size: 28rpx;
  --themeColor:#B08771;
}
view,text{
view,text,scroll-view,image{
  box-sizing: border-box;
}
page{
  background-color: #fff;
  --themeColor:#B08771;
  color: #111111;
}
image{
  display: flex;
  border-radius: 8rpx;
}
.container {
  min-height: 100vh;
  padding: 0;
  box-sizing: border-box;
  font-size: 28rpx;
}
::-webkit-scrollbar {
  display:none;
  width:0;
@@ -27,6 +34,22 @@
.placeholder9{
  color: #999999;
}
button {
  margin: 0;
  padding: 0;
  background-color: inherit;
  position: static;
}
button:after {
  content: none;
}
::-webkit-scrollbar {
  display: none;
}
button::after {
  border: none;
}
.ar_new{
  width: 14rpx;
  margin-left: 8rpx;