From 5306aa30949e7a4cb7632da46ed7a786c5e61bde Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 30 八月 2021 18:30:28 +0800 Subject: [PATCH] 2021-08-30 --- src/views/design/header/index.scss | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 50 insertions(+), 5 deletions(-) diff --git a/src/views/design/header/index.scss b/src/views/design/header/index.scss index 4f796e4..717384c 100644 --- a/src/views/design/header/index.scss +++ b/src/views/design/header/index.scss @@ -137,12 +137,57 @@ color: #1890ff; cursor: pointer; } - .home-edit { + .home-entrance { + left: 300px; + } + .api-entrance { + left: 600px; + } + .app-entrance { + left: 900px; + } + .app-prod-entrance { + left: 300px; + } + .entrance { position: absolute; - top: 100px; - right: 50px; - cursor: pointer; - color: #1890ff; + top: 200px; + background: #ffffff; + box-shadow: 0 0 5px #d9d9d9; + border-radius: 5px; + width: 250px; + height: 250px; + color: rgba(0, 0, 0, 0.85); + text-align: center; + .icon { + text-align: center; + padding: 15px 0px; + .anticon { + background-color: #1890ff; + color: #ffffff; + font-size: 24px; + width: 35px; + height: 35px; + line-height: 38px; + border-radius: 35px; + } + } + .title { + font-size: 16px; + text-align: center; + padding-bottom: 10px; + } + .detail { + font-size: 13px; + color: rgba(0, 0, 0, 0.65); + text-align: center; + padding: 0 10px; + } + .ant-btn { + margin-top: 15px; + height: 28px; + padding: 0 25px; + } } } .sys-header-container.mask::after { -- Gitblit v1.8.0