application.wxss 412 字节
/* 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; */
}