陈达

毕业于南京理工大学



._container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

._username{
	font-size: x-large;
    font-weight: bold;
}
._avatar{
    width: 10vw;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}
._bio{
    color: rgba(0,0,0,.54);
    margin: 0 0 10px;
}


项目成功展示