seo-optimize-iframe/css/style.css

50 lines
1023 B
CSS
Raw Normal View History

2021-11-21 10:47:12 +00:00
/* 轮播样式 start */
.banner-swiper {
overflow-x: hidden;
height: 76vh;
position: relative;
background-color: #FFFFFF;
}
.banner-swiper .swiper-slide {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.banner-swiper .swiper-slide h1{
position: absolute;
color: #FFFFFF;
text-shadow: 2px 3px 10px rgba(0,0,0,.8);
}
/* 指示点默认样式 */
.banner-swiper .swiper-pagination-bullet {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}
/* 鼠标悬浮样式、当前选中指示点样式 */
.banner-swiper .swiper-pagination-bullet:hover,.banner-swiper .swiper-pagination-bullet-active {
background-color: rgba(0,0,0,.8);
color: #FFFFFF;
opacity: 1;
}
/* 轮播样式 end */
/* 导航 start */
.header {
position: sticky;
top: 0;
box-shadow: 0px 2px 0px rgba(0,0,0,.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
/* 导航 end */
.footer {
width: 100%;
height: 200vh;
}