gpt4 book ai didi

css - 当我更改页面时,页面中间向右移动

转载 作者:行者123 更新时间:2023-11-28 13:13:56 24 4
gpt4 key购买 nike

我创建了一个带有图片的网站,当我进入图片页面并...单击“下一步”、“预览图片”时,图片会向右浮动。在 IE 中运行良好,但在 Google Chrome、Mozilla、Safari 中...中间页面向右浮动。我尝试更改 css 但没有想到。你可以帮助我吗?提前致谢!

我在标题和 css 代码中放入的类“内容”

body {
/*background-color: none;
border-radius: 25px;
background-image:url('/images/gray_jean.png');*/
background: #ffffff;
color: #000000;
margin:0;
padding:0;
}

.content {
position:relative;
margin:0 auto;
margin-left: auto;
margin-right: auto;
text-align: center;
width:100%;
clear: both;
}

谢谢

最佳答案

将您当前的代码替换为此,

.content {
margin:0 auto;
text-align: center;
width:100%;
}

关于css - 当我更改页面时,页面中间向右移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15186561/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com