2020-04-01 12:09:06 +08:00
|
|
|
@require "common/variables.styl"
|
2020-04-01 10:14:18 +08:00
|
|
|
|
|
|
|
.page-template {
|
2020-04-01 12:09:06 +08:00
|
|
|
padding-top: $header-height;
|
2020-04-01 10:14:18 +08:00
|
|
|
|
|
|
|
.page-top {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2020-04-01 12:09:06 +08:00
|
|
|
height: $header-height;
|
2020-04-01 10:14:18 +08:00
|
|
|
z-index: 999;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-middle {
|
|
|
|
width: 100%;
|
2020-04-01 12:09:06 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.main-content {
|
2020-04-01 17:55:34 +08:00
|
|
|
width: $main-content-width;
|
2020-04-01 12:09:06 +08:00
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
2020-04-01 16:41:30 +08:00
|
|
|
padding: 40px 0;
|
2020-04-01 12:09:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-bottom {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-top-shrink {
|
2020-04-01 12:09:06 +08:00
|
|
|
padding-top: $header-shrink-height;
|
2020-04-01 10:14:18 +08:00
|
|
|
|
|
|
|
.page-top {
|
2020-04-01 12:09:06 +08:00
|
|
|
height: $header-shrink-height;
|
2020-04-01 10:14:18 +08:00
|
|
|
}
|
|
|
|
}
|