-
灵活定制编排,让“适应”不再困难
+
+
灵活定制编排,让“适应”不再困难
支持流水线定制编排、研发工具扩展等多种集成扩展,适应不同需求。
-

-

+
-
-
开发运维一体,让“交付”更加便捷
+
+
开发运维一体,让“交付”更加便捷
支持多种应用快速部署方式,实现从开发到运维全环节的能力覆盖。
-
-

-
-

+
@@ -79,7 +99,20 @@ function Feature(props) {
软件工厂标准(众创版本)
-
+ {
+ standardList.map((item,index) => {
+ return (
+
+

+
+
{item.name}
+
{item.summary}
+
+
+
+ )
+ })
+ }
{/*

*/}
diff --git a/src/factory/components/Feature/index.scss b/src/factory/components/Feature/index.scss
index c62326b34..b126364c0 100644
--- a/src/factory/components/Feature/index.scss
+++ b/src/factory/components/Feature/index.scss
@@ -9,7 +9,7 @@
width: 100%;
margin: auto;
padding-top: 67px;
- background:#f1f6fd;
+ background: #f1f6fd;
// background-image: url('../../../images/factory/feature-bg.png');
// background-repeat: no-repeat;
// background-size: 100% 100%;
@@ -17,7 +17,7 @@
}
h1 {
- color:#091221 !important;
+ color: #091221 !important;
}
.feature-content {
@@ -42,16 +42,17 @@
font-weight: 700;
color: #091221;
font-size: 26px;
+ text-align: center;
}
p {
- width: 519px;
+ // width: 519px;
height: 22px;
line-height: 30px;
font-family: alibabareg;
color: #091221;
font-size: 16px;
-
+ text-align: center;
}
}
@@ -61,32 +62,30 @@
flex-direction: column;
h3 {
-
- margin-top: 58px;
- margin-left: 50px;
+ margin-top: 40px;
}
p {
-
- margin-top: 24px;
- margin-left: 50px;
+ margin-top: 15px;
}
img {
- margin: 19px auto;
+ margin: 32px auto 19px auto;
}
}
.content-top {
- margin-bottom: 25px;
+ margin-bottom: 30px;
display: flex;
&-left {
width: 787.5px;
height: 506px;
- margin-right: 25px;
+ margin-right: 31px;
position: relative;
background-image: url('../../../images/factory/feature-left-bg.webp');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
img {
width: 614px;
@@ -101,14 +100,24 @@
top: 250px
}
}
+ .left-1 {
+ background-image: url('../../../images/factory/feature-left-bg2.webp');
+ img {
+ width: 669px;
+ height: unset;
+ }
+ }
&-right {
width: 787.5px;
height: 502px;
position: relative;
background-image: url('../../../images/factory/feature-right-bg.webp');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
img {
+ margin-top: 0;
width: 735px;
}
@@ -120,16 +129,24 @@
width: 60px;
height: 60px;
overflow: hidden;
+
.content-top-right-gif {
position: absolute;
- width: 80px !important;
- margin: 0;
- left: -10px;
+ width: 80px !important;
+ margin: 0;
+ left: -10px;
}
-
+
}
}
+ .right-2 {
+ background-image: url('../../../images/factory/feature-right-bg.webp');
+ img {
+ width: 708px;
+ margin-top: 22px
+ }
+ };
}
.content-bottom {
@@ -148,16 +165,80 @@
color: white;
}
- p {
- margin-left: 50px;
- margin-top: 24px;
- }
-
img {
width: 1016px;
height: 315px;
}
+ .df {
+ display: flex;
+ justify-content: space-between;
+ margin-top: 31px;
+
+ .df-item {
+ width: 470px;
+ height: 244px;
+ background: #ffffff;
+ border: 1px solid;
+ border-color: rgba(22, 76, 228, 0.2);
+ border-radius: 20px;
+ box-shadow: 0px 0px 20px rgba(22, 76, 228, 0.44);
+ display: flex;
+ padding: 32px;
+
+ img {
+ width: 44px;
+ height: 44px;
+ margin-right: 18px;
+ }
+
+ div {
+ display: flex;
+ flex-direction: column;
+ }
+
+ h4 {
+ width: 236px;
+ line-height: 33px;
+ font-family: alibabaBold;
+ color: #091221;
+ font-size: 24px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ word-break: break-all;
+ }
+
+ p {
+ margin-top: 10px;
+ width: 308px;
+ line-height: 30px;
+ font-family: alibabareg;
+ color: #091221;
+ font-size: 15px;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+ height: 82px;
+ }
+
+ button {
+ margin-top: auto;
+ width: 65px;
+ height: 32px;
+ border: 1px solid;
+ border-color: #091221;
+ border-radius: 9px;
+ font-family: alibaba;
+ font-weight: 500;
+ color: #091221;
+ font-size: 14px;
+ cursor: pointer;
+ }
+ }
+ }
+
&-gif {
width: 93px !important;
height: 70px !important;
@@ -167,4 +248,7 @@
}
}
}
+ .headerBlue {
+ color: #164ce4;
+ }
}
\ No newline at end of file
diff --git a/src/images/factory/feature-left-1.webp b/src/images/factory/feature-left-1.webp
index b7fdf7d6a..1cbf883eb 100644
Binary files a/src/images/factory/feature-left-1.webp and b/src/images/factory/feature-left-1.webp differ
diff --git a/src/images/factory/feature-left-2.webp b/src/images/factory/feature-left-2.webp
new file mode 100644
index 000000000..fc8039faa
Binary files /dev/null and b/src/images/factory/feature-left-2.webp differ
diff --git a/src/images/factory/feature-left-bg2.webp b/src/images/factory/feature-left-bg2.webp
new file mode 100644
index 000000000..0bd43f41c
Binary files /dev/null and b/src/images/factory/feature-left-bg2.webp differ
diff --git a/src/images/factory/feature-right-1.png b/src/images/factory/feature-right-1.png
deleted file mode 100644
index a36137e40..000000000
Binary files a/src/images/factory/feature-right-1.png and /dev/null differ
diff --git a/src/images/factory/feature-right-1.webp b/src/images/factory/feature-right-1.webp
new file mode 100644
index 000000000..a61ff27a7
Binary files /dev/null and b/src/images/factory/feature-right-1.webp differ
diff --git a/src/images/factory/feature-right-2.webp b/src/images/factory/feature-right-2.webp
new file mode 100644
index 000000000..c88dd9e58
Binary files /dev/null and b/src/images/factory/feature-right-2.webp differ
diff --git a/src/images/factory/feature-right-bg2.webp b/src/images/factory/feature-right-bg2.webp
new file mode 100644
index 000000000..3962f67e1
Binary files /dev/null and b/src/images/factory/feature-right-bg2.webp differ
diff --git a/src/images/factory/standard-logo-1.webp b/src/images/factory/standard-logo-1.webp
new file mode 100644
index 000000000..5572a317e
Binary files /dev/null and b/src/images/factory/standard-logo-1.webp differ
diff --git a/src/images/factory/standard-logo-2.webp b/src/images/factory/standard-logo-2.webp
new file mode 100644
index 000000000..34d846c87
Binary files /dev/null and b/src/images/factory/standard-logo-2.webp differ
diff --git a/src/images/factory/standard-logo-3.webp b/src/images/factory/standard-logo-3.webp
new file mode 100644
index 000000000..a1909e607
Binary files /dev/null and b/src/images/factory/standard-logo-3.webp differ