#box3{
width:200px;
height:200px;
position:relative;
}
#box4{
width:99%;
position:absolute;
bottom:0;
我这样写,但最终文字部分不是出现在女生所在图中,而是和女生图远离,在最下面,这是什么原因
说明写反了呗。。。你都bottom 0了 还不是最下面么。。。。