更新首页

This commit is contained in:
PhatenIoT-yan
2025-05-15 15:13:03 +08:00
parent b8c56914ea
commit de59c9afb2
6 changed files with 54 additions and 16 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -140,7 +140,7 @@
</div>
</div>
<div class="conteiner" style="order:1; flex: 50%; overflow:hidden;">
<img src="assets/images/illustrations/fty-serves.png" class="laverage-mac-img my-xs-5 my-sm-5 my-md-5" />
<img src="assets/images/illustrations/fty-serves4.png" class="fty-serves-img my-xs-5 my-sm-5 my-md-5" />
</div>
</div>
</section>

View File

@@ -566,13 +566,19 @@ Blue color variations
}
.laverage-header-img {
width: 85%;
width: 95%;
margin-left: auto;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.laverage-mac-img {
width: 200%;
margin-left: auto;
width: 100%;
margin: 0 auto;
display: block;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.why-laverage-img {
@@ -581,6 +587,18 @@ Blue color variations
position: relative;
}
/*
这个样式用来针对首页的第二个大图的
*/
.fty-serves-img {
width: 130%;
margin: 0 auto;
display: block;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
border-radius: 8px;
transform: translate(-250px, 70px);
}
.laverage-mac2-img {
width: 60%;
left: 10%;

View File

@@ -141,7 +141,7 @@
</div>
</div>
<div class="conteiner" style="order:1; flex: 50%; overflow:hidden;">
<img src="assets/images/illustrations/fty-serves.png" class="laverage-mac-img my-xs-5 my-sm-5 my-md-5" />
<img src="assets/images/illustrations/fty-serves4.png" class="fty-serves-img my-xs-5 my-sm-5 my-md-5" />
</div>
</div>
</section>

View File

@@ -540,17 +540,20 @@ Blue color variations
}
.ctx-header-text {
flex:60%;
order:0;
display:flex;
color: #000
flex: 50%;
order: 0;
display: flex;
color: #000;
padding-right: 2rem;
}
.ctx-header-img {
flex:40%;
order:1;
display:flex;
flex-flow:column;
flex: 50%;
order: 1;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
.ctx-card-white-1 {
@@ -566,13 +569,30 @@ Blue color variations
}
.laverage-header-img {
width: 85%;
width: 95%;
margin-left: auto;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.laverage-mac-img {
width: 200%;
margin-left: auto;
width: 100%;
margin: 0 auto;
display: block;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
/*
这个样式用来针对首页的第二个大图的
*/
.fty-serves-img {
width: 130%;
margin: 0 auto;
display: block;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
border-radius: 8px;
transform: translate(-250px, 70px);
}
.why-laverage-img {