feat: 荷官端布局调整 - 统计区缩小/限红区放大/结果显示移至右下
- 统计区(.title/.top) 字体 18→13px,行高缩小 - 限红区(.limit-box) 字体 14→16px,间距加大 - 倒计时(.countdown) 移到右下角 bottom:22vh,缩小 6vw - 开牌结果(.result-box) 移到右下角 bottom:2vh,宽度 12vw
This commit is contained in:
@@ -419,11 +419,11 @@ margin-left: 0;
|
||||
}
|
||||
.table-data .title li strong{
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
font-size: 13px;
|
||||
text-shadow: 0px 1px 0px #fff;
|
||||
}
|
||||
.table-data .title li small{
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@@ -434,9 +434,10 @@ margin-left: 0;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
border-radius: 2px;
|
||||
margin-top: 0.8vh;
|
||||
line-height: 3vh;
|
||||
margin-top: 0.3vh;
|
||||
line-height: 2.2vh;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
-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;
|
||||
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
|
||||
@@ -471,12 +472,12 @@ margin-left: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
.limit-box .list{
|
||||
padding: 0.6vh 0;
|
||||
padding: 1vh 0;
|
||||
padding-left: 50px;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
color: #3c180a;
|
||||
line-height: 3vh;
|
||||
line-height: 3.5vh;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@@ -674,17 +675,17 @@ margin-left: 0;
|
||||
|
||||
.countdown{ z-index: 999;
|
||||
|
||||
position:absolute;
|
||||
position:fixed;
|
||||
display: none;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
bottom: 22vh;
|
||||
right: 1vw;
|
||||
left: auto;
|
||||
}
|
||||
.countdown .grab-count{
|
||||
background: url(../img/count.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
width: 8vw;
|
||||
height: 8vw;
|
||||
width: 6vw;
|
||||
height: 6vw;
|
||||
}
|
||||
.round-txt-item { position: absolute;width: 100%; top:0; }
|
||||
.top-sec .count-active{animation: myMove1 6s 0s linear infinite;}
|
||||
@@ -712,13 +713,13 @@ margin-left: 0;
|
||||
|
||||
|
||||
.countdown .num{
|
||||
font-size: 4vw;
|
||||
font-size: 3vw;
|
||||
position: absolute;
|
||||
font-weight: 500;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
text-shadow: 0px 1px 0px #555;
|
||||
line-height: 8vw;
|
||||
line-height: 6vw;
|
||||
color: #eee;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
@@ -787,10 +788,14 @@ margin-left: 0;
|
||||
.result-box{
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
bottom: 2vh;
|
||||
right: 1vw;
|
||||
left: auto;
|
||||
width: 120px;
|
||||
width: 12vw;
|
||||
}
|
||||
.result-box img{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.result-box.blink{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user