riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
app.wxss
@@ -10,6 +10,10 @@
  --fyui-BG-COLOR-ACTIVE: #ececec5d;
}
view {
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}
/********************************** 通用-start ***********************************/
.statusbar-title {
  text-align: center;
@@ -35,8 +39,8 @@
}
.icon {
  width: 16px;
  height: 16px;
  width: 20px;
  height: 20px;
}
.fyui-selector {
@@ -76,14 +80,14 @@
}
.submit:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
  background: linear-gradient(to right, #b7e9ce, #adebde);
}
.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  height: 50vh;
}
.no-data image {
@@ -106,14 +110,20 @@
  padding: 2px 4px 2px 18px;
}
.image-16 {
  width: 16px;
  height: 16px;
}
/********************************** 通用-end ***********************************/
/********************************** 主界面背景-start ***********************************/
.page {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color: var(--fyui-BG_1);
}
@@ -220,7 +230,7 @@
.fyui-box:before{
  content: " ";
  width: 100%;
  width: 90%;
  height: 1px;
  background-color: var(--fyui-BG_1);
  top: -2px;
@@ -239,7 +249,7 @@
  /* background-color: greenyellow; */
}
.fyui-box .fyui-box__hd>image {
.fyui-box .fyui-box__hd .fyui-box__hd_image {
  width: 120px;
  height: 80px;
}
@@ -283,7 +293,7 @@
  width: 100%;
  height: auto;
  border-radius: 0px;
  font-size: large;
  font-size: 20px;
  font-weight: 600;
  /* background-color: greenyellow; */
}