zhengyiming
2025-03-25 c02e7a8fe42de2a5796e95e573f9e6b6735e4d0d
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;
    }
  }
}