1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| /* pages/weiwc/weiwc.wxss */
|
| .weiwc {
| background: #fff;
| height: 100vh;
| padding: 24px;
| text-align: center;
| }
|
| .weiwc image {
| margin-top: 24%;
| }
|
| .weiwc view {
| color: #249eff;
| font-size: 22px;
| padding: 24px;
| font-weight: 600;
| }
|
|