unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
app.wxss
@@ -20,6 +20,7 @@
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-v {
@@ -78,6 +79,33 @@
  background-color: var(--fyui-BG-COLOR-ACTIVE);
}
.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
.no-data image {
  width: 30vw;
  margin-top: 6vh;
}
.more {
  /* background-color: aqua; */
  font-size: 24rpx;
  color: rgb(175, 173, 173);
  vertical-align: middle;
}
.fyui-selector {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  font-size: 14px;
  color: var(--fyui-primary-color);
  padding: 2px 4px 2px 18px;
}
/********************************** 通用-end ***********************************/
/********************************** 主界面背景-start ***********************************/