Files
ClassContent/历届学生/18课程/class18_2/项目/上课项目/枸杞社/css/home.css
2024-09-27 02:06:13 +08:00

83 lines
1.4 KiB
CSS

.header {
height: 1.6rem;
position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 9;
}
.header_search {
padding: 0 0.3rem;
height: 0.88rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.header_search i {
font-size: 0.45rem;
color: #fff;
}
.search {
flex: 1;
background: #fff;
height: 0.6rem;
border-radius: 0.6rem;
display: flex;
align-items: center;
box-sizing: border-box;
padding-left: 0.3rem;
margin: 0 0.2rem;
}
.search span {
font-size: 0.24em;
color: #999;
}
.search i{
color: #999;
font-size: 0.26rem;
margin-right: 0.1rem;
padding-top: 0.02rem;
}
.header_menu {
height: 0.72rem;
display: flex;
background: #fe7fa2;
align-items: center;
padding: 0 0.3rem;
}
.header_menu ul {
display: flex;
overflow-x: scroll;
height: 100%;
align-items: center;
flex: 1;
margin-right: 0.3rem;
}
.header_menu li {
font-size: 0.26rem;
flex-shrink: 0;
margin-right: 0.26rem;
color: #d3d2d2;
}
.header_menu a {
color: #fff;
font-size: 18px;
}
.header_menu .active {
color: #fff !important;
}
.content {
margin-top: 1.6rem;
}
.modelList {
overflow-x: hidden;
}
.swiper-slide {
height: calc(100vh - 1.6rem - 1rem);
overflow-y: scroll;
}
.swiper-wrapper,
.swiper-slide {
width: 100%;
flex-shrink: 0;
}