a标签文字颜色

This commit is contained in:
罗宪 2015-05-27 18:39:29 +08:00
parent cce0cb50ff
commit ee68076d70
2 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,6 @@ $(function() {
if(m.attr("href")=="./"||url.indexOf(m.attr("href"))>=0){
self.num=m.parent().parent().parent().index();
self.cnum=m.parent().index();
console.log(self.num)
}
}
},

View File

@ -418,11 +418,14 @@ footer ul li > a {
color: #6EB4E0;
}
.aside-container .current {
.aside-container .current{
background: #fff;
border-left: 3px solid #71B5DE;
color: #71B5DE;
}
.aside-container .current a{
color: #71B5DE;
}
.main-wrapper {
display: flex;