主要是样式 重点级是1父布局正方形,高等于宽,2父相对布局,儿子绝对布局
首先父亲.imgroot{
width: 20%;
height: 20vw;
position: relative;
background: #5B6CFB
}
然后儿子.img{
height: 85%;
width: 85%;
bottom: 5%;
left: 5%;
background: #ff0000;
position: absolute;
}
二儿子角标.deletebadge{
height: 20%;
width: 20%;
right: 0%;
top: 0%;
background: #ff00ff;
position: absolute;
}
网友评论