直播热度与按钮修改

This commit is contained in:
2020-08-13 11:32:40 +08:00
parent 5b2745051e
commit 06092fb183
5 changed files with 145 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<template>
<!-- tosign页面 -->
<view>
<view class="tosign" style="padding-bottom:180rpx">
<view class="tosign" style="">
<image class="images" src="../../static/image/login/login(2).png"></image>
<view class="backes"></view>
<!-- z自定义导航卡 -->
@@ -147,6 +147,7 @@
live_id: res.data.live_id
}
})
this.tiaozhuan = true
})
},
init(){
@@ -508,11 +509,11 @@
}
.button-uview {
position: fixed;
bottom: 40rpx;
left: 0;
right: 0;
margin: auto;
z-index: 10;
// position: fixed;
// bottom: 40rpx;
// left: 0;
// right: 0;
margin: 20rpx auto;
// z-index: 10;
}
</style>