riku
2022-09-14 2206df0da6499846c78a358cf95ca33c218a5c5d
pages/home/home.wxss
@@ -6,6 +6,12 @@
.page__title {
  margin-left: 10px;
  font-size: 18px;
  color: var(--fyui-text-color_1);
  /* font-weight: 600; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-h_block{
@@ -23,6 +29,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 +42,7 @@
  height: 8.5vh;
  background-color: #DDEEFF;
  color: #2B7BCB;
  text-align: start;
}
.top-card_3 {
@@ -41,24 +52,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 +117,7 @@
}
.top-card__items .top-card__item view {
  color: #ffffffde;
  /* color: #ffffffde; */
  font-size: 12px;
}