我有这个html:
<p class="separator" style="background:url('http://localhost:85/WebCamClone/public/images/home/separator.png') repeat-y;"></p>
这个CSS:
p.separator {
position: absolute;
height: 100%;
width: 10px;
top: 0px;
right: 46px;
z-index: 999;
}
当我在新标签页中打开它时,我可以看到图像,但我看不到 p 标签中页面上显示的图像..为什么?