diff --git a/assets/css/style.css b/assets/css/style.css index c43c196..d6a1549 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -104,6 +104,8 @@ body { font-size: 1rem; -webkit-font-smoothing: antialiased; overflow-x: hidden; + margin: 0; + padding: 0; } @media (max-width: 767px) { @@ -959,6 +961,129 @@ img { margin-bottom: 1.3em; } +/*-------------------------------------- + service tab navigation +----------------------------------------*/ +.service-tab-nav { + margin-bottom: 40px; + background: #fff; +} + +.service-tab-nav .service-list-widget ul { + list-style: none; + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + border-bottom: 2px solid #f2f7fd; +} + +.service-tab-nav .service-list-widget ul li { + flex: 1; + min-width: 200px; + text-align: center; +} + +.service-tab-nav .service-list-widget a { + font-size: 16px; + font-size: 1rem; + background: transparent; + font-weight: 500; + display: block; + color: #0a172b; + padding: 20px 25px; + transition: all 0.3s ease; + text-decoration: none; + border-bottom: 3px solid transparent; + margin-bottom: -2px; +} + +.service-tab-nav .service-list-widget a:hover { + color: #1481ff; + background-color: #f8fbff; +} + +.service-tab-nav .service-list-widget .current a { + color: #1481ff; + background-color: transparent; + border-bottom-color: #1481ff; + font-weight: 600; +} + +/* 响应式样式 */ +@media (max-width: 767px) { + .service-tab-nav .service-list-widget ul { + border: 2px solid #f2f7fd; + } + + .service-tab-nav .service-list-widget ul li { + flex: 1 1 100%; + border-bottom: 1px solid #ebf3fd; + } + + .service-tab-nav .service-list-widget ul li:last-child { + border-bottom: none; + } + + .service-tab-nav .service-list-widget a { + font-size: 14px; + font-size: 0.875rem; + padding: 15px 24px; + border-bottom: none; + } + + .service-tab-nav .service-list-widget a:hover, + .service-tab-nav .service-list-widget .current a { + background-color: #1481ff; + color: #fff; + } +} + +/*-------------------------------------- + service single section custom padding +----------------------------------------*/ +.service-single-section { + padding-top: 0; + padding-bottom: 50px; +} + +/*-------------------------------------- + service tab nav fullwidth +----------------------------------------*/ +.service-tab-nav-fullwidth { + width: 100%; + background: #fff; + border-bottom: 2px solid #f2f7fd; + position: relative; +} + +.service-tab-nav-fullwidth .service-tab-nav { + margin-bottom: 0; + background: transparent; + max-width: 1140px; + margin: 0 auto; + padding: 0 15px; +} + +.service-tab-nav-fullwidth .service-tab-nav .service-list-widget ul { + border-bottom: none; +} + +/* page title with no bottom padding for seamless connection */ +.page-title.page-title2 { + padding-bottom: 0; +} + +/* Ensure no spacing between sections */ +.page-title2 + .service-tab-nav-fullwidth { + margin-top: 0; +} + +/* Remove default margins from page-wrapper */ +.page-wrapper > * { + margin-top: 0; +} + /*-------------------------------------- service single sidebar ----------------------------------------*/ diff --git a/product_Logistics.html b/product_Logistics.html index d8e7586..24d28b1 100644 --- a/product_Logistics.html +++ b/product_Logistics.html @@ -70,6 +70,19 @@
+
@@ -98,14 +111,6 @@
- diff --git a/product_eCommerce.html b/product_eCommerce.html index ef30845..6771507 100644 --- a/product_eCommerce.html +++ b/product_eCommerce.html @@ -71,6 +71,19 @@
+
@@ -102,18 +115,9 @@
-
- diff --git a/product_port.html b/product_port.html index e54c217..a606a6b 100644 --- a/product_port.html +++ b/product_port.html @@ -67,9 +67,22 @@
+ + + -
+