From a29edbd4c670e1907e38e98f20257e5519745a4d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 十二月 2022 17:36:21 +0800 Subject: [PATCH] 2022-12-08 --- src/views/design/header/index.scss | 46 +++++++++++----------------------------------- 1 files changed, 11 insertions(+), 35 deletions(-) diff --git a/src/views/design/header/index.scss b/src/views/design/header/index.scss index 587ca14..aef0f9b 100644 --- a/src/views/design/header/index.scss +++ b/src/views/design/header/index.scss @@ -113,43 +113,16 @@ margin-left: 10px; cursor: pointer; } - .level4-close { - position: relative; - top: 13px; - left: 20px; - height: 26px; - padding: 0 10px; - z-index: 2; - } - .mobile { - position: absolute; - top: 135px; - right: 50px; - color: #1890ff; - cursor: pointer; - } - .interface { - position: absolute; - top: 170px; - right: 50px; - color: #1890ff; - cursor: pointer; - } - .home-entrance { - left: 260px; - } - .api-entrance { - left: 540px; - } - .app-entrance { - left: 820px; - } - .menu-entrance { - left: 1100px; - } - .entrance { + + .entrance-wrap { position: absolute; top: 100px; + left: 240px; + width: calc(100vw - 270px); + } + .entrance { + margin-left: 30px; + margin-bottom: 30px; background: #ffffff; box-shadow: 0 0 5px #d9d9d9; border-radius: 5px; @@ -157,6 +130,8 @@ height: 250px; color: rgba(0, 0, 0, 0.85); text-align: center; + display: inline-block; + vertical-align: top; .icon { text-align: center; padding: 15px 0px; @@ -180,6 +155,7 @@ color: rgba(0, 0, 0, 0.65); text-align: center; padding: 0 10px; + min-height: 60px; } .ant-btn { margin-top: 15px; -- Gitblit v1.8.0