From a620c48e9fd330b34099c3b09cd4088049643b80 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 15:25:06 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 35 ++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index d88312c..bc41b18 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -85,17 +85,17 @@ .card1-body { padding: 7px; } - .card1-body .static1 { + .card1-body .static1, .card1-body .static2{ display: flex; flex-wrap: wrap; align-items: center; } - .static1 .static1__item { + .static1 .static1__item, .static2 .static2__item{ margin: 14px; padding-left: 20px; font-size: 14px; } - .static1 .static1__item .static1__item--label { + .static1 .static1__item .static1__item--label,.static2 .static2__item .static2__item--label { color: #666; position: relative; @@ -112,7 +112,19 @@ left: -10px; top: 0; } - .static1 .static1__item .static1__item--value { + .static2 .static2__item .static2__item--label::before { + content: ""; + width: 8px; + height: 8px; + background: #73cdb9; + border-radius: 100%; + transform: translateY(-50%); + + position: absolute; + left: -10px; + top: 50%; + } + .static1 .static1__item .static1__item--value,.static2 .static2__item .static2__item--value { font-weight: 600; color: #333; line-height: 2; @@ -162,7 +174,20 @@ - +