application.wxss
412 字节
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
/* pages/application/application.wxss */
.app_lication_banner {
width: 100%;
height: 100%;
}
swiper {
width: 100%;
height: 100%;
}
swiper image {
width: 100%;
height: 100%;
}
.dots{
width: 100%;
height: 50rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: none;
position: absolute;
bottom: 50rpx;
/* margin-top: -18rpx; */
}