容器底部的额外空间

时间:2016-10-14 00:49:07

标签: html css

我正在尝试复制此设计http://www.csszengarden.com/217/以用于练习目的。

除了我身体的高度大于它所包含的内容外,几乎所有东西都是正确的。

这是代码

*{
	list-style: none;
	font-family: 'tablet-gothic-thin', sans-serif;

}*

div {
	display: block;
}

html {
	padding: 5%;
	background-color: #daede2;
}

body {
	margin: 0;
	padding: 0;
	background-color: #77c4d3;
	display: block;
}

.page-wrapper {
	margin: 0;
	padding: 0;
	height: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	display: block;
}

.sidebar {
	background: rgba(246,247,146,0.9);
	position: absolute;
	top: 120px;
	right: 0px;
	width: 30%;
	padding: 1%;
	z-index: 2;
	display: block;
}

.preamble {
	background: rgba(255, 255, 255,0.9);
	position: relative;
	width: 50%;
	top: 100px;
	left: -70px;
	margin: 20px 0;
	line-height: 25px;
	padding-left: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}

.preamble h3 {
	font-size: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: lighter;
}

.preamble p {
	margin-top: 0;
	padding: 1%;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 25px;
	margin: 0.5%;
	color: black;
	font-weight: lighter;
}

header {
	margin: 20px;
}

header h1 {
	background-color: #ea2e49;
	padding: 15px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 280.05px;
	position: relative;
	top: 50px;
	left: 30px;
	font-size: 30px;
	font-family: 'tablet-gothic', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: white;
}

header h2 {
	font-family: 'Coda Caption', sans-serif;
	color: white;
	letter-spacing: -7px;
	font-size: 110px;
	width: 700px;
	line-height: 1;
	position: relative;
	top: 0px;
	left: 30px;

}

.summary {
	width: 50%;
	position: relative;
}

.summary p {
	position: relative;
	left: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	font-family: 'tablet-gothic', sans-serif;
	font-size: 18px;

}

.summary p:last-child {
	border-top: 1px solid #ea2e49;
	margin-top: 20px;
	padding-top: 25px;
}

.summary p:last-child a {

}

a {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	transition: border-color 0.2s ease-in-out;
}

a:hover {
	border-bottom: 1px solid #ea2e49;
}

.select {
	font-size: 40px;
	font-weight: lighter;
	margin-top: 50px;
	margin-left: 33px;
	margin-bottom: 10px;
	text-align: inherit;
}

.design-selection ul {
	text-align: inherit;
	margin-top: 5px;
	margin-left: -5px;
	padding-right: 30px;

}
.design-selection li {
	font-size: 17px;
	line-height: 35px;
	color: rgba(0,0,0,0.2);
}

.design-selection li a {
	color: black;
}

.archives {
	font-size: 40px;
	font-weight: lighter;
	margin-top: 80px;
	margin-left: 33px;
	margin-bottom: 10px;
	text-align: inherit;
}

.design-archives ul {
	text-align: inherit;
	margin-top: 5px;
	margin-left: -5px;
	padding-right: 30px;

}
.design-archives li {
	font-size: 17px;
	line-height: 35px;
	color: rgba(0,0,0,0.2);
}

.design-archives li a {
	color: black;
}

.resources {
	font-size: 40px;
	font-weight: lighter;
	margin-top: 80px;
	margin-left: 33px;
	margin-bottom: 10px;
	text-align: inherit;
}

.zen-resources ul {
	text-align: inherit;
	margin-top: 5px;
	margin-left: -5px;
	padding-right: 30px;
	margin-bottom: 50px;

}
.zen-resources li {
	font-size: 17px;
	line-height: 35px;
	color: rgba(0,0,0,0.2);
}

.zen-resources li a {
	color: black;
}

.extra1 {
	position: fixed;
	z-index: 1;
	width: 30%;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(51,55,69,0.9);
}

.main-supporting {
	display: block;
	position: relative;
	padding: 1%;
}

.explanation {
	display: block;
	position: relative;
	top: 253px;
	left: 80px;
	width: 39%;
	padding: 1%;
}

.explanation h3 {
	font-family: sans-serif;
	font-weight: lighter;
	color: white;
	margin-left: 5px;
	font-size: 30px;
}

.explanation p {
	padding: 1%;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 25px;
	margin: 0.5%;
	color: white;
	font-weight: lighter;

}

.participation {
	display: block;
	position: relative;
	top: -265px;
	left: 600px;
	width: 35%;
	padding: 5%;
	background: rgba(234,46,73,0.9);
	z-index: 3;
}

.participation p {
	margin-top: 0;
	padding: 1%;
	color: white;
	line-height: 25px;
	font-family: sans-serif;
	font-size: 17px;
}

.participation a:hover {
	border-bottom: 1px solid white;
}

.participation h3 {
	font-family: sans-serif;
	font-size: 30px;
	color: white;
	margin left: 20px;
	margin-bottom: 10px;
	font-weight: lighter;
}

.benefits {
	display: block;
	position: relative;
	width: 15%;
	background: rgba(255,255,255,0.9);
	padding: 5%;
	top: -150px;
	left: 78px;
}

.benefits p {
	font-family: sans-serif;
	line-height: 25px;
	font-weight: lighter;
	font-size: 17px;
}

.benefits h3 {
	font-family: sans-serif;
	font-size: 25px;
	font-weight: lighter;
}

.requirements {
	display: block;
	background: rgba(255,255,255,0.9);
	width: 59%;
	position: relative;
	top: -833px;
	left: 381px;
	padding: 2%;
}

.requirements p {
	font-family: sans-serif;
	line-height: 25px;
	font-size: 17px;
}

.requirements p:first-child {
	margin: 50px 50px 20px 50px; 
}

.requirements p:nth-child(2) {
	margin: 0px 50px 20px 50px;
}

.requirements p:nth-child(3) {
	margin: 0px 50px 20px 50px;
}

.requirements p:nth-child(4) {
	margin: 0px 50px 20px 50px;
}

.requirements p:nth-child(5) {
	margin: 0px 50px 20px 50px;
	padding-bottom: 3%;
}

.requirements p:nth-child(6) {
	margin: 0px 50px 40px 50px;
	padding-top: 5%;
	border-top: 1px solid #ea2e49;
	text-transform: uppercase;
}

.requirements h3 {
	margin: 50px 50px 10px 50px;
	font-family: sans-serif;
	font-size: 25px;
	font-weight: lighter;

}

.requirements a {
	color: black;
}

footer {
	position: relative;
	display: block;
	top: -834.5px;
	left: 60px;
	background: rgba(246,247,146,0.9);
	width: 45%;
	padding: 1.5%;
	margin-bottom: 0px;
}

footer a {
	color: black;
	margin-left: 3%;
}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>CSS Zen Garden: The Beauty of CSS Design</title>

	<link rel="stylesheet" media="screen" href="style.css?v=8may2013">
	<link rel="stylesheet" type="text/css" href="design.css">
	<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.csszengarden.com/zengarden.xml">
	<link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">

	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="author" content="Dave Shea">
	<meta name="description" content="A demonstration of what can be accomplished visually through CSS-based design.">
	<meta name="robots" content="all">


	<!--[if lt IE 9]>
	<script src="script/html5shiv.js"></script>
	<![endif]-->
</head>

<!--



	View source is a feature, not a bug. Thanks for your curiosity and
	interest in participating!

	Here are the submission guidelines for the new and improved csszengarden.com:

	- CSS3? Of course! Prefix for ALL browsers where necessary.
	- go responsive; test your layout at multiple screen sizes.
	- your browser testing baseline: IE9+, recent Chrome/Firefox/Safari, and iOS/Android
	- Graceful degradation is acceptable, and in fact highly encouraged.
	- use classes for styling. Don't use ids.
	- web fonts are cool, just make sure you have a license to share the files. Hosted 
	  services that are applied via the CSS file (ie. Google Fonts) will work fine, but
	  most that require custom HTML won't. TypeKit is supported, see the readme on this
	  page for usage instructions: https://github.com/mezzoblue/csszengarden.com/

	And a few tips on building your CSS file:

	- use :first-child, :last-child and :nth-child to get at non-classed elements
	- use ::before and ::after to create pseudo-elements for extra styling
	- use multiple background images to apply as many as you need to any element
	- use the Kellum Method for image replacement, if still needed.
	- don't rely on the extra divs at the bottom. Use ::before and ::after instead.

		
-->

<body id="css-zen-garden">
<div class="page-wrapper">

	<section class="intro" id="zen-intro">
		<header role="banner">
			<h1>CSS Zen Garden</h1>
			<h2>The Beauty of <abbr title="Cascading Style Sheets">CSS</abbr> Design</h2>
		</header>

		<div class="summary" id="zen-summary" role="article">
			<p>A demonstration of what can be accomplished through <abbr title="Cascading Style Sheets">CSS</abbr>-based design. Select any style sheet from the list to load it into this page.</p>
			<p>Download the example <a href="/examples/index" title="This page's source HTML code, not to be modified.">html file</a> and <a href="/examples/style.css" title="This page's sample CSS, the file you may modify.">css file</a></p>
		</div>

		<div class="preamble" id="zen-preamble" role="article">
			<h3>The Road to Enlightenment</h3>
			<p>Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible <abbr title="Document Object Model">DOM</abbr>s, broken <abbr title="Cascading Style Sheets">CSS</abbr> support, and abandoned browsers.</p>
			<p>We must clear the mind of the past. Web enlightenment has been achieved thanks to the tireless efforts of folk like the <abbr title="World Wide Web Consortium">W3C</abbr>, <abbr title="Web Standards Project">WaSP</abbr>, and the major browser creators.</p>
			<p>The CSS Zen Garden invites you to relax and meditate on the important lessons of the masters. Begin to see with clarity. Learn to use the time-honored techniques in new and invigorating fashion. Become one with the web.</p>
		</div>
	</section>

	<div class="main supporting" id="zen-supporting" role="main">
		<div class="explanation" id="zen-explanation" role="article">
			<h3>So What is This About?</h3>
			<p>There is a continuing need to show the power of <abbr title="Cascading Style Sheets">CSS</abbr>. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The <abbr title="HyperText Markup Language">HTML</abbr> remains the same, the only thing that has changed is the external <abbr title="Cascading Style Sheets">CSS</abbr> file. Yes, really.</p>
			<p><abbr title="Cascading Style Sheets">CSS</abbr> allows complete and total control over the style of a hypertext document. The only way this can be illustrated in a way that gets people excited is by demonstrating what it can truly be, once the reins are placed in the hands of those able to create beauty from structure. Designers and coders alike have contributed to the beauty of the web; we can always push it further.</p>
		</div>

		<div class="participation" id="zen-participation" role="article">
			<h3>Participation</h3>
			<p>Strong visual design has always been our focus. You are modifying this page, so strong <abbr title="Cascading Style Sheets">CSS</abbr> skills are necessary too, but the example files are commented well enough that even <abbr title="Cascading Style Sheets">CSS</abbr> novices can use them as starting points. Please see the <a href="http://www.mezzoblue.com/zengarden/resources/" title="A listing of CSS-related resources"><abbr title="Cascading Style Sheets">CSS</abbr> Resource Guide</a> for advanced tutorials and tips on working with <abbr title="Cascading Style Sheets">CSS</abbr>.</p>
			<p>You may modify the style sheet in any way you wish, but not the <abbr title="HyperText Markup Language">HTML</abbr>. This may seem daunting at first if you&#8217;ve never worked this way before, but follow the listed links to learn more, and use the sample files as a guide.</p>
			<p>Download the sample <a href="/examples/index" title="This page's source HTML code, not to be modified.">HTML</a> and <a href="/examples/style.css" title="This page's sample CSS, the file you may modify.">CSS</a> to work on a copy locally. Once you have completed your masterpiece (and please, don&#8217;t submit half-finished work) upload your <abbr title="Cascading Style Sheets">CSS</abbr> file to a web server under your control. <a href="http://www.mezzoblue.com/zengarden/submit/" title="Use the contact form to send us your CSS file">Send us a link</a> to an archive of that file and all associated assets, and if we choose to use it we will download it and place it on our server.</p>
		</div>

		<div class="benefits" id="zen-benefits" role="article">
			<h3>Benefits</h3>
			<p>Why participate? For recognition, inspiration, and a resource we can all refer to showing people how amazing <abbr title="Cascading Style Sheets">CSS</abbr> really can be. This site serves as equal parts inspiration for those working on the web today, learning tool for those who will be tomorrow, and gallery of future techniques we can all look forward to.</p>
		</div>

		<div class="requirements" id="zen-requirements" role="article">
			<h3>Requirements</h3>
			<p>Where possible, we would like to see mostly <abbr title="Cascading Style Sheets, levels 1 and 2">CSS 1 &amp; 2</abbr> usage. <abbr title="Cascading Style Sheets, levels 3 and 4">CSS 3 &amp; 4</abbr> should be limited to widely-supported elements only, or strong fallbacks should be provided. The CSS Zen Garden is about functional, practical <abbr title="Cascading Style Sheets">CSS</abbr> and not the latest bleeding-edge tricks viewable by 2% of the browsing public. The only real requirement we have is that your <abbr title="Cascading Style Sheets">CSS</abbr> validates.</p>
			<p>Luckily, designing this way shows how well various browsers have implemented <abbr title="Cascading Style Sheets">CSS</abbr> by now. When sticking to the guidelines you should see fairly consistent results across most modern browsers. Due to the sheer number of user agents on the web these days &#8212; especially when you factor in mobile &#8212; pixel-perfect layouts may not be possible across every platform. That&#8217;s okay, but do test in as many as you can. Your design should work in at least IE9+ and the latest Chrome, Firefox, iOS and Android browsers (run by over 90% of the population).</p>
			<p>We ask that you submit original artwork. Please respect copyright laws. Please keep objectionable material to a minimum, and try to incorporate unique and interesting visual themes to your work. We&#8217;re well past the point of needing another garden-related design.</p>
			<p>This is a learning exercise as well as a demonstration. You retain full copyright on your graphics (with limited exceptions, see <a href="http://www.mezzoblue.com/zengarden/submit/guidelines/">submission guidelines</a>), but we ask you release your <abbr title="Cascading Style Sheets">CSS</abbr> under a Creative Commons license identical to the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" title="View the Zen Garden's license information.">one on this site</a> so that others may learn from your work.</p>
			<p role="contentinfo">By <a href="http://www.mezzoblue.com/">Dave Shea</a>. Bandwidth graciously donated by <a href="http://www.mediatemple.net/">mediatemple</a>. Now available: <a href="http://www.amazon.com/exec/obidos/ASIN/0321303474/mezzoblue-20/">Zen Garden, the book</a>.</p>
		</div>

		<footer>
			<a href="http://validator.w3.org/check/referer" title="Check the validity of this site&#8217;s HTML" class="zen-validate-html">HTML</a>
			<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Check the validity of this site&#8217;s CSS" class="zen-validate-css">CSS</a>
			<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" title="View the Creative Commons license of this site: Attribution-NonCommercial-ShareAlike." class="zen-license">CC</a>
			<a href="http://mezzoblue.com/zengarden/faq/#aaa" title="Read about the accessibility of this site" class="zen-accessibility">A11y</a>
			<a href="https://github.com/mezzoblue/csszengarden.com" title="Fork this site on Github" class="zen-github">GH</a>
		</footer>

	</div>


	<aside class="sidebar" role="complementary">
		<div class="wrapper">

			<div class="design-selection" id="design-selection">
				<h3 class="select">Select a Design:</h3>
				<nav role="navigation">
					<ul>
					<li>
						<a href="/221/" class="design-name">Mid Century Modern</a> by						<a href="http://andrewlohman.com/" class="designer-name">Andrew Lohman</a>
					</li>					<li>
						<a href="/220/" class="design-name">Garments</a> by						<a href="http://danielmall.com/" class="designer-name">Dan Mall</a>
					</li>					<li>
						<a href="/219/" class="design-name">Steel</a> by						<a href="http://steffen-knoeller.de" class="designer-name">Steffen Knoeller</a>
					</li>					<li>
						<a href="/218/" class="design-name">Apothecary</a> by						<a href="http://trentwalton.com" class="designer-name">Trent Walton</a>
					</li>					<li>
						<a href="/217/" class="design-name">Screen Filler</a> by						<a href="http://elliotjaystocks.com/" class="designer-name">Elliot Jay Stocks</a>
					</li>					<li>
						<a href="/216/" class="design-name">Fountain Kiss</a> by						<a href="http://jeremycarlson.com" class="designer-name">Jeremy Carlson</a>
					</li>					<li>
						<a href="/215/" class="design-name">A Robot Named Jimmy</a> by						<a href="http://meltmedia.com/" class="designer-name">meltmedia</a>
					</li>					<li>
						<a href="/214/" class="design-name">Verde Moderna</a> by						<a href="http://www.mezzoblue.com/" class="designer-name">Dave Shea</a>
					</li>					</ul>
				</nav>
			</div>

			<div class="design-archives" id="design-archives">
				<h3 class="archives">Archives:</h3>
				<nav role="navigation">
					<ul>
						<li class="next">
							<a href="/214/page1">
								Next Designs <span class="indicator">&rsaquo;</span>
							</a>
						</li>
						<li class="viewall">
							<a href="http://www.mezzoblue.com/zengarden/alldesigns/" title="View every submission to the Zen Garden.">
								View All Designs							</a>
						</li>
					</ul>
				</nav>
			</div>

			<div class="zen-resources" id="zen-resources">
				<h3 class="resources">Resources:</h3>
				<ul>
					<li class="view-css">
						<a href="style.css" title="View the source CSS file of the currently-viewed design.">
							View This Design&#8217;s <abbr title="Cascading Style Sheets">CSS</abbr>						</a>
					</li>
					<li class="css-resources">
						<a href="http://www.mezzoblue.com/zengarden/resources/" title="Links to great sites with information on using CSS.">
							<abbr title="Cascading Style Sheets">CSS</abbr> Resources						</a>
					</li>
					<li class="zen-faq">
						<a href="http://www.mezzoblue.com/zengarden/faq/" title="A list of Frequently Asked Questions about the Zen Garden.">
							<abbr title="Frequently Asked Questions">FAQ</abbr>						</a>
					</li>
					<li class="zen-submit">
						<a href="http://www.mezzoblue.com/zengarden/submit/" title="Send in your own CSS file.">
							Submit a Design						</a>
					</li>
					<li class="zen-translations">
						<a href="http://www.mezzoblue.com/zengarden/translations/" title="View translated versions of this page.">
							Translations						</a>
					</li>
				</ul>
			</div>
		</div>
	</aside>


</div>

<!--

	These superfluous divs/spans were originally provided as catch-alls to add extra imagery.
	These days we have full ::before and ::after support, favour using those instead.
	These only remain for historical design compatibility. They might go away one day.
		
-->
<div class="extra1" role="presentation"></div><div class="extra2" role="presentation"></div><div class="extra3" role="presentation"></div>
<div class="extra4" role="presentation"></div><div class="extra5" role="presentation"></div><div class="extra6" role="presentation"></div>

</body>
</html>

正如您在代码段中看到的那样,内容后面有额外的空格。

我需要帮助。

谢谢。

4 个答案:

答案 0 :(得分:1)

在此布局中使用相对位置时有一些积极因素和否定词。

查看enter image description here

下面的镜头

ID为zen-requirements的div已在布局中相对定位,并且top: -833px;。取出这个顶部,你会发现div的初始位置占据了你试图摆脱的空间(不要忘记在某处填充一点点).....

嗯......坚持这个布局..我相信你必须调整你的div page-wrapper的大小(添加一个id以避免其他类受到影响)<登记/> 将这些规则添加到id ..

height: 3000px;
overflow:hidden

一种Javascript方法,用于查找相对于窗口top的最后一个黄色页脚的计算位置,并自动调整窗口大小可能有效......

答案 1 :(得分:0)

html{ padding: 5%}是原因。它也会在底部留出额外的空间。

您可以将其设置为:html{padding: 5% 5% 0 5%}

enter image description here

修改 如果您还意味着导航包含的蓝色额外空间包含HTML,CSS,...您还可以调整div.main的填充:

div.main {
    padding: 5% 5% 0 5%;
}

如下面的截图:

enter image description here

答案 2 :(得分:0)

我认为这是因为.requirements阻止相对定位。

请参阅:position:relative leaves an empty space

答案 3 :(得分:0)

如果您为容器添加固定大小,则可以解决问题,但通常您的设计与您显示的示例不同。试试这个:

#zen-supporting {
    height: 1750px;
}