我需要把这个中心:https://www.nologo.surf/4-fun/在360度图像不是中心.
谢谢
发布于 2018-06-27 13:23:43
在threesixty-image类的div上添加以下内容:
.threesixty-image {
margin: auto;
}我在浏览器中进行了测试,这应该是你的中心。
发布于 2018-06-27 13:26:55
只需在CSS中添加此代码即可。
.threesixty-image { margin:0 auto; }
https://stackoverflow.com/questions/51063870
复制相似问题