|
|
|
@ -76,7 +76,7 @@ a.problem_name{ color:#ff5722; }
|
|
|
|
|
a:hover.problem_name{ color:#d33503;}
|
|
|
|
|
a.problem_tit{ color:#0781b4; max-width:430px; font-weight:bold; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|
a.problem_tit02{ color:#0781b4; font-weight:bold;max-width:400px;}
|
|
|
|
|
.problem_tit_div{ color:#0781b4; font-weight:bold;width:400px; }
|
|
|
|
|
.problem_tit_div{ color:#0781b4; font-weight:bold;max-width:400px; }
|
|
|
|
|
a.problem_tit_a{ color:#0781b4; }
|
|
|
|
|
.problem_tit_a:hover{ color:#09658c; }
|
|
|
|
|
a:hover.problem_tit,a:hover.problem_tit02{ color:#09658c; }
|
|
|
|
@ -180,6 +180,7 @@ a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; col
|
|
|
|
|
/* 版本库展示Git操作文档 */
|
|
|
|
|
.repos_more{height:23px; width:100%; border:1px solid #CCC; background:#F6F6F6; text-align:center; font-size:12px; padding-top:2px;}
|
|
|
|
|
.lh23{line-height: 23px;}
|
|
|
|
|
.repos_git_more{display: none;}
|
|
|
|
|
|
|
|
|
|
/* 弹框 新样式还没设计出来,暂时用的课程那边的样式 */
|
|
|
|
|
.alert .close{width:26px;height:26px;overflow:hidden;position:absolute;top:-10px;right:-502px;background:url(images/close.png) no-repeat;cursor:pointer;}
|
|
|
|
|