我在文本后面有一个徽标,每次我修改另一个 div 的边距时,它都会改变位置。第一个来自 PUG,第二个来自 css
.column(span="row")
h1.first-title Bmw M4
img(src="asset/image/M-emblem.png", alt="").icon__M
img.icon__M{
max-width: 80px;
height: auto;
position: absolute;
z-index: 0;
right: 107px;
top: 177px;
}
我使用它作为图标的绝对位置和 div 和 z-index 的相对位置来将徽标放在文本后面