2020-03-14 16:17:04 +08:00
|
|
|
.left-side-container {
|
|
|
|
width 100%
|
|
|
|
height 100%
|
2020-03-14 22:21:16 +08:00
|
|
|
position relative
|
2020-03-14 16:17:04 +08:00
|
|
|
box-sizing border-box
|
|
|
|
border-right 1px solid #f3f3f3
|
2020-03-14 22:21:16 +08:00
|
|
|
|
|
|
|
|
|
|
|
.site-info-container {
|
|
|
|
position absolute
|
|
|
|
width 100%
|
|
|
|
top 40%
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-container {
|
|
|
|
position absolute
|
|
|
|
width 100%
|
|
|
|
bottom 0
|
|
|
|
}
|
2020-03-14 16:17:04 +08:00
|
|
|
}
|