riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
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;
}