From 7c8d228cb4f807ef08abe149d0d9c2efd217e9b8 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 15:28:20 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index f7f4fec..d559142 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -127,12 +127,21 @@ left: -10px; top: 50%; } + .static2 .static2__item .static2__item--label:nth-child(2)::before { + background: #548fee; + } + .static2 .static2__item .static2__item--label:nth-child(3)::before { + background: #78d3a9; + } .static1 .static1__item .static1__item--value,.static2 .static2__item .static2__item--value { font-weight: 600; color: #333; line-height: 2; font-size: 15px; } + .static2 .static2__item .static2__item--value { + text-align: center; + } @endpush