#site-nav .down-menu a{
height:88px;
line-height:88px;
border-bottom:0px solid #9e5ae2;
transition-duration:0.6s;
}
#site-nav .down-menu>.current-menu-item>a{
height:88px;
line-height:88px;
border-bottom:2px solid #9e5ae2;
}
#site-nav .down-menu>li>a:hover{
height:88px;
border-bottom:88px solid #333d46;
}
#site-nav .down-menu>.current-post-ancestor>a{
color:#9e5ae2;
height:88px;
line-height:88px;
border-bottom:2px solid #9e5ae2;
}
.author-profile i , .post-like a , .post-share .show-share , .sub-text , .we-info a , span.sitename , .post-more i:hover , #pagination a:hover , .post-content a:hover , .float-content i:hover{ color: #db60bc }
.feature i , .feature-title span , .download , .navigator i:hover , .links ul li:before , .ar-time i , span.ar-circle , .object , .comment .comment-reply-link , .siren-checkbox-radio:checked + .siren-checkbox-radioInput:after { background: #db60bc }
::-webkit-scrollbar-thumb { background: #db60bc }
.download , .navigator i:hover , .link-title , .links ul li:hover , #pagination a:hover , .comment-respond input[type='submit']:hover { border-color: #db60bc }
.entry-content a:hover , .site-info a:hover , .comment h4 a , #comments-navi a.prev , #comments-navi a.next , .comment h4 a:hover , .site-top ul li a:hover , .entry-title a:hover , #archives-temp h3 , span.page-numbers.current , .sorry li a:hover , .site-title a:hover , i.iconfont.js-toggle-search.iconsearch:hover , .comment-respond input[type='submit']:hover { color: #db60bc }

最新文章

  1. maven的搭建
  2. Liferay 6.2 改造系列之十七:当Portlet无权限时,不显示错误信息
  3. 第七篇 Integration Services:中级工作流管理
  4. eclipse的设置和优化
  5. [OFBiz]开发 三
  6. kafka broker 进入 conflicted ephemeral node 死循环
  7. JavaScript 字符串函数 之查找字符方法(一)
  8. 正确的IP地址正则表达式
  9. SQL Server on Red Hat Enterprise Linux——RHEL上的SQL Server(全截图)
  10. usaco training 3.4.3 fence9 题解
  11. web报表工具finereport常用函数的用法总结(数组函数)
  12. Jenkins 的安装部署
  13. css_文本溢出
  14. hdfs常用的命令
  15. 《c++ concurrency in action》读书笔记1
  16. Redis的使用及参考代码
  17. Java命令行参数解析
  18. LeetCode——300. Longest Increasing Subsequence
  19. centos 6.X下建立arduino开发环境
  20. 用ActionController::Renderer的render方法渲染模版

热门文章

  1. 【C++】拷贝构造函数(深拷贝,浅拷贝)详解
  2. Mybatis中的like模糊查询四种方式
  3. #6【bzoj4321】queue2 dp
  4. php中$this->是什么意思
  5. 【Java】 剑指offer(56-2) 数组中唯一只出现一次的数字
  6. jooq实践
  7. idea springboot热部署无效问题
  8. Java开发人员必须掌握的Linux命令(二)
  9. 机器学习笔记(4):多类逻辑回归-使用gluton
  10. uva 10816 Travel in Desert(简单的好题~两种方法)