Compare commits

..

No commits in common. "5b3dbd1dc2f2d73f8621e2eb9efd62863bc7767b" and "a6a65153ead2c35e547452907df6fcdc5df9c971" have entirely different histories.

View File

@ -344,11 +344,10 @@
width: 690rpx; width: 690rpx;
} }
.danmuitem{ .danmuitem{
font-size: 30rpx; font-size: 26rpx;
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;
@ -514,7 +513,7 @@
miao = parseInt(miao) miao = parseInt(miao)
miao = miao + 1 miao = miao + 1
// console.log(miao) // console.log(miao)
if(fen > 0){ if(miao > 10){
that.fen = false; that.fen = false;
} }
if(miao == 60){ if(miao == 60){