search.css 3.9 KB


.container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}
.top{
    width: 7.5rem;
    /*height: 1.5rem;*/
    background-color: #F7F7F7;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.top_t{
    width: 6.86rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_t_left{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_t_left_text{
    font-size:0.3rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(166,16,16,1);
}
.icon-caidan{

}
/*中部*/
.top_t_middle{
    width: 1.2rem;
    height: 0.5rem;
    display: flex;
}
.top_t_middle img{
    width: 100%;
    height: 100%;
}
/*右边*/
.top_t_right{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-10{
    position: relative;
}
.top_t_right_pic{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.top_t_right_pic img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*-----底部------*/
.top_d{
    width: 5.56rem;
    display: flex;
    padding-bottom: 0.03rem;
    border-bottom: 1px solid #999999;
    margin: 0.3rem 0 0.2rem 0;
}
.top_d_input{
    width: 5rem;
    text-align: center;
    border: none;
    outline: none;
    background-color: #F7F7F7;
    font-size: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.top_d_input::placeholder{
    color: #999999;
}


.mid{
    width: 7.5rem;
    display: flex;
    margin-top: 0.6rem;
    /*justify-content: center;*/
    overflow-x: scroll;
}
.mid_item{
    display: flex;
    flex-flow: column;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 0.38rem;
}
.mid_item_pic{
    width: 1.6rem;
    height: 1.8rem;
    display: flex;
}

.mid_item_pic img{
    width: 100%;
    height: 100%;
}
.mid_item_text{

    font-size: 0.16rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    /*line-height:30px;*/
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.bottom{
    display: flex;
    margin-top: 0.3rem;
}
.bottom_top{
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    height: 1.8rem;
    align-items: center;
}
.bottom_top_pic{
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
}
.bottom_top_pic img{
    width: 100%;
    height: 100%;
}
.bottom_top_text{
    display: flex;
    flex-flow: column;
    margin-left: 0.33rem;
}
.bottom_top_text_big{

    font-size: 0.36rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    /*line-height:24px;*/
    line-height: 0.45rem;
}
.bottom_top_text_small{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.45rem;
}
.bottom_top_b{
    margin-top: 0.13rem;
    display: flex;
    width: 4.3rem;
    justify-content: space-between;
}
.bottom_top_b_left{

    font-size: 0.2rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    /*line-height:24px;*/
}
.bottom_top_b_att{
    width: 1rem;
    height: 0.28rem;
    background: #C02C2C;
    border-radius: 0.04rem;

    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: center;
    color: #ffffff;
}


/*底部菜单栏*/
.menu{
    width: 7.5rem;
    height: 1.58rem;
    position: fixed;
    bottom: 0;
}
.menu_top{
    display: flex;
    justify-content: space-around;
}
.menu_top_item{
    display: flex;
    align-items: center;
}
.menu_bottom{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.menu_bottom_item{
    font-size: 0.24rem;
    line-height: 2;
}