riku
2022-08-10 51600113c20d84ee54660de23324400604704dc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* pages/module_consult/consultresult/consultresult.wxss */
.keyword {
  white-space: nowrap;
}
.keyword-item {
  justify-content: flex-start;
  flex-wrap: wrap;
}
 
.keyword-item>text {
  white-space: nowrap;
  margin-right: 8px;
  padding: 0px 6px;
  color: #2c7064;
}
 
.tag {
  margin-bottom: 8px;
}