<div class="people"></div>
.people {
position: relative;
width: 200px;
height: 200px;
background-color: #eee;
mask-image: url("@/assets/images/people.png");
&::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 0;
background-color: #3D5CFF;
}
}
人形素材文件:
最终效果: