2020-03-21 23:04:01 +08:00
|
|
|
@require '../variables.styl'
|
|
|
|
|
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
|
2020-03-21 23:04:01 +08:00
|
|
|
border-right 1px solid $border-color
|
2020-03-14 22:21:16 +08:00
|
|
|
|
|
|
|
|
|
|
|
.site-info-container {
|
|
|
|
position absolute
|
|
|
|
width 100%
|
2020-03-22 20:31:13 +08:00
|
|
|
top 30%
|
2020-03-14 22:21:16 +08:00
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-container {
|
|
|
|
position absolute
|
|
|
|
width 100%
|
|
|
|
bottom 0
|
|
|
|
}
|
2020-03-14 16:17:04 +08:00
|
|
|
}
|