Commit 30dcc4b7 by zhanghaozhe

ml小课

parent 25541c0e
......@@ -25,7 +25,7 @@ class ML extends Component {
}
componentDidMount() {
document.title = '机器学习小课 第一期[精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习]'
document.title = '机器学习小课 第一期[精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习] - 七月在线'
const _this = this
this.fetchCourseInfo()
// 获取App登录信息
......
......@@ -7,7 +7,7 @@ export default class Description extends Component {
list: [
{
icon: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_1.png',
text: '交互式授课,学习像聊天一样有趣;'
text: '0门槛交互式授课,学习像聊天一样有趣;'
},
{
icon: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_2.png',
......@@ -34,7 +34,7 @@ export default class Description extends Component {
<div className={'description'}>
<img className={'left'} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/left__decorate.png" alt=""/>
<img className={'right'} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/right__decorate.png" alt=""/>
<p className={'title'}> / / / </p>
<p className={'title'}> / / / </p>
<img src={'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/ml-introduce.png'}/>
<ul className={'des-list'}>
{
......
......@@ -29,7 +29,7 @@ export default class Study extends Component {
<img className={'learn_left'} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_left.png" alt=""/>
<img className={'learn_bottom'} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_bottom.png" alt=""/>
<p className={'title'}> / / / </p>
<p className={'sub__title'}>2020420日开班</p>
{/*<p className={'sub__title'}>2020年4月20日开班</p>*/}
<div className={'table__container'}>
<div className={'table__head'}>
<div className={'head_title order_number'}>序号</div>
......
......@@ -24,6 +24,7 @@
}
.title {
margin-bottom: 20px;
font-size: 20px;
font-weight: 600;
color: rgba(255, 255, 255, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment