riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
app.wxss
@@ -2,10 +2,15 @@
@import "/libs/weui.wxss";
page {
  --td-brand-color: #59D5B3;
  --fyui-primary-color: #59D5B3;
  --fyui-text-color_1: #191919;
  --fyui-text-color_2: #7F7F7F;
  --fyui-primary-color-2: #6DF1A9;
  /* --fyui-primary-color: #929292;
  --fyui-primary-color-2: #b8b8b8; */
  --fyui-text-color_1: #3a3a3a;
  --fyui-text-color_2: #666666;
  --fyui-text-color_3: #B2B2B2;
  --fyui-btn-color_1: #c44e00;
  --fyui-BG_1: #F5F5F5;
  --fyui-BG-COLOR-ACTIVE: #ececec5d;
}
@@ -57,7 +62,7 @@
.icon-down {
  transform: rotate(90deg);
  margin: 0 4px;
  margin: 0 2px;
}
.fyui-mask {
@@ -72,15 +77,17 @@
.submit {
  border-radius: 4px;
  background: linear-gradient(to right, #6DF1A9, #62EBCF);
  background: linear-gradient(to right, var(--fyui-primary-color-2), var(--fyui-primary-color));
  margin: 8px;
  color: white;
  padding: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.submit:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
  background: linear-gradient(to right, #b7e9ce, #adebde);
}
.no-data {
@@ -228,14 +235,14 @@
  background-color: white;
}
.fyui-box:before{
.fyui-box:before {
  content: " ";
  width: 90%;
  height: 1px;
  background-color: var(--fyui-BG_1);
  top: -2px;
  position: absolute;
}
.fyui-box:active {