You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.1 KiB
54 lines
1.1 KiB
3 years ago
|
.bgbuild{
|
||
|
// box-sizing: border-box;
|
||
|
padding: 0 15px 0 15px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
.bgbuild-left{
|
||
|
width: 25%;
|
||
|
height: 100%;
|
||
|
.build-left-top{
|
||
|
width: 100%;
|
||
|
height: 33%;
|
||
|
background-color: pink;
|
||
|
margin-bottom: 3%;
|
||
|
}
|
||
|
.build-left-center{
|
||
|
width: 100%;
|
||
|
height: 33%;
|
||
|
background-color: pink;
|
||
|
margin-bottom: 3%;
|
||
|
}
|
||
|
.build-left-bottom{
|
||
|
width: 100%;
|
||
|
height: 30%;
|
||
|
background-color: pink;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
.bgbuild-right{
|
||
|
width: 25%;
|
||
|
height: 100%;
|
||
|
.build-right-top{
|
||
|
width: 100%;
|
||
|
height: 33%;
|
||
|
background-color: pink;
|
||
|
margin-bottom: 3%;
|
||
|
}
|
||
|
.build-right-center{
|
||
|
width: 100%;
|
||
|
height: 33%;
|
||
|
background-color: pink;
|
||
|
margin-bottom: 3%;
|
||
|
}
|
||
|
.build-right-bottom{
|
||
|
width: 100%;
|
||
|
height: 30%;
|
||
|
background-color: pink;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|