zhengyiming
2025-07-15 b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f
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
.title-card-wrapper {
  margin: 0 auto 60px;
  width: 537px;
  height: 114px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  .title-card-title {
    padding-top: 8px;
    font-size: 42px;
    font-weight: 500;
    color: #00116e;
    line-height: 60px;
  }
}
 
@media (max-width: 767px) {
  .title-card-wrapper {
    width: 320px;
    height: 96px;
    // .title-card-title {
    //   padding-top: 8px;
    //   font-size: 94px;
    //   line-height: 130px;
    // }
    // &.large {
    //   width: 1546px;
    //   height: 328px;
    //   .title-card-title {
    //     padding-top: 26px;
    //     font-size: 123px;
    //     line-height: 174px;
    //   }
    // }
  }
}