From 5c621b0fb080ad1545e48d410df332abc4d79355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Wed, 18 Sep 2019 15:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=AE=9E=E8=AE=AD=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../courses/coursesPublic/NewShixunModel.js | 38 +++++++++++++------ .../courses/coursesPublic/Newshixunmodel.css | 21 +++++++++- 2 files changed, 47 insertions(+), 12 deletions(-) diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index fbb97cbb5..26ebf2099 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -346,18 +346,28 @@ class NewShixunModel extends Component{ this.props.hideNewShixunModelType()} visible={this.props.NewShixunModelType} height={'100%'} > -
+
+ this.updatedlist(order)}>学习人数 - - + + @@ -397,8 +407,8 @@ class NewShixunModel extends Component{
- this.props.hideNewShixunModelType()}>返回 - this.belongto("mine")}>我的实训 + {/*this.props.hideNewShixunModelType()}>返回*/} + this.belongto("mine")}>我的实训 this.belongto("all")}>全部实训
@@ -511,15 +521,21 @@ class NewShixunModel extends Component{ :shixun_list.length===0? :"" } - { - shixun_list===undefined?"":shixun_list.length===0?"":
- - -
} +
+ +
+ { + shixun_list===undefined?"":shixun_list.length===0?"":
+ + +
} +
diff --git a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css index 2e8abce53..3bf843326 100644 --- a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css +++ b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css @@ -195,7 +195,7 @@ width: 100px; height: 38px; border-radius: 3px; - border: 1px solid rgba(191,191,191,1); + /*border: 1px solid rgba(191,191,191,1);*/ } .ntopsj { @@ -248,3 +248,22 @@ color: #4CACFF; } +.newshixunbottombtn{ + position: fixed; + z-index: 1000; + bottom: 0px; + width: 100%; + height: 63px; + background: rgba(255,255,255,1); + box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.05); +} + + +.mb100{ + margin-bottom: 100px !important; +} + +.padding13-30 { + padding: 13px 30px; + box-sizing: border-box; +} \ No newline at end of file