unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
pages/home/home.wxss
@@ -4,24 +4,45 @@
}
.top-card {
  position: relative;
  border-radius: 4px;
  background: linear-gradient(to bottom right, #a5f5e9, #62EAD2);
  background-color: #5bf0d6;
  /* background: linear-gradient(to bottom right, #a5f5e9, #62EAD2); */
  color: white;
  padding: 8px;
  text-shadow: 1px 1px rgb(0, 0, 0, 0.4);
  width: 26vw;
  /* text-shadow: 1px 1px rgb(0, 0, 0, 0.4); */
}
.top-card>image{
  width: 13vw;
  height: 14vw;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.top-card .top-card__time {
  text-align: end;
  /* text-align: end; */
  font-size: 12px;
  color: #ffffffde;
}
.top-card .top-card__score {
  font-size: 26px;
  font-size: 12px;
  /* text-align: center; */
  /* margin: 16px; */
}
.top-card .top-card__num {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 16px;
}
.top-card .top-card__tag{
  font-size: 10px;
  width: 12vw;
  color: #ffffff5e;
}
.top-card .top-card__items {
@@ -51,6 +72,20 @@
  background-color: var(--fyui-text-color_2);
}
.notice-read {
  width: 12px;
  height: 12px;
  background-color: #CECECE;
  border-radius: 50%;
}
.notice-not-read {
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
}
.notice {
  color: var(--fyui-text-color_2);
  font-size: 12px;