Commit 05868f1d by xuzhenghua

直播见

parent 1edf3ea2
...@@ -397,6 +397,7 @@ ...@@ -397,6 +397,7 @@
height: 400px; height: 400px;
border-radius: 10px; border-radius: 10px;
margin: 110px auto 0 auto; margin: 110px auto 0 auto;
position: relative;
padding-top: 20px; padding-top: 20px;
.course-banner { .course-banner {
...@@ -453,6 +454,7 @@ ...@@ -453,6 +454,7 @@
.course-dec { .course-dec {
text-align: center; text-align: center;
padding: 0 10px;
margin-top: 10px; margin-top: 10px;
.title { .title {
...@@ -499,9 +501,9 @@ ...@@ -499,9 +501,9 @@
.course-subscribe { .course-subscribe {
text-align: center; text-align: center;
height: 47px;
button { button {
margin-top: 12px;
width: 60px; width: 60px;
height: 27px; height: 27px;
background-color: $bg_active; background-color: $bg_active;
...@@ -509,6 +511,10 @@ ...@@ -509,6 +511,10 @@
font-size: 14px; font-size: 14px;
color: $white; color: $white;
border: none; border: none;
position: absolute;
left: 50%;
margin-left: -30px;
bottom: 10px;
} }
span { span {
...@@ -566,7 +572,7 @@ ...@@ -566,7 +572,7 @@
background-color: $bg_18B4ED; background-color: $bg_18B4ED;
font-size: 16px; font-size: 16px;
color: $white; color: $white;
width: 135px; width: 140px;
height: 30px; height: 30px;
border-radius: 15px; border-radius: 15px;
border: none; border: none;
...@@ -641,6 +647,7 @@ ...@@ -641,6 +647,7 @@
padding-left: 15px; padding-left: 15px;
border: 1px solid $border_ccc; border: 1px solid $border_ccc;
margin-top: 15px; margin-top: 15px;
font-size: 12px;
} }
input:focus { input:focus {
......
...@@ -130,7 +130,7 @@ class LiveRoom extends Component { ...@@ -130,7 +130,7 @@ class LiveRoom extends Component {
// 服务号预约 // 服务号预约
serverStep = () => { serverStep = () => {
if (this.state.isfollow === 0) { if (this.state.isfollow == 2) {
window.location.href = 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=126&bizpsid=0&subscene=0#wechat_redirect'; window.location.href = 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyMzMzMTIwNA==&scene=126&bizpsid=0&subscene=0#wechat_redirect';
} else { } else {
this.livePrepare(this.props.roomMess.room_id, 1, 1, '') this.livePrepare(this.props.roomMess.room_id, 1, 1, '')
......
.class-child { .class-child {
position: relative;
.class-content { .class-content {
padding: 0 12px; padding: 0 12px;
......
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