zhengyiming
2025-07-10 f459982d1fe3ad4bfe97658ed9587c92b7e0f09a
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
@pricing2: pricing2;
 
.@{pricing2}-wrapper {
  min-height: 760px;
 
  .@{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-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;
    }
  }
}