From 1ff9e27b020822168a95edd83be567e7153837f3 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Tue, 09 Sep 2025 15:20:12 +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