图片居中显示



1
2
3
4
5
6
7
8
.avatar {
width: 86px;
height: 86px;
border-radius: 50%;
background: 50%/cover;
background-color: #f1f1f1;
background-image: url(https://avatars.githubusercontent.com/u/27326998?v=3);
}