From d422df5e4283e9e7773691087a04090aa64fc597 Mon Sep 17 00:00:00 2001 From: "xiaoqi.cxq" Date: Fri, 22 Mar 2024 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=8B=B1=E6=96=87=E7=89=88?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/landing/index.html | 71 +++------------------------------------ 1 file changed, 5 insertions(+), 66 deletions(-) diff --git a/static/landing/index.html b/static/landing/index.html index 22779784..d2d544cf 100644 --- a/static/landing/index.html +++ b/static/landing/index.html @@ -134,16 +134,9 @@ background-color: #2c2c2c; position: fixed; padding: 5px; + text-align: center; width: 100%; z-index: 1; - display: flex; - justify-content: space-between; - align-items: center; - } - - .navigation-bar__write { - text-align: center; - flex-grow: 1; } .navigation-bar__button { @@ -157,49 +150,6 @@ background-color: rgba(255, 255, 255, 0.1); } - /* 语言切换样式 */ - .navigation-bar__lang-switcher { - display: flex; - align-items: center; - margin-left: auto; - font-size: 14px; - } - /* 隐藏下拉内容区域 */ - .navigation-bar__dropdown-content { - display: none; - position: absolute; - z-index: 1; - } - - /* 当鼠标悬停在按钮上时,显示下拉内容区域 */ - .navigation-bar__dropdown:hover .navigation-bar__dropdown-content { - display: block; - } - - /* 样式化下拉按钮 */ - .navigation-bar__dropbtn { - background-color: #4CAF50; - color: white; - padding: 10px 16px; - font-size: 16px; - border: none; - cursor: pointer; - } - - /* 样式化下拉选项 */ - .navigation-bar__dropdown-content a { - color: black; - background-color: #f1f1f1; - padding: 12px 16px; - text-decoration: none; - display: block; - } - - /* 当鼠标悬停在下拉选项上时,更改其背景颜色 */ - .navigation-bar__dropdown-content a:hover { - background-color: #b2b2b2; - } - .splash-screen { position: relative; width: 100%; @@ -319,21 +269,10 @@