|
|
|
@ -180,6 +180,12 @@ class InfosCourse extends Component{
|
|
|
|
|
|
|
|
|
|
.whitepanelysllis {
|
|
|
|
|
width: 66px !important;
|
|
|
|
|
height: 48px !important;
|
|
|
|
|
line-height: 46px !important;
|
|
|
|
|
margin-left: 40px !important;
|
|
|
|
|
}
|
|
|
|
|
.whitepanelysllik {
|
|
|
|
|
width: 80px !important;
|
|
|
|
|
height: 48px !important;
|
|
|
|
|
line-height: 46px !important;
|
|
|
|
|
margin-left: 40px !important;
|
|
|
|
@ -207,11 +213,11 @@ class InfosCourse extends Component{
|
|
|
|
|
<li className={category ? " font-16 whitepanelyslli" : "active font-16 whitepanelyslli"}><a
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeCategory()} className="font-16 w32">全部</a></li>
|
|
|
|
|
<li className={category == "manage" ? "active font-16 whitepanelysllis" : "font-16 whitepanelysllis"}><a
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeCategory("manage")}
|
|
|
|
|
className="font-16 w66">{is_current ? "我" : "TA"}管理的</a></li>
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeCategory("manage")}
|
|
|
|
|
className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}管理的</a></li>
|
|
|
|
|
<li className={category == "study" ? "active font-16 whitepanelysllis" : "font-16 whitepanelysllis"}><a
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeCategory("study")}
|
|
|
|
|
className="font-16 w66">{is_current ? "我" : "TA"}学习的</a></li>
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeCategory("study")}
|
|
|
|
|
className={is_current ? "font-16 w66" : "font-16 w80"}>{is_current ? "我" : "TA"}学习的</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
@ -242,8 +248,9 @@ class InfosCourse extends Component{
|
|
|
|
|
href="javascript:void(0)" onClick={() => this.changeStatus("end")} className="w66">已结束</a></li>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<p className="pl25 pr25 clearfix font-12 " style={{
|
|
|
|
|
<p className=" clearfix font-12 " style={{
|
|
|
|
|
lineHeight: "41px",
|
|
|
|
|
marginTop: "10px",
|
|
|
|
|
}}>
|
|
|
|
|
<span className="fl color-grey-9">共参与{totalCount}个{category?category=="manage"?"发布":"学习":"课堂"}</span>
|
|
|
|
|
<sapn className="relativef fr"
|
|
|
|
|