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
| /* pages/text.js/text.wxss */
| .title {
| font-weight: 600;
| font-size: 16px;
| }
|
| .tag {
| font-size: 10px;
| color: var(--fyui-text-color_3);
| }
|
| .page__bd {
| padding-left: 10px;
| padding-right: 10px;
| }
|
| .page__ft {
| display: flex;
| justify-content: space-around;
| text-align: center;
| }
|
| .txt-img {
| width: 100%;
| }
|
| .txt-content {
| font-size: 14px;
| }
|
|