feat: 荷官端布局调整 - 统计区缩小/限红区放大/结果显示移至右下

- 统计区(.title/.top) 字体 18→13px,行高缩小
- 限红区(.limit-box) 字体 14→16px,间距加大
- 倒计时(.countdown) 移到右下角 bottom:22vh,缩小 6vw
- 开牌结果(.result-box) 移到右下角 bottom:2vh,宽度 12vw
This commit is contained in:
testadmin
2026-05-05 22:51:21 +08:00
parent 6768684116
commit 6e526d1678
2 changed files with 28 additions and 24 deletions
+6 -7
View File
@@ -585,13 +585,12 @@ body{
.countdown{
display: none;
position: absolute;
position: fixed;
z-index: 999;
width: 80px;
height: 80px;
top: 8px;
right: 8px;
bottom: auto;
width: 70px;
height: 70px;
bottom: 22vh;
right: 1vw;
}
.countdown .roll{
position: absolute;
@@ -611,7 +610,7 @@ body{
.countdown .num{
color: #fff;
font-size: 32px;
font-size: 28px;
position: relative;
font-weight: 500;
z-index: 999;