riku
2022-08-10 51600113c20d84ee54660de23324400604704dc2
app.wxss
@@ -65,6 +65,14 @@
  bottom: 0
}
.submit {
  border-radius: 4px;
  background: linear-gradient(to right, #6DF1A9, #62EBCF);
  margin: 8px;
  color: white;
  padding: 8px;
}
/********************************** 通用-end ***********************************/
/********************************** 主界面背景-start ***********************************/
@@ -177,6 +185,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);
}