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
33537cd7
Commit
33537cd7
authored
Jul 26, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加学习页面我的课程进度样式
parent
c4a62a7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
4 deletions
+39
-4
src/common/v-list-base/index.scss
+1
-1
src/components/study/myCourses/index.js
+8
-2
src/components/study/myCourses/my-courses.scss
+30
-1
No files found.
src/common/v-list-base/index.scss
View file @
33537cd7
.v-list-base-item
{
height
:
1
27
px
;
height
:
1
30
px
;
padding
:
10px
10px
0
;
.content
{
...
...
src/components/study/myCourses/index.js
View file @
33537cd7
...
...
@@ -113,8 +113,14 @@ class MyCourses extends PureComponent {
const
Info
=
(
<
div
className
=
"info"
>
<
p
className
=
'title'
>
{
item
.
course_title
}
<
/p
>
<
p
className
=
'contact'
>
QQ
群:
{
item
.
course_qq
}
<
/p
>
<
div
className
=
'title'
>
{
item
.
course_title
}
<
/div
>
<
div
className
=
'contact'
>
QQ
群:
{
item
.
course_qq
}
<
/div
>
{
/*<div className="process-status">
<div className="process-wrapper">
<div className="process-bar" style={{width: '50%'}}/>
</div>
<div className="process-text">50%</div>
</div>*/
}
<
Bottom
item
=
{
item
}
/
>
<
/div
>
)
...
...
src/components/study/myCourses/my-courses.scss
View file @
33537cd7
...
...
@@ -14,11 +14,40 @@
.contact
{
font-size
:
13px
;
color
:
$
red
;
color
:
$
active
;
flex
:
0
1
auto
;
width
:
100%
;
}
.process
{
&
-status
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
&
-wrapper
{
position
:
relative
;
width
:
147px
;
height
:
6px
;
background
:
#E5E5E5
;
border-radius
:
4px
;
margin-right
:
14px
;
}
&
-bar
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
background-color
:
$active
;
border-radius
:
4px
;
}
&
-text
{
color
:
$active
;
font-size
:
12px
;
line-height
:
15px
;
}
}
.des
{
color
:
$color_999
;
font-size
:
11px
;
...
...
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