1由于某种原因,我的课程项目 close_full 没有显示图像。我似乎无法弄清楚为什么一切似乎都设置正确 JSFIDDLE
#full_image{
width: 339px;
height: 211px;
left: 10px;
position: absolute;
opacity: 1;
z-index: 90000;
}
#full_image img {
left: 10px;
width: 339px;
height: 211px;
position: relative;
overflow: hidden;
}
#full_image .close_full {
height: 209px;
width: 209px;
position: relative;
background: url('zoom-off.png') no-repeat;
bottom: 5%;
right: -29px;
margin-top: -36px;
cursor: pointer;
z-index: 1;
background-position: right top;
opacity: 1;
}
<div id="full_image"> <img src="1.jpg"></div>
<span> <a href="#" class="close_full" ></a></span>