1 2 3 4 5 6 7 8 | < nav > < ul > < li >< a href = "#" >< span class = "diamond-icon" ></ span >首页</ a ></ li > < li >< a href = "#" >< span class = "diamond-icon" ></ span >新闻</ a ></ li > < li >< a href = "#" >< span class = "diamond-icon" ></ span >产品</ a ></ li > < li >< a href = "#" >< span class = "diamond-icon" ></ span >关于我们</ a ></ li > </ ul > </ nav > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | nav { background-color : #F2F2F2 ; padding : 10px ; } ul { list-style-type : none ; margin : 0 ; padding : 0 ; } li { display : inline- block ; margin-right : 10px ; } a { text-decoration : none ; color : #333 ; font-weight : bold ; } .diamond- icon { display : inline- block ; width : 10px ; height : 10px ; background-color : #333 ; transform: rotate( 45 deg); margin-right : 5px ; } |
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com