72 lines
1.3 KiB
CSS
72 lines
1.3 KiB
CSS
body{
|
|
background: #f5f5f5;}
|
|
.hader{font-size: 0;
|
|
width: 100%;
|
|
height: 0.88rem;
|
|
position: fixed;
|
|
z-index: 999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 0.02rem solid #f0f0f0;
|
|
background: #ffffff;
|
|
|
|
}
|
|
.hader a{
|
|
height: 0.88rem;
|
|
width: 1.2rem;
|
|
display:flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.hader a i{
|
|
margin-left: 0.6rem;
|
|
background: url("../img/left.png");
|
|
display:inline-block ;
|
|
width:0.6rem;
|
|
height: 1.2rem;
|
|
zoom: 0.3;
|
|
background-repeat:no-repeat;
|
|
background-size: 100%;
|
|
|
|
}
|
|
.caipu{
|
|
height: 0.64rem;
|
|
background: #eee;
|
|
border-radius: 0.04rem;
|
|
color: #333;
|
|
font-size: 0.28rem;
|
|
width: 4.8rem;
|
|
line-height: 0.48rem;
|
|
padding-left: 0.12rem;
|
|
margin-left: -0.3rem;
|
|
}
|
|
.ser{
|
|
margin-right: 0.3rem;
|
|
height: 0.64rem;
|
|
background: #ff4c39;
|
|
border-radius: 0.04rem;
|
|
color: #fff;
|
|
font-size: 0.28rem;
|
|
box-sizing: border-box;
|
|
line-height: 0.64rem;
|
|
text-align: center;
|
|
width: 1.1rem;
|
|
}
|
|
.contter{
|
|
padding-top: 0.82rem;
|
|
|
|
}
|
|
.contter_top{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 1.28rem;
|
|
background: #ffffff;
|
|
}
|
|
.contter p{
|
|
height: 1.28rem;
|
|
font-size: 0.32rem;
|
|
color: #666;
|
|
line-height: 1.28rem;
|
|
} |