zhengyiming
2025-07-10 5c33978e9e3e934378d8f2153a2cd919b1cb6ddd
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@pricing2: pricing2;
 
.@{pricing2}-wrapper {
  min-height: 500px;
 
  .@{pricing2} {
    > p {
      text-align: center;
    }
 
    &-content-wrapper {
      // min-height: 400px;
    }
 
    &-table-name-block {
      text-align: center;
      color: #666;
      width: 100%;
    }
 
    &-table-name {
      font-size: 24px;
    }
 
    &-table-name-icon {
      img {
        width: 48px;
      }
    }
 
    &-table-money {
      font-size: 16px;
      margin: 8px 0 16px;
    }
 
    &-table-content {
      text-align: center;
      color: #666;
 
      &-name {
        color: #666;
        text-align: center;
      }
    }
  }
 
  &.home-page-wrapper {
    .@{pricing2}-title-wrapper {
      margin-bottom: 64px;
      text-align: center;
    }
  }
}
 
@media screen and (max-width: 767px) {
  .@{pricing2} {
    &-wrapper {
      padding-bottom: 0;
    }
 
    &-table {
      margin-bottom: 24px;
    }
  }
}