From 36fcee83fd60816d65f7c06840f5b8f92c01484a Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Sat, 13 Sep 2025 15:16:20 +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