工厂专区修改
This commit is contained in:
parent
e587529e89
commit
6304a4931b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue