riku
2022-08-11 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1
pages/module_consult/consultresult/consultresult.wxss
@@ -1 +1,29 @@
/* pages/module_consult/consultresult/consultresult.wxss */
/* pages/module_consult/consultresult/consultresult.wxss */
.keyword {
  white-space: nowrap;
}
.keyword-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.keyword-item>text {
  white-space: nowrap;
  margin-right: 8px;
  padding: 0px 6px;
  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;
}