我用两个带有灰色背景的span
创建了两个矩形。但是,当两个形状相交时,重叠部分的颜色会变暗。如何“禁用”此颜色以使颜色一致?
.rectangle1
position: absolute
right: 22px
bottom: 0px
height: 80px
width: 12px
background-color: grey
.rectangle2
position: absolute
right: 22px
bottom: 30px
height: 45px
width: 6px
background-color: grey