工厂专区修改

This commit is contained in:
谢思 2026-01-05 13:57:27 +08:00
parent e587529e89
commit 6304a4931b
3 changed files with 20 additions and 13 deletions

View File

@ -75,12 +75,14 @@ function Feature(props) {
</div>
</div>
<div className="content-bottom">
<div>
<h3>敏捷化协同实现能力极速交付</h3>
<p>打破用户-研发团队-运维团队协作壁垒大幅缩短交付周期</p>
<div className='center'>
<h3>软件工厂标准众创版本</h3>
</div>
<img className="content-bottom-gif" src={gif3} alt="" />
<img src={featureBottom1} alt="" />
<div className='df'>
</div>
{/* <img className="content-bottom-gif" src={gif3} alt="" />
<img src={featureBottom1} alt="" /> */}
</div>
</div>
</div>

View File

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB