Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
9e9a03b4
Commit
9e9a03b4
authored
Nov 19, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
定位图片添加
parent
f269cd39
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
1 deletions
+44
-1
src/components/python/pythomDes/Progream/index.js
+1
-0
src/components/python/pythomDes/Progream/index.scss
+8
-0
src/components/python/pythomDes/Study/index.js
+2
-1
src/components/python/pythomDes/Study/index.scss
+16
-0
src/components/python/pythomDes/Team/index.js
+2
-0
src/components/python/pythomDes/Team/index.scss
+15
-0
No files found.
src/components/python/pythomDes/Progream/index.js
View file @
9e9a03b4
...
...
@@ -26,6 +26,7 @@ export default class Progream extends Component {
const
{
list
}
=
this
.
state
;
return
(
<
div
className
=
{
'pro_container'
}
>
<
img
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/pro_left.png"
alt
=
""
/>
<
p
>
常
/
见
/
问
/
题
<
/p
>
<
ul
>
{
...
...
src/components/python/pythomDes/Progream/index.scss
View file @
9e9a03b4
...
...
@@ -2,7 +2,15 @@
padding-top
:
32px
;
padding-bottom
:
30px
;
background
:
#0096ff
;
position
:
relative
;
img
{
position
:
absolute
;
width
:
76px
;
height
:
174px
;
left
:
0
;
bottom
:
50px
;
}
p
{
font-size
:
22px
;
line-height
:
22px
;
...
...
src/components/python/pythomDes/Study/index.js
View file @
9e9a03b4
...
...
@@ -3,9 +3,10 @@ import './index.scss'
export
default
class
Study
extends
Component
{
render
()
{
console
.
log
(
this
.
props
);
return
(
<
div
className
=
{
'study__container'
}
>
<
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'
}
>
20
节课堂教学,带你掌握
Python
技术入门知识
<
/p
>
<
div
className
=
{
'step__container'
}
>
...
...
src/components/python/pythomDes/Study/index.scss
View file @
9e9a03b4
...
...
@@ -5,6 +5,21 @@
justify-content
:
flex-start
;
align-items
:
center
;
padding
:
32px
0
30px
0
;
position
:
relative
;
.learn_left
{
position
:
absolute
;
left
:
0
;
top
:
36px
;
width
:
46px
;
height
:
126px
;
}
.learn_bottom
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
width
:
156px
;
height
:
234px
;
}
.title
{
font-size
:
20px
;
font-weight
:
600
;
...
...
@@ -66,6 +81,7 @@
color
:
#fff
;
background
:
#005ac6
;
margin-top
:
22px
;
position
:
relative
;
.order_number
{
width
:
50px
;
}
...
...
src/components/python/pythomDes/Team/index.js
View file @
9e9a03b4
...
...
@@ -28,6 +28,8 @@ export default class Team extends Component {
const
{
teacherList
}
=
this
.
state
;
return
(
<
div
className
=
{
'team_container'
}
>
<
img
className
=
{
'team_top'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/team_top.png"
alt
=
""
/>
<
img
className
=
{
'team_bottom'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/team_bottom.png"
alt
=
""
/>
<
p
className
=
{
'title'
}
>
教
/
学
/
团
/
队
<
/p
>
<
p
className
=
{
'sub_title'
}
>
讲师
+
助教
+
班主任全程陪伴,哪里不会问哪里
<
/p
>
<
ul
>
...
...
src/components/python/pythomDes/Team/index.scss
View file @
9e9a03b4
...
...
@@ -2,6 +2,21 @@
padding-top
:
32px
;
background
:
#0096ff
;
padding-bottom
:
46px
;
position
:
relative
;
.team_top
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
78px
;
height
:
76px
;
}
.team_bottom
{
position
:
absolute
;
right
:
0
;
bottom
:
0
;
width
:
238px
;
height
:
246px
;
}
p
{
text-align
:
center
;
text-align-last
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment