From c8804ceb1fe2dea76f9949c5ea04423876ee2c81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 28 六月 2024 14:02:47 +0800 Subject: [PATCH] 2024-06-28 --- src/mob/header/index.scss | 59 ++++++++++++++++------------------------------------------- 1 files changed, 16 insertions(+), 43 deletions(-) diff --git a/src/mob/header/index.scss b/src/mob/header/index.scss index f6a1e0e..2f9cd6e 100644 --- a/src/mob/header/index.scss +++ b/src/mob/header/index.scss @@ -2,10 +2,20 @@ width: 100%; height: 48px; color: rgba(255, 255, 255, 0.65); + position: fixed; + top: 0px; + z-index: 10; background: #001529; border-bottom: 1px solid #000; + .lang { + position: absolute; + font-size: 18px; + left: calc(50% - 12px); + top: 10px; + color: #ffffff; + } .header-logo { float: left; width: 180px; @@ -19,7 +29,7 @@ max-height: 40px; } } - .header-setting { + .header-user { float: right; line-height: 48px; margin-right: 10px; @@ -42,49 +52,12 @@ } } } - .mob-manage-title { + .change-view { position: absolute; - left: calc(50vw - 45px); - color: #ffffff; - font-size: 16px; - line-height: 48px; - letter-spacing: 2px; - } - >.ant-menu { - float: left; - width: unset; - .ant-menu-item { - margin-bottom: 0; - float: left; - width: unset; - cursor: default; - .anticon-arrow-left { - height: 24px; - cursor: pointer; - } - .ant-btn { - color: #fff; - width: unset; - cursor: pointer; - height: 37px; - background: transparent; - border: 0; - .anticon-save { - margin-right: 0; - } - } - .ant-btn[ant-click-animating-without-extra-node="true"]::after { - display: none!important; - } - .ant-btn::before { - display: none!important; - } - } - .ant-menu-item.ant-menu-item-selected { - background-color: transparent; - } - .ant-menu-item:not(:last-child) { - border-right: 1px solid #353535; + left: calc(50% - 70px); + top: 12px; + .ant-radio-wrapper { + color: #ffffff; } } } \ No newline at end of file -- Gitblit v1.8.0