gpt4 book ai didi

css - 无法修复填充

转载 作者:太空宇宙 更新时间:2023-11-04 16:09:57 25 4
gpt4 key购买 nike

我在网站上工作。我希望大图像(宽度为 900 像素)覆盖整个容器。目前,右侧有一点填充,我无法修复。请帮帮我。

<!DOCTYPE html>
<html id="index-page" class="canvas canvastext no-touch draganddrop rgba borderradius boxshadow textshadow opacity fontface video audio localstorage mobile-768 mozilla wordpress-section w-900 lt-960 js gradient rgba opacity textshadow multiplebgs boxshadow borderimage borderradius no-cssreflections csstransforms csstransitions fontface not-ie domloaded" lang="en-US" dir="ltr">
<head>
<body id="home" class="home blog">
<div id="wrap" style="">
<header role="banner">
<section id="site-logo">
<a href="http://ackmaster.com/wordpress">
<img width="1200px" alt="Ackmaster.com" src="http://ackmaster.com/wordpress/wp-content/uploads/2011/12/WebSiteMain2.jpg">
</a>
</section>
<section id="nav-wrap">
</header>
<div id="content" role="main">
<footer style="min-height: 0; padding-top: 0;" role="contentinfo">
</div>
<script>
<div id="fancybox-tmp"></div>
<div id="fancybox-loading">
<div id="fancybox-overlay"></div>
<div id="fancybox-wrap">
</body>
</html>

使用 firebug 相关的 CSS 是:

body, button, input, select, textarea {
color: #8E8E8E;
}
dark.css (line 7)
body {
background-image: url("bg-base.jpg");
}
dark.css (line 6)
body {
min-width: 480px;
}
mobile.css (line 6)
body {
background: url("../images/bg-base.jpg") repeat scroll 0 0 transparent;
}
layout.css (line 7)
body, button, input, select, textarea {
color: #3F3F3F;
font-family: "Helvetica Neue",Arial,sans-serif;
}
boilerplate.css (line 37)
body {
font-size: 13px;
line-height: 1.6;
margin: 0;
}
boilerplate.css (line 35)
Inherited fromhtml#index-page.canvas
html {
font-size: 100%;
}
boilerplate.css (line 33)

最佳答案

样式表“layout.css”具有 padding: 0 30; 用于 ID 为 #wrap 的 div。那是您的图像所在的 div。填充会影响图像的左侧和右侧。将其设置为 padding-left: 30px; 以保留左侧填充并移除右侧。

关于css - 无法修复填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8537897/

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