From 41855908a810b82e0ce030eceb9a5f8dd2dbbd10 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 16 Nov 2023 15:55:43 +0800 Subject: [PATCH] 添加等待中组件 --- layout/homeNav/cHomeNav.scss | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/homeNav/cHomeNav.scss b/layout/homeNav/cHomeNav.scss index 4eb9522..14abb91 100644 --- a/layout/homeNav/cHomeNav.scss +++ b/layout/homeNav/cHomeNav.scss @@ -31,12 +31,12 @@ } } .c-home-item-icon { - width: 100px; - height: 100px; + width: 110px; + height: 110px; margin: 0 20px 0 40px; } .c-home-item-label { - max-width: calc(100% - 160px - 40px); + max-width: calc(100% - 170px - 40px); padding-right: 40px; line-height: 46px; vertical-align: middle; @@ -44,7 +44,7 @@ } @at-root .super & { .c-home-item-label { - max-width: calc(100% - 160px - 20px); + max-width: calc(100% - 170px - 20px); padding-right: 20px; } } @@ -71,8 +71,8 @@ } .c-home-item-icon { display: block; - width: 120px; - height: 120px; + width: 110px; + height: 110px; margin: 0 auto 8px; } } -- Gitblit v1.9.1