unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
pages/module_consult/consulthome/consulthome.wxss
@@ -62,6 +62,7 @@
  white-space: nowrap;
}
.keyword-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@@ -73,6 +74,16 @@
  color: #2c7064;
}
.tag {
.des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}
.fyui-box__text .fyui-box__bd .tag {
  margin-bottom: 8px;
  font-size: 14px;
}