style: 调整 confirmBet 和 TableBullbull 组件的样式,优化字体大小、边距和颜色,增强可读性;更新语言文件中的翻译内容。

This commit is contained in:
li 2026-01-27 15:07:33 +08:00
parent 6e8a196ecf
commit 995949675f
3 changed files with 22 additions and 10 deletions

View File

@ -275,21 +275,23 @@ $text-red: #f56c6c;
.role { .role {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
&.banker { color: $text-blue; text-shadow: 0 0 5px rgba(64, 158, 255, 0.3); } &.banker { color: $text-blue; text-shadow: 0 1px 2px #000, 0 0 5px rgba(64, 158, 255, 0.5); }
&.player { color: $teal; text-shadow: 0 0 5px rgba(89, 207, 168, 0.3); } &.player { color: $teal; text-shadow: 0 1px 2px #000, 0 0 5px rgba(89, 207, 168, 0.5); }
} }
.mode { .mode {
font-size: 12px; font-size: 12px;
color: #ccc; color: #ffd700;
margin-top: 2px; margin-top: 2px;
text-shadow: 0 1px 2px #000;
} }
} }
.odds { .odds {
font-size: 10px; font-size: 10px;
color: rgba(255,255,255,0.6); color: #ffa500;
z-index: 2; z-index: 2;
text-shadow: 0 1px 2px #000;
} }
.money { .money {
@ -328,4 +330,14 @@ $text-red: #f56c6c;
box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.4); box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.4);
background: rgba(255, 215, 0, 0.1); background: rgba(255, 215, 0, 0.1);
} }
/* 牛牛游戏筹码专用样式 - 缩小筹码避免遮挡文字 */
:deep(.chip-view) {
z-index: 1; /* 降低筹码层级,低于文字 */
.chip-box .box {
width: 28px; /* 缩小筹码容器 */
height: 28px;
}
}
</style> </style>

View File

@ -98,14 +98,14 @@ $red-highlight: #ff3b3b;
background: rgba(197, 160, 89, 0.95); background: rgba(197, 160, 89, 0.95);
border-radius: 1rem; border-radius: 1rem;
color: #000; color: #000;
font-size: 0.4rem; font-size: 0.28rem;
padding: 0.04rem 0.12rem; padding: 0.03rem 0.08rem;
border: 1px solid $gold; border: 1px solid $gold;
font-weight: 600; font-weight: 600;
z-index: 1000; z-index: 1000;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
white-space: nowrap; white-space: nowrap;
margin-top: 0.08rem; /* 在按钮下方,与按钮保持间距 */ margin-top: 0.06rem; /* 在按钮下方,与按钮保持间距 */
} }
.btn-box { .btn-box {
display: flex; display: flex;

View File

@ -254,7 +254,7 @@ var yn = {
is_commission: "Có miễn phí boa không", is_commission: "Có miễn phí boa không",
good_road_tip: "Nhắc đường tốt", good_road_tip: "Nhắc đường tốt",
switch_table: "Đổi bàn", switch_table: "Đổi bàn",
withhold: "Khấu trừ", withhold: "Trừ",
no_good_way: "Chưa có đường tốt", no_good_way: "Chưa có đường tốt",
no_data: "Chưa có dữ liệu", no_data: "Chưa có dữ liệu",
hit: "Trúng đích", hit: "Trúng đích",