CSS代码书写顺序:
1.位置属性(position, top, right, z-index, display, float等);
2.大小(width, height, padding, margin);
3.文字系列(font, line-height, letter-spacing, color- text-align等);
4.背景(background, border等);
5.其他(animation, transition等)。是wp中的自定义导航菜单中的CSS,其实是调用了“menu-item”、“menu-item-type-taxonomy” 、“menu-item-object-category”、“current-menu-item”,“menu-item-21”五个样式,它们中间是用空格分开的。在主题类别页当前类别的菜单项中还会多出一个“current-menu-item”。