更新 demo/index.css
This commit is contained in:
parent
803292ff5f
commit
a154969dad
|
@ -22,18 +22,27 @@
|
||||||
width: 1920px;
|
width: 1920px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box_1 {
|
.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: 0 auto;
|
||||||
|
/* 水平居中 */
|
||||||
|
}
|
||||||
|
.box_1 {
|
||||||
background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7bbf00aeec1e4fafb9470ae6ed13a070_mergeImage.png);
|
background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7bbf00aeec1e4fafb9470ae6ed13a070_mergeImage.png);
|
||||||
height: 1080px;
|
display: flex;
|
||||||
width: 1920px;
|
flex-direction: column;
|
||||||
}
|
justify-content: center;
|
||||||
.group_3 {
|
/* 垂直居中 */
|
||||||
height: 599px;
|
align-items: center;
|
||||||
background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e020f4f2b53248e19e2ad78d9a45110f_mergeImage.png) 100% no-repeat;
|
/* 水平居中 */
|
||||||
background-size: 100% 100%;
|
height: 100%;
|
||||||
width: 952px;
|
/* 确保填满父容器 */
|
||||||
margin: 240px 0 0 484px;
|
width: 100%;
|
||||||
}
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.image-wrapper_2 {
|
.image-wrapper_2 {
|
||||||
width: 153px;
|
width: 153px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user