1.图片遮罩
.img_root{
position: relative;
display: flex;
}
.img_mask{
position: absolute;
width: 100%;
height: 100%;
background: rgba(100,100,100,0.5);
}
1.图片遮罩
.img_root{
position: relative;
display: flex;
}
.img_mask{
position: absolute;
width: 100%;
height: 100%;
background: rgba(100,100,100,0.5);
}