游雁
2024-02-19 94de39dde2e616a01683c518023d0fab72b4e103
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
.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(.33)
        }
        .swiper-pagination-bullet-active-prev{
            transform: scale(.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;
            }
        }
    }
}