Commit 05868f1d by xuzhenghua

直播见

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