更改了字体 修复了10秒消失 #105

Merged
theluyuan merged 1 commits from xbx into master 2020-09-18 01:52:25 +00:00

View File

@ -344,10 +344,11 @@
width: 690rpx; width: 690rpx;
} }
.danmuitem{ .danmuitem{
font-size: 26rpx; font-size: 30rpx;
color: #fff; color: #fff;
flex-direction: column-reverse; flex-direction: column-reverse;
word-wrap:anywhere; word-wrap:anywhere;
font-weight: bold;
} }
.livePusher{ .livePusher{
width: 750rpx; width: 750rpx;
@ -513,7 +514,7 @@
miao = parseInt(miao) miao = parseInt(miao)
miao = miao + 1 miao = miao + 1
// console.log(miao) // console.log(miao)
if(miao > 10){ if(fen > 0){
that.fen = false; that.fen = false;
} }
if(miao == 60){ if(miao == 60){