蓝景丽家

欢迎来到蓝景丽家,一个专注于为您提供优质生活方式的网站!在这里,您可以了解我们的生活理念、最新的活动动态、深入了解我们的品牌文化,以及消费者中心提供的各类教育资源。此外,我们还提供商场导航和各种业态的详细介绍,让您更直观地了解我们的产品和服务。

如果您对我们感兴趣并希望加入我们,欢迎访问“加入我们”部分进行合作洽谈,或通过“在线招聘”寻找合适的职位机会。

swiper容器样式

.swiper-container {  
width: 100%;  
height: calc(100vh - 80px);  
}  
  
.swiper-slide {  
background-position: center;  
background-size: cover;  
}  
  
.swiper-slide img {  
display: block;  
width: 100%;  
}  
  
.swiper-wrapper, .swiper-slide, .swiper-slide div, .swiper-slide a, .swiper-slide img {  
height: inherit;  
}  

swiper分页样式

.pagination {  
position: absolute;  
z-index: 0;  
left: 50%;  
bottom: 10px;  
transform: translateX(-50%);  
}