我正在制作一个具有旋转背景图像的网页。在 localhost 上进行开发,我安排了一些东西,以便图像中的人位于我想要的位置。但是,当我推送到服务器并在不同的浏览器中打开网页时,有些人不在屏幕上,结果因浏览器而异。
这是我正在使用的 CSS
.animate-this .img1,
.animate-this .img3 {
clear: left;
display: block;
width: 100%;
height: 1210px;
margin-left: auto;
margin-right: auto;
}
.animate-this .img2 {
clear: left;
display: block;
width: 1620px;
height: 1210px;
margin-left: auto;
margin-right: auto;
background-color: #2b292b;
background-repeat: no-repeat;
}
.animate-this .img4 {
clear: left;
display: block;
width: 1522px;
height: 1210px;
background-color: #2b292b;
background-repeat: no-repeat;
}