把用户头像设置为圆

<img class="user-picture" src="/static/img/user-picture-01.jpg" alt="用户头像">
 .user-picture {
    width: 50px;
    height: 50px;
    border: 2px solid #e4007e;
    border-radius: 50%;
}

 

效果图:

posted @ 2019-05-07 17:14  又又IT  阅读(288)  评论(0编辑  收藏  举报