更新 demo/index.css

This commit is contained in:
xiayanfang 2024-10-31 03:16:48 +00:00
parent 803292ff5f
commit a154969dad

View File

@ -22,17 +22,26 @@
width: 1920px;
}
.box_1 {
background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7bbf00aeec1e4fafb9470ae6ed13a070_mergeImage.png);
height: 1080px;
width: 1920px;
}
.group_3 {
height: 599px;
background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e020f4f2b53248e19e2ad78d9a45110f_mergeImage.png) 100% no-repeat;
background-size: 100% 100%;
width: 952px;
margin: 240px 0 0 484px;
margin: 0 auto;
/* 水平居中 */
}
.box_1 {
background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7bbf00aeec1e4fafb9470ae6ed13a070_mergeImage.png);
display: flex;
flex-direction: column;
justify-content: center;
/* 垂直居中 */
align-items: center;
/* 水平居中 */
height: 100%;
/* 确保填满父容器 */
width: 100%;
box-sizing: border-box;
}
.image-wrapper_2 {