feiyu02
2022-08-11 a82b8c09ca795a4b6273b03a79ba488f6cce5eb0
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,15 @@
  color: #2c7064;
}
.des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}
.tag {
  margin-bottom: 8px;
}