亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

導(dǎo)航條練習(xí)--使用CSS實現(xiàn)浮動下拉菜單

原創(chuàng) 2019-03-16 11:20:52 313
摘要:<ul> <li>已買到的寶貝</li> <li>我的足跡</li> </ul>*{margin: 0px;padding: 0px} .clear{clear: both;} a{text-decoration: none;color: #6
<ul>
						<li>已買到的寶貝</li>
						<li>我的足跡</li>
					</ul>
*{margin: 0px;padding: 0px}
.clear{clear: both;}
a{text-decoration: none;color: #6c6c6c;}
li{list-style: none;}
.header{width: 100%;height: 40px;background-color: #f5f5f5;}
.header_content{width: 1200px;height: 40px;margin: 0px auto;line-height: 40px;}
.header_content a:hover{color: #ff5000;}
.header_left{height: 40px;float: left;}
.header_left a{margin-right: 4px;}
.header_right{height: 40px;float: right;}
.header_a{display: inline-block;height: 40px;width: 100px;text-align: center;position: relative;}
.header_a:hover{background-color: #fff;}
.header_a ul{border: 1px solid #f5f5f5;display: none;position: absolute;width: 110px;border-top: none;}
.header_a:hover ul{display: block;}
.header_a ul li{color:#6c6c6c;height: 30px;line-height: 30px;padding: 0px 3px;text-align: left;margin: 5px 0px;}
.header_a ul li:hover{background: #f5f5f5;}


批改老師:滅絕師太批改時間:2019-03-16 13:14:46
老師總結(jié):代碼提交不全面老師看不到完整效果,下次提交注意下!

發(fā)佈手記

熱門詞條