阅读排行榜

amberR 2018-04-04 17:18 阅读:227 评论:2 推荐:0
amberR 2018-05-29 21:22 阅读:225 评论:4 推荐:0
amberR 2018-04-15 21:13 阅读:223 评论:3 推荐:0
amberR 2018-03-10 01:20 阅读:221 评论:15 推荐:0
amberR 2018-02-14 13:46 阅读:218 评论:2 推荐:0
/*头部导航栏*/ #navigator { font-size:15px; border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; height: 60px;/*导航栏高度,原始50*/ clear: both; margin-top: 25px; } /*导航栏设置,可以自定义导航栏的目录*/ #navList { min-height: 35px; float: left; } #navList li { /*每一个栏目节点*/ float: left; margin: 0 5px 0 0; /*这里原来是0 40px 0 0 */ } #navList a { /*栏目文字的格式*/ display: block; width: 5em; height: 22px; float: left; text-align: center; padding-top: 19px; }