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
+22 -17
View File
@@ -419,11 +419,11 @@ margin-left: 0;
} }
.table-data .title li strong{ .table-data .title li strong{
font-weight: 600; font-weight: 600;
font-size: 18px; font-size: 13px;
text-shadow: 0px 1px 0px #fff; text-shadow: 0px 1px 0px #fff;
} }
.table-data .title li small{ .table-data .title li small{
font-size: 12px; font-size: 10px;
font-weight: 500; font-weight: 500;
} }
@@ -434,9 +434,10 @@ margin-left: 0;
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
border-radius: 2px; border-radius: 2px;
margin-top: 0.8vh; margin-top: 0.3vh;
line-height: 3vh; line-height: 2.2vh;
font-weight: 500; font-weight: 500;
font-size: 13px;
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset; -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
@@ -471,12 +472,12 @@ margin-left: 0;
font-weight: 600; font-weight: 600;
} }
.limit-box .list{ .limit-box .list{
padding: 0.6vh 0; padding: 1vh 0;
padding-left: 50px; padding-left: 50px;
position: relative; position: relative;
font-size: 14px; font-size: 16px;
color: #3c180a; color: #3c180a;
line-height: 3vh; line-height: 3.5vh;
font-weight: 500; font-weight: 500;
} }
@@ -674,17 +675,17 @@ margin-left: 0;
.countdown{ z-index: 999; .countdown{ z-index: 999;
position:absolute; position:fixed;
display: none; display: none;
top: 8px; bottom: 22vh;
right: 8px; right: 1vw;
left: auto; left: auto;
} }
.countdown .grab-count{ .countdown .grab-count{
background: url(../img/count.png) no-repeat; background: url(../img/count.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
width: 8vw; width: 6vw;
height: 8vw; height: 6vw;
} }
.round-txt-item { position: absolute;width: 100%; top:0; } .round-txt-item { position: absolute;width: 100%; top:0; }
.top-sec .count-active{animation: myMove1 6s 0s linear infinite;} .top-sec .count-active{animation: myMove1 6s 0s linear infinite;}
@@ -712,13 +713,13 @@ margin-left: 0;
.countdown .num{ .countdown .num{
font-size: 4vw; font-size: 3vw;
position: absolute; position: absolute;
font-weight: 500; font-weight: 500;
z-index: 999; z-index: 999;
text-align: center; text-align: center;
text-shadow: 0px 1px 0px #555; text-shadow: 0px 1px 0px #555;
line-height: 8vw; line-height: 6vw;
color: #eee; color: #eee;
border-radius: 50%; border-radius: 50%;
background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5);
@@ -787,10 +788,14 @@ margin-left: 0;
.result-box{ .result-box{
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
top: 8px; bottom: 2vh;
right: 8px; right: 1vw;
left: auto; left: auto;
width: 120px; width: 12vw;
}
.result-box img{
max-width: 100%;
height: auto;
} }
.result-box.blink{ .result-box.blink{
+6 -7
View File
@@ -585,13 +585,12 @@ body{
.countdown{ .countdown{
display: none; display: none;
position: absolute; position: fixed;
z-index: 999; z-index: 999;
width: 80px; width: 70px;
height: 80px; height: 70px;
top: 8px; bottom: 22vh;
right: 8px; right: 1vw;
bottom: auto;
} }
.countdown .roll{ .countdown .roll{
position: absolute; position: absolute;
@@ -611,7 +610,7 @@ body{
.countdown .num{ .countdown .num{
color: #fff; color: #fff;
font-size: 32px; font-size: 28px;
position: relative; position: relative;
font-weight: 500; font-weight: 500;
z-index: 999; z-index: 999;