From cfc789c3d59a57692448a8f13ed886521639fa2d 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, 11 Sep 2019 08:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E5=AE=9E=E8=AE=ADmodels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../courses/coursesPublic/NewShixunModel.js | 96 ++++++++++++------- .../courses/coursesPublic/Newshixunmodel.css | 47 ++++++++- 2 files changed, 108 insertions(+), 35 deletions(-) diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index 3c6b736f6..2294684a7 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -1,5 +1,5 @@ import React,{Component} from 'react'; -import { Modal,Checkbox,Select,Input,Tooltip,Spin,Icon,Drawer,Dropdown,Menu,} from "antd"; +import { Modal,Checkbox,Select,Input,Tooltip,Spin,Icon,Drawer,Dropdown,Menu,Breadcrumb,Pagination,Button} from "antd"; import axios from'axios'; import './Newshixunmodel.css'; const Search = Input.Search; @@ -15,11 +15,6 @@ class NewShixunModel extends Component{ // let {Searchvalue,type,hometypepvisible,shixunmodallist,newshixunmodallist,}=this.state; // let {visible,patheditarry}=this.props; - const menu = ( - - - - ); const menus = ( @@ -90,35 +85,34 @@ class NewShixunModel extends Component{ 已选 6 个实训 5 个实训 - - - 学习人数 - this.updatedlist(sort_by)}> - - - - - + + + 学习人数 + this.updatedlist(sort_by)}> + + + + - - 难度 + + 难度

- 我的实训 - 全部实训 + 我的实训 + 全部实训

-
+
-
- +
+ 移动云启 ——JAVA面向对象 @@ -131,24 +125,58 @@ class NewShixunModel extends Component{ 已被广泛应用于移动及桌面应用程序、Web应用程序、分布式系统和嵌入式系统应用程序等各个领域的软件开发中。

-

- - 13123 - 213次引用 - 312次答题 - 123 - - - -

123123
- -

+
+
+
+ +

+ + + Home + Application Center + Application List + An Application + An Application + + +

+ + + 难度 + +
+ +
+ +
+ +
+ + +
+
diff --git a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css index ec06b1f4b..0d785e9c7 100644 --- a/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css +++ b/public/react/src/modules/courses/coursesPublic/Newshixunmodel.css @@ -147,11 +147,56 @@ font-size: 14px; font-weight: 400; color: #999999; - margin-top: 20px; + margin-top: 15px; + margin-left: 30px; } .newshixunmodelbotfont{ font-size:12px; font-weight:400; color:rgba(102,102,102,1); + margin-top: 15px; + margin-left: 30px; +} + +.newshixunlist{ + max-height:227px; +} + +.xuxianpro { + height: 20px; + border-bottom: 1px dashed; + border-color: #eaeaea; + margin-bottom: 18px; +} + +.newshixunpd030{ + padding: 0px 30px; +} + +.pd303010{ + padding: 30px 30px 10px; +} + +.newshixunfont12{ + font-size: 12px; + color: rgba(76,172,255,1); + line-height: 21px; +} + +.newshixunmode{ + width: 100px; + height: 38px; + border-radius: 3px; + border: 1px solid rgba(191,191,191,1); +} + +.ntopsj { + position: absolute; + top: -4px; +} + +.nyslbottomsj { + position: absolute; + bottom: -6px; } \ No newline at end of file