style: 调整 PlayWay 组件中 UI 元素的尺寸和间距。

This commit is contained in:
li 2026-01-19 14:42:21 +08:00
parent 8483893b6e
commit 150a255933
2 changed files with 21 additions and 21 deletions

View File

@ -172,34 +172,34 @@ export default {
width: 100%; width: 100%;
.header-bar { .header-bar {
height: 34px; height: 30px;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 10px; padding: 0 4px;
background: #fff; background: #fff;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
.left-stats { .left-stats {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 12px; gap: 4px;
width: 100%; width: 100%;
.stat-item { .stat-item {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 5px; gap: 2px;
flex-shrink: 0; flex-shrink: 0;
.badge { .badge {
padding: 2px 4px; padding: 1px 3px;
min-width: 32px; min-width: 24px;
height: 18px; height: 16px;
color: #fff; color: #fff;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 9px !important;
font-weight: bold; font-weight: bold;
line-height: 18px; line-height: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -213,9 +213,9 @@ export default {
.val { .val {
font-weight: bold; font-weight: bold;
font-size: 19px; font-size: 13px !important;
line-height: 1; line-height: 1;
min-width: 25px; min-width: 15px;
&.red { color: #e40000; } &.red { color: #e40000; }
&.blue { color: #0056ee; } &.blue { color: #0056ee; }
&.green { color: #278127; } &.green { color: #278127; }
@ -226,7 +226,7 @@ export default {
.game-info { .game-info {
color: #333; color: #333;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 11px !important;
letter-spacing: 0; letter-spacing: 0;
} }
} }
@ -279,7 +279,7 @@ export default {
} }
.ask-title { .ask-title {
font-size: 15px; font-size: 11px !important;
font-weight: 500; font-weight: 500;
color: #333; color: #333;
margin-bottom: 2px; margin-bottom: 2px;
@ -294,23 +294,23 @@ export default {
.dot { .dot {
display: inline-block; display: inline-block;
&.solid { &.solid {
width: 12px; width: 10px;
height: 12px; height: 10px;
border-radius: 50%; border-radius: 50%;
&.red { background: #e40000; } &.red { background: #e40000; }
&.blue { background: #0056ee; } &.blue { background: #0056ee; }
} }
&.hollow { &.hollow {
width: 10px; width: 8px;
height: 10px; height: 8px;
border-radius: 50%; border-radius: 50%;
border: 1.5px solid; border: 1.5px solid;
&.red { border-color: #e40000; } &.red { border-color: #e40000; }
&.blue { border-color: #0056ee; } &.blue { border-color: #0056ee; }
} }
&.slash { &.slash {
width: 2.5px; width: 2px;
height: 12px; height: 10px;
transform: rotate(-45deg); transform: rotate(-45deg);
border-radius: 1px; border-radius: 1px;
&.red { background: #e40000; } &.red { background: #e40000; }

View File

@ -55,8 +55,8 @@ var yn = {
player1: " Con 1 ", player1: " Con 1 ",
player2: " Con 2 ", player2: " Con 2 ",
player3: " Con 3 ", player3: " Con 3 ",
askplayer: "Con hỏi đường", askplayer: "Con-Hỏi",
askbanker: "Cái hỏi đường", askbanker: "Cái-Hỏi",
askdragon: "Rồng hỏi đường", askdragon: "Rồng hỏi đường",
asktiger: "Hổ hỏi đường", asktiger: "Hổ hỏi đường",
allroad: "Tất cả đường", allroad: "Tất cả đường",