header .bottom ul {
list-style-type: none;
font-family: David;
font-size: 0;/清除的inline-block元素前后换行符/
}
header .bottom ul li {
display: inline-block;
padding: 5px 15px 5px 0;
font-size: 14.7px;/然后在子元素里写出真正的font-size/
}
header .bottom ul {
list-style-type: none;
font-family: David;
font-size: 0;/清除的inline-block元素前后换行符/
}
header .bottom ul li {
display: inline-block;
padding: 5px 15px 5px 0;
font-size: 14.7px;/然后在子元素里写出真正的font-size/
}