|
|
|
@ -211,15 +211,15 @@ class ShixunModal extends Component{
|
|
|
|
|
<a onClick={()=>this.changeTag("all")} className={ type==="all" ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>全部</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/*shixunmodallist && shixunmodallist.tags.map((item,key)=>{*/}
|
|
|
|
|
{/*return(*/}
|
|
|
|
|
{/*<li className="fl mr5 mt5" key={key}>*/}
|
|
|
|
|
{/*<a onClick={()=>this.changeTag(item.tag_id)} className={ parseInt(type) === parseInt(item.tag_id) ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>{item.tag_name}</a>*/}
|
|
|
|
|
{/*</li>*/}
|
|
|
|
|
{/*)*/}
|
|
|
|
|
{/*})*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{
|
|
|
|
|
shixunmodallist && shixunmodallist.tags.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<li className="fl mr5 mt5" key={key}>
|
|
|
|
|
<a onClick={()=>this.changeTag(item.tag_id)} className={ parseInt(type) === parseInt(item.tag_id) ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>{item.tag_name}</a>
|
|
|
|
|
</li>
|
|
|
|
|
)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div className="clearfix mb10" id="shixun_search_form_div" style={{height:"30px"}}>
|
|
|
|
@ -251,10 +251,10 @@ class ShixunModal extends Component{
|
|
|
|
|
}
|
|
|
|
|
<ul className="clearfix greybackHead edu-txt-center">
|
|
|
|
|
<li className="fl with40 paddingleft22" >实训名称</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left">院校</li>
|
|
|
|
|
<li className="fl with10">学习人数</li>
|
|
|
|
|
<li className="fl with10">难度</li>
|
|
|
|
|
<li className="fl with10"></li>
|
|
|
|
|
<li className="fl with25 edu-txt-left">院校</li>
|
|
|
|
|
<li className="fl with11">学习人数</li>
|
|
|
|
|
<li className="fl with11">难度</li>
|
|
|
|
|
<li className="fl with11"></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -266,12 +266,16 @@ class ShixunModal extends Component{
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.next-loading{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 230px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 230px;
|
|
|
|
|
}
|
|
|
|
|
.newtaskhide{
|
|
|
|
|
margin-top:0px !important;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-top:0px !important;
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
.with11{
|
|
|
|
|
width: 11%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
@ -292,11 +296,11 @@ class ShixunModal extends Component{
|
|
|
|
|
<span style={{"textAlign":"left","color":"#05101A"}} className="task-hide color-grey-name">{item.shixun_name}</span>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl with30 edu-txt-left task-hide paddingl5">{item.school}</li>
|
|
|
|
|
<li className="fl with10 paddingl10">{item.myshixuns_count}</li>
|
|
|
|
|
<li className="fl with10 color-orange-tip paddingl10">{item.level}</li>
|
|
|
|
|
<li className="fl with25 edu-txt-left task-hide paddingl5">{item.school}</li>
|
|
|
|
|
<li className="fl with11 paddingl10">{item.myshixuns_count}</li>
|
|
|
|
|
<li className="fl with11 color-orange-tip paddingl10">{item.level}</li>
|
|
|
|
|
<Tooltip title="新窗口查看详情">
|
|
|
|
|
<li className="fl with10"><a className="color-blue" href={"/shixuns/"+item.identifier+"/challenges"} target="_blank">详情</a></li>
|
|
|
|
|
<li className="fl with11"><a className="color-blue" href={"/shixuns/"+item.identifier+"/challenges"} target="_blank">详情</a></li>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|