写一个快捷导航栏

229 阅读1分钟
*{ margin: 0px; padding: 0px; } div{ height: 30px; line-height: 35px; background-color:rgb(241,241,241) } li{ list-style-type: none; text-indent: 100px; font-size: 12px; display: inline-block; } a{ text-decoration: none; color:gray; text-indent: 30px; } a:hover{ color:red; } .zc{ color: red; } .jd{ background-image: url(./tel.png); background-repeat: no-repeat; }