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
49f94c0f
Commit
49f94c0f
authored
Aug 21, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直播见
parent
72a3ee93
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
src/components/Index/index.scss
+2
-2
src/components/Index/liveRoom.js
+2
-2
src/components/classify/courselist.scss
+5
-1
No files found.
src/components/Index/index.scss
View file @
49f94c0f
.index-box
{
.index-box
{
overflow
:
hidden
;
overflow
:
hidden
;
background-color
:
$bg_fff
;
background-color
:
$bg_fff
;
...
@@ -394,7 +395,6 @@
...
@@ -394,7 +395,6 @@
.live-room-content
{
.live-room-content
{
background-color
:
$bg_fff
;
background-color
:
$bg_fff
;
width
:
280px
;
width
:
280px
;
height
:
400px
;
border-radius
:
10px
;
border-radius
:
10px
;
margin
:
110px
auto
0
auto
;
margin
:
110px
auto
0
auto
;
position
:
relative
;
position
:
relative
;
...
@@ -476,7 +476,7 @@
...
@@ -476,7 +476,7 @@
.course-info
{
.course-info
{
margin-top
:
10px
;
margin-top
:
10px
;
height
:
1
15
px
;
height
:
1
00
px
;
padding
:
13px
0
;
padding
:
13px
0
;
border-top
:
1px
solid
$border_e7eaf1
;
border-top
:
1px
solid
$border_e7eaf1
;
border-bottom
:
1px
solid
$border_e7eaf1
;
border-bottom
:
1px
solid
$border_e7eaf1
;
...
...
src/components/Index/liveRoom.js
View file @
49f94c0f
...
@@ -200,8 +200,8 @@ class LiveRoom extends Component {
...
@@ -200,8 +200,8 @@ class LiveRoom extends Component {
<
div
className
=
'right'
><
span
><
/span></
div
>
<
div
className
=
'right'
><
span
><
/span></
div
>
<
/div
>
<
/div
>
<
div
className
=
'course-dec'
>
<
div
className
=
'course-dec'
>
<
h2
className
=
'title'
>
{
roomMess
.
live_title
}
<
/h2
>
<
h2
className
=
'title
text-overflow-2
'
>
{
roomMess
.
live_title
}
<
/h2
>
<
p
className
=
'teacher'
>
讲师:
{
roomMess
.
live_teacher_name
}
<
/p
>
<
p
className
=
'teacher
text-overflow-2
'
>
讲师:
{
roomMess
.
live_teacher_name
}
<
/p
>
<
p
className
=
'time'
>
时间:
{
roomMess
.
live_start_time
}
<
/p
>
<
p
className
=
'time'
>
时间:
{
roomMess
.
live_start_time
}
<
/p
>
<
/div
>
<
/div
>
<
div
className
=
'course-info'
>
<
div
className
=
'course-info'
>
...
...
src/components/classify/courselist.scss
View file @
49f94c0f
html
,
body
,
#root
{
height
:
100%
;
}
.class-child
{
.class-child
{
position
:
relative
;
position
:
relative
;
height
:
100%
;
.class-content
{
.class-content
{
padding
:
0
12px
;
padding
:
0
12px
;
...
@@ -134,7 +138,7 @@
...
@@ -134,7 +138,7 @@
left
:
0
;
left
:
0
;
top
:
88px
;
top
:
88px
;
right
:
0
;
right
:
0
;
bottom
:
-88px
;
bottom
:
0
;
background-color
:
rgba
(
0
,
0
,
0
,
.6
);
background-color
:
rgba
(
0
,
0
,
0
,
.6
);
.tabcontent
{
.tabcontent
{
...
...
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