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
| @use './common.scss' as *;
|
| .share-qrcode-view {
| padding-top: 140px;
| display: flex;
| justify-content: center;
| }
|
| .dashboard-view {
| padding-top: 40px;
| .pro-statistics-wrapper {
| text-align: center;
| // display: flex;
| // flex-direction: column;
| // justify-content: space-between;
|
| .pro-statistics-title {
| font-size: 32px;
| margin-bottom: 24px;
| }
|
| .pro-statistics-content {
| font-size: 28px;
| }
| }
| }
|
|