riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* pages/m_consult/consultproblem/consultproblem.wxss */
.page__hd {
  background-color: white;
  padding: 16px;
}
 
.filter {
  display: flex;
  align-items: center;
}
 
.filter:active {
  background-color: var(--fyui-BG-COLOR-ACTIVE);
}