diff --git a/src/components/layout/TopTabsSection/TopTabs.tsx b/src/components/layout/TopTabsSection/TopTabs.tsx
index 4c4ec30..978e9f4 100644
--- a/src/components/layout/TopTabsSection/TopTabs.tsx
+++ b/src/components/layout/TopTabsSection/TopTabs.tsx
@@ -111,7 +111,7 @@ export default function TopTabs({ data, activeIndex, setActiveIndex, className }
return (
- {canScrollLeft && (
+ {/* {canScrollLeft && (
- )}
+ )} */}
{data.tabItems.map((item, index) => (
- {canScrollRight && (
+ {/* {canScrollRight && (
- )}
+ )} */}
);
}
diff --git a/src/components/layout/TopTabsSection/index.module.css b/src/components/layout/TopTabsSection/index.module.css
index 9fd85e6..37cc4b3 100644
--- a/src/components/layout/TopTabsSection/index.module.css
+++ b/src/components/layout/TopTabsSection/index.module.css
@@ -54,11 +54,12 @@
display: flex;
flex-direction: row;
flex-wrap: nowrap;
- padding: 0 20px;
+ /* padding: 0 20px; */
+ justify-content: center;
gap: 70px;
/* gap: 8.125rem; */
height: 100%;
- overflow-x: auto;
+ /* overflow-x: auto; */
-webkit-overflow-scrolling: touch;
/* 隐藏滚动条 */
scrollbar-width: none;
@@ -77,7 +78,7 @@
.topTabsBottomLine {
position: absolute;
bottom: 0px;
- height: 1px;
+ height: 2px;
background: #14355C;
transition: left 0.25s ease, width 0.25s ease;
z-index: 1;
diff --git a/src/pages/Business/RuijingGroup.module.css b/src/pages/Business/RuijingGroup.module.css
index 7886026..c7442e0 100644
--- a/src/pages/Business/RuijingGroup.module.css
+++ b/src/pages/Business/RuijingGroup.module.css
@@ -1,9 +1,14 @@
-.RuijingGroup {
-
-}
+.RuijingGroup {}
.businessFeatureContent {
color: #fff;
+ font-weight: 400;
+ font-size: 18px;
+ color: #FFFFFF;
+ line-height: 34px;
+ text-align: justify;
+ font-style: normal;
+ text-transform: none;
}
@media (max-width: 48rem) {