From 4822304b63e1bd6327860af7f3db0133cecf167f Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 05 Sep 2025 17:58:42 +0800
Subject: [PATCH] 提交
---
public/static/home/style.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/public/static/home/style.css b/public/static/home/style.css
index cd6a2ff..6cf5a3c 100644
--- a/public/static/home/style.css
+++ b/public/static/home/style.css
@@ -434,6 +434,7 @@
.itpart-header-top {
background: #ff3d00;
+ position: relative;
}
@@ -445,6 +446,12 @@
padding: 10px 0px;
}
+.language_select_item{
+ position: absolute;
+ right: 10px;
+ top: 10px;
+}
+
.top-address p {
margin-bottom: 0;
}
--
Gitblit v1.9.0