浮动章节作业

Original 2019-04-13 15:54:55 208
abstract:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>NAV</title> <style> *{margin: 0;padding: 0;} .top_conter 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>NAV</title>
<style>
*{margin: 0;padding: 0;}
.top_conter ul{list-style: none; height:40px;}
.top_conter ul li{float:left;padding: 0px 10px;}
.top_conter ul li a{text-decoration: none;height:40px; }
.top_conter ul li a:hover{text-decoration: none;height:40px;background-color:#fff;display: inline-block;}
.clear{clear: both;}
.top_box{background: #fff;width: 100%}
.top_conter{height:40px;width:1400px;font-size: 11px;line-height: 40px;background-color:pink;margin:0px auto;position: relative;}
.top_conter_left{float: left;width: 400px;}
.top_conter_right{float: right;width: 700px;}

</style>
</head>
<body>
<div class="top_box">
	<div class="top_conter">
		<div class="top_conter_left">
				<ul>
					<li class="tnav"><a href="" class="navc">中国大陆</a>
					<li><a href="">亲,请登录</a></li>
					<li><a href="">免费注册</a></li>
					<li><a href="">手机逛</a></li>
				</ul>
		</div>

	</div>
</div>


</body>		      
</html>


Correcting teacher:天蓬老师Correction time:2019-04-13 16:24:49
Teacher's summary:top_conter_left{float: left;width: 400px;} .top_conter_right{float: right;width: 700px;} css代码最好格式一下再提交, 像这样的代码, 又没有高亮显示, 你能迅速读懂吗?

Release Notes

Popular Entries