77 lines
1.4 KiB
CSS
77 lines
1.4 KiB
CSS
.header {
|
|
height: 1.6rem;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
z-index: 9;
|
|
}
|
|
.header_search {
|
|
height: 0.88rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 0.3rem;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.header_menu {
|
|
position: relative;
|
|
height: 0.72rem;
|
|
display: flex;
|
|
background: #fe7fa2;
|
|
}
|
|
.header_menu .menu_list {
|
|
display: flex;
|
|
width: calc(100% - 0.8rem);
|
|
overflow-x: scroll;
|
|
align-items: center;
|
|
padding-left: 0.3rem;
|
|
box-sizing: border-box;
|
|
}
|
|
.header_menu i {
|
|
width: 0.8rem;
|
|
height: 0.72rem;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-size: 0.3rem;
|
|
background: #fe7fa2;
|
|
color: #e3e3e3;
|
|
line-height: 0.72rem;
|
|
text-align: center;
|
|
}
|
|
.menu_list li {
|
|
font-size: 0.26rem;
|
|
flex-shrink: 0;
|
|
margin-right: 0.26rem;
|
|
color: #d3d2d2;
|
|
}
|
|
.menu_active {
|
|
color: #ffffff !important;
|
|
}
|
|
.content {
|
|
margin-top: 1.6rem;
|
|
}
|
|
.icon-taozi1, .icon-wo{
|
|
font-size: 22px;
|
|
}
|
|
.search {
|
|
width: 82%;
|
|
background: #fff;
|
|
height: 0.6rem;
|
|
border-radius: 0.6rem;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding-left: 0.3rem;
|
|
}
|
|
.search span {
|
|
font-size: 0.24em;
|
|
color: #999;
|
|
}
|
|
.search i {
|
|
color: #999;
|
|
font-size: 0.26rem;
|
|
margin-right: 0.1rem;
|
|
padding-top: 0.02rem;
|
|
} |