riku
2022-08-26 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8
pages/home/home.wxss
@@ -6,6 +6,9 @@
.page__title {
  margin-left: 10px;
  font-size: 18px;
  color: var(--fyui-text-color_1);
  /* font-weight: 600; */
}
.flex-h_block{
@@ -23,6 +26,10 @@
  margin-left: 10px;
  margin-right: 2px;
  height: 20vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-card_2 {
@@ -32,6 +39,7 @@
  height: 8.5vh;
  background-color: #DDEEFF;
  color: #2B7BCB;
  text-align: start;
}
.top-card_3 {
@@ -41,24 +49,28 @@
  height: 8.5vh;
  background-color: #FAFCF0;
  color: #859438;
  text-align: start;
}
.top-card>image{
  width: 15vh;
  height: 18vh;
  width: 12vh;
  height: 12vh;
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0.6;
}
.top-card_2>image{
  width: 13vw;
  height: 14vw;
  opacity: 0.5;
}
.top-card_3>image{
  width: 13vw;
  height: 14vw;
  opacity: 0.5;
}
.top-card .top-card__time {
@@ -102,7 +114,7 @@
}
.top-card__items .top-card__item view {
  color: #ffffffde;
  /* color: #ffffffde; */
  font-size: 12px;
}