editmateial.css 1.2 KB
body,html{
    width:100%;
    height:100%;
    background: RGBA(245, 246, 250, 1);
}
.head{
    height:3rem;
    background: #fff;
    padding: 0.9rem 0;

}
.head_img{
    width:1.2rem;
    margin: 0 auto;
    height:1.2rem;
    border-radius: 50%;
    background: #ddd;
}
.head_img img{
    width:100%;
}
.material_name{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:7.5rem;
    margin: 0 auto;
    height:1.02rem;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0.33rem;
}
.item_name{
    color:RGBA(26, 26, 26, 1);
    font-size: 0.28rem;
}
.list_item_name{
    display:flex;
}
.list_name{
    color:RGBA(83, 87, 92, 1);
    font-size: 0.28rem;
    height:0.26rem;
    line-height: 0.26rem;
}
.item{
    margin-top: 0.16rem;
}
.icon-jinru{
    height:0.26rem;
    line-height: 0.26rem;
    color:#CCCCCC;
    font-size: 0.2rem;
    margin-left: 0.17rem;
}
.headwrap{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    left:42%;
    top:0.9rem;
    z-index: 5;
}
.icon-xiangji{
    position:absolute;
    top:0.3rem;
    left:0.35rem;
    font-size: 0.5rem;
    color:#fff;

}