dinnerpart.css 2.1 KB
body,html{
    width:100%;
    height:100%;
    background: #fff;
}
.container{
    display:flex;
    height:100%;
}
.navigation{
    width:1.6rem;
    /*margin-top: 0.58rem;*/
    height:100%;
    position:fixed;
    left:0;
    overflow-y: scroll;
}
.goodlist{
    width:1.6rem;
    height:100%;
    font-size: 0.28rem;
    color:#666666;
    text-align: center;
    line-height: 1rem;
    background: #EBEBEB;
}
.goodlist li{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    height:1.28rem;
    line-height: 1.28rem;
    text-align: center;
    background: #F5F6FA
}
.goodlist li.active{
    color:#BA1B2B;
    position:relative;
    display:flex;
    list-style: none;
    height:1.28rem;
    line-height: 1.28rem;
    text-align: center;
    background: #fff;
}

.goodlist li.active em{
    width:0.1rem;
    height:0.4rem;
    background:#BA1B2B ;
    position:absolute;
    top:0.4rem;
    left:0;
}
.goodinfo{
    margin-top: 0.67rem;
    margin-left: 0.32rem;
    position:absolute;
    left:1.6rem;

}
.text_img{
    width:1.2rem;
    height:1.2rem;
    border-radius: 0.1rem;
}
.container_list{
    display:flex;
    border-bottom: 1px solid #f5f5f5;
    padding:0.23rem 0;
}
.text_img img{
    width:1.2rem;
    height:1.2rem;
    border-radius: 0.1rem;
}
.container_info{
    margin-left: 0.24rem;
}
.info_name{
    width:3.28rem;
    font-size: 0.28rem;
    color:#000000;
    font-weight: 500;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info_num{
    width:2.82rem;
    font-size: 0.26rem;
    color: #666666;
    margin-top: 0.08rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.people{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.03rem;
}
.people_weight{
    width:2rem;
   font-size: 0.24rem;
    color:#FF0000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.people_money{
    font-size:0.24rem ;
    color:#FF0000;

}
.money{
    font-size:0.32rem ;
    color:#FF0000;
    font-weight: 600;
}