添加文件

This commit is contained in:
zhcnyuyang 2025-05-04 15:56:03 +08:00
parent 27f8064458
commit d47fd5d064
5 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -6,6 +6,9 @@
<span class="banner2">驱动商业可持续增长</span> <span class="banner2">驱动商业可持续增长</span>
</div> </div>
</div> </div>
<div id="secondwhite" class="normalcontentdiv">
</div>
</div> </div>
</template> </template>
@ -27,4 +30,10 @@ export default {
background-image: url('/Homepage/banner.png'); background-image: url('/Homepage/banner.png');
} }
} }
#secondwhite
{
width: 100%;
background-color: white;
}
</style> </style>

View File

@ -117,3 +117,18 @@
} }
} }
} }
.normalcontentdiv{
display: flex;
flex-direction: column;
justify-content: center;
@include media-breakpoint-between(xs, md) {
}
@include media-breakpoint-between(md,xl){
}
@include media-breakpoint-up(xl) {
}
}