personmaterial.css 1.4 KB
*{
    padding: 0;
    margin: 0;
}
body,html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.person_material{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:1.2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.content{
   margin-top: 0.3rem;
}
.sign{
    color:#F44141;
    font-size: 0.3rem;

}
.person_name{
    font-size: 0.34rem;
    color:#333333;
    margin-left: 0.2rem;
    font-weight: bold;
}
.material_name{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.person_material_name{
    font-size: 0.34rem;
    color:#333333;
    font-weight: bold;
}
.gochose{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.icon-arrow{
    font-size:0.24rem ;
    margin-left: 0.2rem;
}
.line{
    height:3px;
    background: #E4E4E4;
}
.foot{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 3.18rem;
}
.save{
    width:3.4rem;
    height:0.88rem;
    font-size: 0.34rem;
    color:#ffffff;
    background: #3990F5;
    border-radius: 5px;
    text-align: center;
    line-height: 0.88rem;
}
.cancel{
    width:3.4rem;
    height:0.88rem;
    font-size: 0.34rem;
    color:#888888;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 0.88rem;
    border:1px solid #888888;
}