From 995949675f041c9aab3d42b63026b66708bfe1cb Mon Sep 17 00:00:00 2001 From: li Date: Tue, 27 Jan 2026 15:07:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=20confirmBet=20?= =?UTF-8?q?=E5=92=8C=20TableBullbull=20=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E3=80=81=E8=BE=B9=E8=B7=9D=E5=92=8C=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=EF=BC=8C=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=AF=BB=E6=80=A7?= =?UTF-8?q?=EF=BC=9B=E6=9B=B4=E6=96=B0=E8=AF=AD=E8=A8=80=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=BF=BB=E8=AF=91=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlayTable/TableBullbull.vue | 24 ++++++++++++++++------ src/components/confirmBet.vue | 6 +++--- src/language/yn.js | 2 +- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/components/PlayTable/TableBullbull.vue b/src/components/PlayTable/TableBullbull.vue index b3c86dab..e61abe0a 100644 --- a/src/components/PlayTable/TableBullbull.vue +++ b/src/components/PlayTable/TableBullbull.vue @@ -271,25 +271,27 @@ $text-red: #f56c6c; align-items: center; margin-bottom: 4px; z-index: 2; /* Above chips */ - + .role { font-size: 16px; font-weight: bold; - &.banker { color: $text-blue; text-shadow: 0 0 5px rgba(64, 158, 255, 0.3); } - &.player { color: $teal; text-shadow: 0 0 5px rgba(89, 207, 168, 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 1px 2px #000, 0 0 5px rgba(89, 207, 168, 0.5); } } - + .mode { font-size: 12px; - color: #ccc; + color: #ffd700; margin-top: 2px; + text-shadow: 0 1px 2px #000; } } .odds { font-size: 10px; - color: rgba(255,255,255,0.6); + color: #ffa500; z-index: 2; + text-shadow: 0 1px 2px #000; } .money { @@ -328,4 +330,14 @@ $text-red: #f56c6c; box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.4); background: rgba(255, 215, 0, 0.1); } + +/* 牛牛游戏筹码专用样式 - 缩小筹码避免遮挡文字 */ +:deep(.chip-view) { + z-index: 1; /* 降低筹码层级,低于文字 */ + + .chip-box .box { + width: 28px; /* 缩小筹码容器 */ + height: 28px; + } +} diff --git a/src/components/confirmBet.vue b/src/components/confirmBet.vue index fb4aaea9..4d55f551 100644 --- a/src/components/confirmBet.vue +++ b/src/components/confirmBet.vue @@ -98,14 +98,14 @@ $red-highlight: #ff3b3b; background: rgba(197, 160, 89, 0.95); border-radius: 1rem; color: #000; - font-size: 0.4rem; - padding: 0.04rem 0.12rem; + font-size: 0.28rem; + padding: 0.03rem 0.08rem; border: 1px solid $gold; font-weight: 600; z-index: 1000; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); white-space: nowrap; - margin-top: 0.08rem; /* 在按钮下方,与按钮保持间距 */ + margin-top: 0.06rem; /* 在按钮下方,与按钮保持间距 */ } .btn-box { display: flex; diff --git a/src/language/yn.js b/src/language/yn.js index 39cc3d0d..8632c849 100644 --- a/src/language/yn.js +++ b/src/language/yn.js @@ -254,7 +254,7 @@ var yn = { is_commission: "Có miễn phí boa không", good_road_tip: "Nhắc đường tốt", switch_table: "Đổi bàn", - withhold: "Khấu trừ", + withhold: "Trừ", no_good_way: "Chưa có đường tốt", no_data: "Chưa có dữ liệu", hit: "Trúng đích",