diff --git a/src/factory/components/Feature/index.jsx b/src/factory/components/Feature/index.jsx
index 44f9b2c30..0755da9e8 100644
--- a/src/factory/components/Feature/index.jsx
+++ b/src/factory/components/Feature/index.jsx
@@ -75,12 +75,14 @@ function Feature(props) {
-
-
敏捷化协同,实现能力极速交付
-
打破用户-研发团队-运维团队协作壁垒,大幅缩短交付周期
+
+
软件工厂标准(众创版本)
-

-

+
+
+
+ {/*

+

*/}
diff --git a/src/factory/components/Feature/index.scss b/src/factory/components/Feature/index.scss
index abb1ff46b..c62326b34 100644
--- a/src/factory/components/Feature/index.scss
+++ b/src/factory/components/Feature/index.scss
@@ -9,14 +9,15 @@
width: 100%;
margin: auto;
padding-top: 67px;
- background-image: url('../../../images/factory/feature-bg.png');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center -0px;
+ background:#f1f6fd;
+ // background-image: url('../../../images/factory/feature-bg.png');
+ // background-repeat: no-repeat;
+ // background-size: 100% 100%;
+ // background-position: center -0px;
}
h1 {
- color: #ffffff !important;
+ color:#091221 !important;
}
.feature-content {
@@ -133,14 +134,18 @@
.content-bottom {
width: 1600px;
- height: 313px;
+ height: 398px;
display: flex;
align-items: center;
position: relative;
- background-image: url('../../../images/factory/feature-bottom-bg.webp');
+ background-image: url('../../../images/factory/feature-bottom-bg.png');
+ background-color: transparent;
+ border: none;
+ display: block;
+ padding: 40px 54px;
h3 {
- margin-left: 50px;
+ color: white;
}
p {
diff --git a/src/images/factory/feature-bottom-bg.png b/src/images/factory/feature-bottom-bg.png
new file mode 100644
index 000000000..da2a10e71
Binary files /dev/null and b/src/images/factory/feature-bottom-bg.png differ