index.css
695 字节
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
.container{
/*padding-bottom: 1rem;*/
}
.index_swiper{
width: 100%;
height: 100%;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #F5AD17;
}
.swiper-container {
flex: 1;
}
.video_lool{
position: relative;
width: 100%;
height: 4.54rem;
margin-top: -0.45rem;
z-index: 3;
display: flex;
align-items: center;
}
.video_background{
position: absolute;
top: 0;
left: 0;
}
.video_text_wrap{
font-size: 0.3rem;
line-height: 0.48rem;
position: absolute;
color: #FFFFFF;
font-weight: 400;
margin-left: 0.96rem;
width: auto;
}
.video_btn{
position: absolute;
width: 2.56rem;
height: 1.1rem;
right: 0.8rem;
top: 50%;
transform: translateY(-0.55rem);
}