unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
app.wxss
@@ -20,6 +20,7 @@
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-v {
@@ -63,6 +64,46 @@
  right: 0;
  left: 0;
  bottom: 0
}
.submit {
  border-radius: 4px;
  background: linear-gradient(to right, #6DF1A9, #62EBCF);
  margin: 8px;
  color: white;
  padding: 8px;
  text-align: center;
}
.submit:active {
  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 ***********************************/
@@ -177,6 +218,16 @@
  background-color: white;
}
.fyui-box:before{
  content: " ";
  width: 100%;
  height: 1px;
  background-color: var(--fyui-BG_1);
  top: -2px;
  position: absolute;
}
.fyui-box:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
}
@@ -232,7 +283,7 @@
  width: 100%;
  height: auto;
  border-radius: 0px;
  font-size: medium;
  font-size: large;
  font-weight: 600;
  /* background-color: greenyellow; */
}
@@ -250,7 +301,7 @@
.fyui-box__text .fyui-box__bd .fyui-box__content {
  color: var(--fyui-text-color_3);
  font-size: x-small;
  font-size: medium;
}
.fyui-box__text .fyui-box__bd .fyui-box__tag {