riku
2022-08-11 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1
app.wxss
@@ -65,6 +65,19 @@
  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);
}
/********************************** 通用-end ***********************************/
/********************************** 主界面背景-start ***********************************/
@@ -177,6 +190,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 +255,7 @@
  width: 100%;
  height: auto;
  border-radius: 0px;
  font-size: medium;
  font-size: large;
  font-weight: 600;
  /* background-color: greenyellow; */
}
@@ -250,7 +273,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 {