1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| /* pages/m_consult/consultdetail/consultdetail.wxss */
| .page__bd {
| /* padding-left: 10px;
| padding-right: 10px; */
| }
| .f-title {
| font-size: 22px;
| font-weight: 600;
| color: var(--fyui-text-color_1);
| }
|
| .f-tag {
| font-size: 12px;
| color: var(--fyui-text-color_2);
| text-align: end;
| margin-bottom: 16px;
| }
|
| .f-summary {
| font-size: 14px;
| color: var(--fyui-text-color_2);
| }
|
| .fyui-panel{
| padding: 8px;
| font-size: 14px;
| color: var(--fyui-text-color_1);
| }
|
| .fyui-panel>view{
| margin-bottom: 4px;
| }
|
|