我正在尝试调整我的内容与谷歌横幅小屏幕。Example Image
有类名为parent-content
的父div和名为ad3
的banner div。
以下是我的screen max-600px代码
.parent-content
{
position: relative;
word-wrap: break-word;
-moz-hyphens:auto;
-ms-hyphens:auto;
-webkit-hyphens:auto;
hyphens:auto;
}
.ad3
{
position: absolute;
display: flex;
justify-content: flex-end;
height:auto;
width:100%;
}
期待听到解决方案。
提前感谢
https://stackoverflow.com/questions/50654563
复制相似问题