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 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/mob/header/index.scss b/src/mob/header/index.scss index b4009e2..2f9cd6e 100644 --- a/src/mob/header/index.scss +++ b/src/mob/header/index.scss @@ -9,6 +9,13 @@ 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; -- Gitblit v1.8.0