bltcn
2024-08-19 3a2f6693a164d292df648f22afaa152cf5b747be
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.banner-comp {
    width: 100%;
    height: p(942);
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-pagination {
      left: p(80);
      width: p(15) !important;
      top: 48% !important;
      // overflow: initial;
      .swiper-pagination-bullet {
        width: p(15);
        height: p(15) !important;
        border-radius: p(3);
        background: #1664ff !important;
        opacity: 1;
      }
      .swiper-pagination-bullet-active-next {
        transform: scale(0.33);
      }
      .swiper-pagination-bullet-active-prev {
        transform: scale(0.33);
      }
    }
    .hiddenPagination {
      .swiper-pagination {
        display: none;
      }
    }
    .item {
      width: 100%;
      height: 100%;
      position: relative;
      .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .content {
        top: p(330);
        left: p(216);
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        .yjqd {
          letter-spacing: 3px;
          color: #ffffff;
          font-size: p(68);
        }
        .text {
          font-size: p(17);
          letter-spacing: 1px;
          color: #d4d4d4;
        }
        .lxwm {
          color: #ffffff;
          font-size: p(16);
          width: p(124);
          height: p(38);
          background-color: #165dff;
          border-radius: 4px;
          text-align: center;
          line-height: p(38);
          margin-top: p(33);
          cursor: pointer;
        }
        .lxwm:hover {
          background-color: #316fff;
        }
  
        .jzmd-wrap {
          margin-top: p(63);
          .jzmd-title {
            position: relative;
            line-height: 1;
            padding-bottom: p(15);
            margin-bottom: p(21);
            font-size: p(22);
            font-weight: 700;
            color: #ffffff;
  
            &::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 2em;
              height: p(2);
              background-color: #aeaeb7;
              border-radius: p(2);
            }
          }
          .jzmd-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            width: p(294);
            .jzmd-item {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: p(118);
              line-height: 1;
              margin-bottom: p(26);
              .name {
                font-size: p(16);
                color: #ffffff;
              }
              .num-text {
                display: flex;
                align-items: baseline;
                align-items: baseline;
                .text {
                  font-size: p(18);
                  color: #ffffff;
                }
                .unit {
                  font-size: p(14);
                  color: #ffffff;
                }
              }
            }
            &:after {
              content: "";
              width: p(118);
              height: 0;
            }
          }
        }
      }
    }
  }