From 26c5c0296e7c094f9a7ae4a4bb3c975796992eaf Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 12 Sep 2025 16:19:11 +0800
Subject: [PATCH] 提交
---
public/static/home/style.css | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/public/static/home/style.css b/public/static/home/style.css
index 091b61c..21d87ee 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 {
@@ -1041,6 +1048,10 @@
color: #ff3d00;
}
+.itpart_nav_area.prefix .logo-title {
+ color: #fff;
+}
+
/* LOGO LEFT RIGHT CSS */
.logo-left {
align-items: center;
@@ -1065,6 +1076,21 @@
.logo-right .itpart_menu>ul>li:last-child a {
padding-right: auto;
+}
+
+.logo-title-item {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.logo-title-item .logo-title {
+ text-align: right;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 24px;
+ display: flex;
+ align-items: center;
}
/* logo top */
@@ -2189,10 +2215,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 {
@@ -4764,7 +4791,7 @@
margin: 26px 0;
}
-.itpart-description-area .logo{
+.itpart-description-area .logo {
width: 100px;
}
--
Gitblit v1.9.0