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
8c943d62
Commit
8c943d62
authored
Mar 12, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
限时免费
parent
8fe7e458
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
2 deletions
+49
-2
src/components/detail/btnstatus/index.js
+2
-2
src/components/detail/index.js
+0
-0
src/components/detail/index.scss
+47
-0
No files found.
src/components/detail/btnstatus/index.js
View file @
8c943d62
...
...
@@ -526,13 +526,13 @@ class BtnStatus extends Component {
{
//todo 联调
false
&&
<
div
className
=
'btns-box'
>
info
.
is_limit_free
&&
info
.
limit_free_status
==
0
&&
<
div
className
=
'btns-box'
>
<
a
className
=
'consult consult-m'
onClick
=
{()
=>
this
.
qimoChatClick
()}
>
<
i
className
=
'iconfont iconerji'
><
/i
>
<
span
>
课程咨询
<
/span
>
<
/a
>
<
button
className
=
{
'get-course btn'
}
>
立即领取
<
/button
>
<
button
className
=
{
'get-course btn'
}
onClick
=
{()
=>
{
this
.
props
.
getCourse
(
info
.
course_id
)}}
>
立即领取
<
/button
>
<
/div
>
}
...
...
src/components/detail/index.js
View file @
8c943d62
This diff is collapsed.
Click to expand it.
src/components/detail/index.scss
View file @
8c943d62
...
...
@@ -269,4 +269,50 @@
bottom
:
4px
;
left
:
8px
;
}
}
.get-course-popup
{
top
:
210px
!
important
;
padding-bottom
:
0
!
important
;
padding-left
:
0
!
important
;
padding-right
:
0
!
important
;
.title
{
text-align
:
center
;
margin-bottom
:
30px
;
img
{
width
:
30px
;
height
:
30px
;
}
div
{
font-size
:
14px
;
color
:
#525C65
;
}
}
.btns
{
border-top
:
1px
solid
#DDD
;
display
:
flex
;
height
:
40px
;
button
{
-webkit-appearance
:
none
;
width
:
50%
;
border
:
none
;
outline
:
none
;
color
:
#333
;
background
:
#fff
;
border-radius
:
0
0
5px
5px
;
}
&
button
:first-child
{
border-right
:
1px
solid
#DDD
;
}
&
button
:last-child
{
color
:
#09f
;
}
}
}
\ No newline at end of file
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