淘宝导航常用导航布局

Original 2019-01-05 22:36:36 212
abstract: 淘宝导航

*{margin: 0px;padding: 0px;}

a{text-decoration: none;font-size: 13px;}

.clear{clear: both;}

.header{width: 100%;background-color: #ccc;}

.header_content{width: 1200px;margin: 0px auto;line-height: 40px;}

.header_left{height: 40px;float: left;}

.header_left a{margin-right: 5px;}

.header_content a:hover{color: #FF5000;}

.header_right{width: 600px;height: 40px;float: right;}

.header_right a{margin-right: 5px;}

.header_a{display: inline-block;height: 40px;width: 90px;text-align: center;}

.header_a:hover{background-color: #fff;}


Correcting teacher:灭绝师太Correction time:2019-01-06 09:33:33
Teacher's summary:布局完成的不错,前端无捷径,多多练习就好啦

Release Notes

Popular Entries