From 9398b10240de3186de61a000fc931c76284528c8 Mon Sep 17 00:00:00 2001 From: qf Date: Wed, 22 Feb 2023 18:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E6=A6=9C=E5=8D=95=EF=BC=9A?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E8=83=8C=E6=99=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/room_rank/css/index.css | 2 +- view/peko/modules/room_rank/css/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/peko/modules/room_rank/css/index.css b/view/peko/modules/room_rank/css/index.css index ceb2fc6..6759dc0 100644 --- a/view/peko/modules/room_rank/css/index.css +++ b/view/peko/modules/room_rank/css/index.css @@ -11,7 +11,7 @@ body { width: 100%; font-family: "pingfang-bold"; - background-color: #fff; + background-color: #7A83F5; } .wrap { diff --git a/view/peko/modules/room_rank/css/index.scss b/view/peko/modules/room_rank/css/index.scss index ce3152d..d263d1e 100644 --- a/view/peko/modules/room_rank/css/index.scss +++ b/view/peko/modules/room_rank/css/index.scss @@ -21,7 +21,7 @@ body { width: 100%; font-family: 'pingfang-bold'; - background-color: #fff; + background-color: #7A83F5; } .wrap {