mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add .
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@
|
|||||||
投
|
投
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="tanmu_div" style="visibility:hidden;border:0;position:absolute;left:0;right:0;height:194px;bottom:0;z-index:10000;box-sizing: border-box;background-color:#F6F6F6;">
|
<div id="tanmu_div" style="visibility:hidden;border:0;position:absolute;left:0;right:0;height:0;bottom:0;z-index:0;box-sizing: border-box;background-color:#F6F6F6;">
|
||||||
<iframe scrolling="no" style="width:100%;height:40px;border:0;opacity:0.5;" src="http://123.57.39.116:9797/"></iframe>
|
<iframe scrolling="no" style="width:100%;height:40px;border:0;opacity:0.5;" src="http://123.57.39.116:9797/"></iframe>
|
||||||
<iframe scrolling="no" style="width:100%;height:152px;border:0;margin-top:-2px;" src="http://123.57.39.116:9797/emit"></iframe>
|
<iframe scrolling="no" style="width:100%;height:152px;border:0;margin-top:-2px;" src="http://123.57.39.116:9797/emit"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+3
-1
@@ -246,8 +246,10 @@
|
|||||||
var tag = 0;
|
var tag = 0;
|
||||||
$('.danmu').on('click', function(){
|
$('.danmu').on('click', function(){
|
||||||
if(tag % 2 === 0){
|
if(tag % 2 === 0){
|
||||||
|
$('#tanmu_div').css('height', '194px');
|
||||||
$('#tanmu_div').css('visibility', 'visible');
|
$('#tanmu_div').css('visibility', 'visible');
|
||||||
}else{
|
}else{
|
||||||
|
$('#tanmu_div').css('height', '0');
|
||||||
$('#tanmu_div').css('visibility', 'hidden');
|
$('#tanmu_div').css('visibility', 'hidden');
|
||||||
}
|
}
|
||||||
tag ++;
|
tag ++;
|
||||||
@@ -515,7 +517,7 @@
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
//开启、关闭弹幕
|
//开启、关闭投票
|
||||||
var tou_tag = 0;
|
var tou_tag = 0;
|
||||||
$('.toupiao').on('click', function(){
|
$('.toupiao').on('click', function(){
|
||||||
if(tou_tag % 2 === 0){
|
if(tou_tag % 2 === 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user