From c9fb2989ef0b608233fc8a3cebb6fa67b033eb78 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=B1=E5=AD=90=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/market/mall/OneBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/market/mall/OneBox.vue b/src/components/market/mall/OneBox.vue index 48945d1..70b1d85 100644 --- a/src/components/market/mall/OneBox.vue +++ b/src/components/market/mall/OneBox.vue @@ -366,7 +366,7 @@ export default class OneBox extends Vue { .bottomBox { display: flex; flex-direction: column; - background: #000000; + background: #211638; margin-top: toEm(26px); width: 100%; border-radius: 0 0 toEm(8px) toEm(8px);