div圆角头像

<div
	class="avator"
	style="background: url({:format_person_photo($vo[person_photo],$vo[person_sex])});"
></div>
.avator {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 10px auto;
	background-size: 100% 100% !important;
	background-position: center;
	background-repeat: no-repeat;
}

posted on 2022-09-09 10:53  小馬過河﹎  阅读(15)  评论(0)    收藏  举报

导航