我在使用::after
pseduo-element的元素上有背景图像但由于某种原因,在IE11中,背景图像不显示全宽,尽管事实上我有这些CSS设置:
.page--home__quaternary .form-holder--layout-band-name::after {
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
display: block;
background-image: url(../images/new/image.svg);
position: absolute;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
background-color: #742d7b;
-webkit-border-radius: 1.125em;
border-radius: 1.125em;
opacity: .75;
}
出于某种原因,高度很好但是它没有走向元素的全宽