@@ -219,6 +219,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
font-size: 14px;
font-weight: 400;
word-wrap: break-word;
+ color: #000;
}
.anchors .active a {
@@ -131,6 +131,7 @@ function renderDetail(data) {
</div>`)
//最近一次计划默认展开
$(".laterWrap .infoBox:first-child .childrenBox").show();
+ $(".laterWrap .infoBox:first-child .toggleInfo").attr("src",collapseImg)
// adjustHeight()
bindToggleInfo()