|
|
|
@ -367,7 +367,7 @@ class InfosTopics extends Component{
|
|
|
|
|
float: left;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-right: 15px !important;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
color: #666;
|
|
|
|
@ -421,7 +421,7 @@ class InfosTopics extends Component{
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className={data===undefined?"":data.course_list===undefined||data.course_list.length===0?"shaiContent mb45":"shaiContent"}>
|
|
|
|
|
{data&&data.count===undefined?"":data&&data.count===0?"":<div className={data===undefined?"":data.course_list===undefined||data.course_list.length===0?"shaiContent mb45":"shaiContent"}>
|
|
|
|
|
<li className={course_list_id===undefined?"shaiItem shixun_repertoire active fl":"shaiItem shixun_repertoire fl"} onClick={()=>this.searchCourselistid(undefined)}>全部</li>
|
|
|
|
|
<div className="fl pr topicsItem mb20">
|
|
|
|
|
{data===undefined?"":data.course_list===undefined||data.course_list.length===0?"":data.course_list.map((item,key)=>{
|
|
|
|
@ -430,7 +430,7 @@ class InfosTopics extends Component{
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>}
|
|
|
|
|
|
|
|
|
|
</div>:<div className={"professional_certificationbox"}>
|
|
|
|
|
<p className="clearfix ">
|
|
|
|
@ -450,7 +450,7 @@ class InfosTopics extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{isshowprofes===false?<div className="clearfix font-12 mt20">
|
|
|
|
|
<p className="font-12 ml25 fl">
|
|
|
|
|
<p className="font-12 ml5 fl">
|
|
|
|
|
<span className="fl color-grey-9 mr20">共 <span className={"color-orange"}>{data&&data.count===undefined?0:data&&data.count}</span> 个</span>
|
|
|
|
|
<span className="fr color-grey-9">已选择 <span className={"color-orange"}>{checkBoxValues.length}</span> 个 (不支持跨页勾选)</span>
|
|
|
|
|
</p>
|
|
|
|
|