riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
pages/mine/mine.wxss
@@ -11,6 +11,7 @@
}
.flex-v {
  flex: 1;
  justify-content: space-between;
  margin-left: 20px;
}
@@ -29,7 +30,7 @@
}
.user-name {
  white-space: nowrap;
  /* white-space: nowrap; */
  font-size: 16px;
  font-weight: 600;
}
@@ -37,4 +38,8 @@
.user-tag {
  font-size: 12px;
  color: var(--fyui-text-color_2);
}
.title:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
}