From 0ea78440cb53b7ecf0ef715e3f51d88918c5821d Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Thu, 04 Sep 2025 18:21:14 +0800
Subject: [PATCH] 提交
---
public/static/home/style.css | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/public/static/home/style.css b/public/static/home/style.css
index 091b61c..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;
}
@@ -443,6 +444,12 @@
background-image: url("/static/home/assets/images/top-bg-img.png");
background-size: cover;
padding: 10px 0px;
+}
+
+.language_select_item{
+ position: absolute;
+ right: 10px;
+ top: 10px;
}
.top-address p {
@@ -2189,10 +2196,11 @@
/* witr_service2_icon_bottom */
.witr_servicetwo_text {
box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
- padding: 57px 30px 30px;
+ padding: 55px 20px 20px;
position: relative;
background: #fff;
z-index: 1;
+ height: 260px;
}
.witr_servicetwo_text::before {
--
Gitblit v1.9.0