@@ -472,7 +484,36 @@ class NewShixunModel extends Component{
onSearch={ (value)=>this.setdatafuns(value)} />
+
+
+
+
+
+
+ {this.props.type==='shixuns'?
+
+
筛选:
+
this.belongto("all")}>全部实训
+
this.belongto("mine")}>普通实训
+
:""
+ }
+ {/*{this.props.type==='shixuns'?
*/}
+ {/* */}
+ {/* {diff===0?"难度":diff===1?"初级":diff===2?"中级":diff===3?"高级":diff===4?"顶级":""}*/}
+ {/* */}
+ {/*:""}*/}
+ {this.props.type==='shixuns'?
+
+
难度:
+
this.DropdownClick(0)}>全部
+
this.DropdownClick(1)}>初级
+
this.DropdownClick(2)}>中级
+
this.DropdownClick(3)}>高级
+
this.DropdownClick(4)}>顶级
+
:""
+ }
+
+
-
- {/*
this.props.hideNewShixunModelType()}>返回*/}
-
this.belongto("mine")}>我的{this.props.type==='shixuns'?'实训':"课程"}
-
this.belongto("all")}>全部{this.props.type==='shixuns'?'实训':"课程"}
+
+
+ {this.props.type==='shixuns'?"":
+ this.belongto("mine")}>我的课程
+ }
+
+ {this.props.type==='shixuns'?"":
+ this.belongto("all")}>全部课程
+ }
diff --git a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css
index 782979de0..b69c41e25 100644
--- a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css
+++ b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css
@@ -407,3 +407,110 @@
align-items: center;
justify-content: center;
}
+
+
+/* 中间居中 */
+.intermediatecenter{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+/* 简单居中 */
+.intermediatecenterysls{
+ display: flex;
+ align-items: center;
+}
+.spacearound{
+ display: flex;
+ justify-content: space-around;
+
+}
+.spacebetween{
+ display: flex;
+ justify-content: space-between;
+}
+/* 头顶部居中 */
+.topcenter{
+ display: -webkit-flex;
+ flex-direction: column;
+ align-items: center;
+
+}
+
+
+/* x轴正方向排序 */
+/* 一 二 三 四 五 六 七 八 */
+.sortinxdirection{
+ display: flex;
+ flex-direction:row;
+}
+/* x轴反方向排序 */
+/* 八 七 六 五 四 三 二 一 */
+.xaxisreverseorder{
+ display: flex;
+ flex-direction:row-reverse;
+}
+/* 垂直布局 正方向*/
+/* 一
+ 二
+ 三
+ 四
+ 五
+ 六
+ 七
+ 八 */
+.verticallayout{
+ display: flex;
+ flex-direction:column;
+}
+/* 垂直布局 反方向*/
+.reversedirection{
+ display: flex;
+ flex-direction:column-reverse;
+}
+
+.nandu{
+ width: 42px;
+ height: 19px;
+ font-size: 14px;
+ color: #000000;
+ line-height: 19px;
+ margin-left: 6px;
+}
+
+.clickbuts{
+ text-align: center;
+ width: 60px;
+ height: 32px;
+ background: #4CACFF;
+ border-radius: 16px;
+ line-height: 30px;
+ color: #FFFFFF;
+ cursor:pointer;
+}
+.clickbutst{
+ height:19px;
+ font-size:14px;
+ color:#505050;
+ line-height:19px;
+ cursor:pointer;
+}
+
+.clickbutstwo{
+ text-align: center;
+ width: 85px;
+ height: 32px;
+ background: #4CACFF;
+ border-radius: 16px;
+ line-height: 30px;
+ color: #FFFFFF;
+ cursor:pointer;
+}
+.clickbutstwos{
+ height:19px;
+ font-size:14px;
+ color:#505050;
+ line-height:19px;
+ cursor:pointer;
+}