2018-06-07 00:45:47 +08:00
|
|
|
@media (min-width: 568px) {
|
2018-08-09 22:36:07 +08:00
|
|
|
.sidebar-toggle-box span {
|
|
|
|
display: inline;
|
2018-06-07 00:45:47 +08:00
|
|
|
}
|
2018-08-06 16:04:03 +08:00
|
|
|
|
|
|
|
.cache-item :nth-child(2) {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cache-item :nth-child(3) {
|
|
|
|
display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-06-07 00:45:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-08-09 22:36:07 +08:00
|
|
|
.sidebar-toggle-box {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
|
|
|
|
2018-06-07 00:45:47 +08:00
|
|
|
.header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2018-08-09 22:36:07 +08:00
|
|
|
.header .nav {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
2018-06-07 00:45:47 +08:00
|
|
|
.header, .site-footer {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-content {
|
|
|
|
position: fixed;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2018-08-04 15:35:52 +08:00
|
|
|
}
|
|
|
|
|
2018-06-07 00:45:47 +08:00
|
|
|
@media (min-height: 672px) {
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header, .site-footer {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
}
|