zhengyiming
2025-03-12 db365a5eff31c040c42463df4966bf34a5de6a6d
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 *;
 
.main-cell-container {
  padding-top: 184px;
  .main-cell-wrapper {
    padding: boleGetCssVar('size', 'body-padding-h');
    padding-top: 48px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
 
    .main-cell-title {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      color: #000000;
      line-height: 56px;
    }
 
    .main-cell-icon {
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }
  }
}