阅读排行榜

amberR 2018-10-17 08:53 阅读:215 评论:0 推荐:0
amberR 2018-04-13 17:58 阅读:211 评论:4 推荐:0
amberR 2018-03-18 00:30 阅读:206 评论:7 推荐:0
amberR 2018-06-19 14:24 阅读:204 评论:0 推荐:0
amberR 2018-05-02 20:15 阅读:199 评论:7 推荐: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; }