向包含的div添加一个类,然后在其上设置以下CSS:
.img-overlay { position: relative; max-width: 500px; //whatever your max-width should be }position: relative的子元素的父元素上必填,子元素相
position: absolute对于该父元素定位。

向包含的div添加一个类,然后在其上设置以下CSS:
.img-overlay { position: relative; max-width: 500px; //whatever your max-width should be }position: relative的子元素的父元素上必填,子元素相
position: absolute对于该父元素定位。