fix: 荷官端倒计时改用右侧面板显示,路子珠描边色统一调暗

- handle_b.js: 移除所有 .countdown 大字覆盖操作,统一用 #resultAreaTimer
- index_tab.css: .countdown display:none !important 彻底隐藏
- 所有 handle JS: 幸运6描边 #a03030(暗红)、龙7 #c9980a(暗黄)、熊8 #506878(灰蓝)
This commit is contained in:
testadmin
2026-05-05 23:37:37 +08:00
parent 307338fa7d
commit 78797462b5
4 changed files with 19 additions and 53 deletions
+2 -16
View File
@@ -1050,25 +1050,11 @@ body{
}
.countdown{
/*background: url(../new_img/countdown.png) no-repeat center center;*/
height: 100vh;
width: 60%;
overflow: hidden;
-webkit-background-size: 100%;
background-size: 100%;
position:absolute;
float: left;
display: block;
opacity: 0;
margin-left: 1vw;
top:50%;
display: none !important;
}
.countdown .num{
line-height: 60vh;
font-size: 60vh;
color: #000000;
opacity: 0.4;
display: none !important;
}