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
| /* pages/m_user/userregistertype/userregistertype.wxss */
| .text-1 {
| text-align: center;
| color: var(--fyui-text-color_1);
| font-weight: 600;
| font-size: 18px;
| }
|
| .re-type {
| text-align: center;
| margin: 60px;
| }
|
| .re-type:active {
| color: var(--fyui-text-color_3);
| }
|
| .re-type>image {
| width: 120px;
| height: 120px;
| }
|
| .divider {
| margin: 20px;
| width: auto;
| height: 1px;
| background-color: var(--fyui-BG_1);
| }
|
|