From 159e0a10a3275839bb08bb46e4386c7f4c631a8a Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 15:15:29 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index e69e8db..ca0982a 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -16,29 +16,30 @@ border-radius: 4px; font-size: 14px; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); + overflow: hidden; position: relative; } .card1::before { content: ""; - height: 24px; - width: 24px; + height: 28px; + width: 28px; border-radius: 100%; background: #78d3a9; - opacity: .3; + opacity: .2; position: absolute; - bottom: -12px; - right: 10px; + bottom: -14px; + right: 12px; } .card1::after { content: ""; - height: 32px; - width: 32px; + height: 36px; + width: 36px; border-radius: 100%; background: #78d3a9; - opacity: .3; + opacity: .2; position: absolute; bottom: -4px; - right: -12px; + right: -14px; } .card1-title { display: flex;