@颜色修改

This commit is contained in:
guange 2015-12-17 15:54:29 +08:00
parent 923cb3c84f
commit ed649e0724
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
.atwho-view .cur {
background: #3366FF;
background: #269ac9;
color: white;
}
.atwho-view .cur small {
@ -48,3 +48,5 @@
font-weight: normal;
}
/* @功能 定义 */
span.at {color:#269ac9;}

View File

@ -1381,3 +1381,6 @@ a:hover.blueCir{ background:#3598db; color:#fff;}
.proHelp {background:url(/images/course/hwork_icon.png) -5px -124px no-repeat; display:inline-block; width:15px; height:15px; display:inline-block;}
.hworkPrName {width:110px; max-width:110px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; height:18px; line-height:18px; font-size:12px; color:#888888; text-align:center;}
.mr150 {margin-right:150px;}
/* @功能 定义 */
span.at {color:#269ac9;}