2018-06-07 00:45:47 +08:00
|
|
|
@media (min-width: 568px) {
|
2018-08-10 10:24:00 +08:00
|
|
|
.cache-item > :nth-child(2) {
|
2018-10-07 14:35:55 +08:00
|
|
|
flex: 0 0 144px;
|
2018-08-06 16:04:03 +08:00
|
|
|
}
|
|
|
|
|
2018-10-06 17:18:52 +08:00
|
|
|
.cache-item > :nth-child(4) {
|
2018-10-05 13:17:41 +08:00
|
|
|
flex: 1 1 auto;
|
2018-08-06 16:04:03 +08:00
|
|
|
display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2018-10-06 17:18:52 +08:00
|
|
|
margin-left: 10px;
|
2018-08-06 16:04:03 +08:00
|
|
|
}
|
2018-06-07 00:45:47 +08:00
|
|
|
}
|
|
|
|
|
2018-09-06 16:45:12 +08:00
|
|
|
@media (min-width: 667px) {
|
|
|
|
.header .nav {
|
|
|
|
display: flex;
|
2018-09-23 16:52:25 +08:00
|
|
|
flex: 1 1 auto;
|
2018-09-06 16:45:12 +08:00
|
|
|
}
|
|
|
|
|
2018-08-09 22:36:07 +08:00
|
|
|
.sidebar-toggle-box {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
2018-09-23 16:52:25 +08:00
|
|
|
}
|
2018-08-09 22:36:07 +08:00
|
|
|
|
2018-09-23 16:52:25 +08:00
|
|
|
@media (min-width: 768px) {
|
2018-10-06 12:46:48 +08:00
|
|
|
html {
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
}
|
|
|
|
|
2018-10-01 01:04:36 +08:00
|
|
|
.main-content {
|
|
|
|
position: fixed;
|
|
|
|
overflow: auto;
|
2018-10-06 12:46:48 +08:00
|
|
|
-ms-overflow-style: auto;
|
2018-10-01 01:04:36 +08:00
|
|
|
}
|
2018-11-23 12:41:10 +08:00
|
|
|
|
|
|
|
.header, footer {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2018-09-16 14:41:21 +08:00
|
|
|
}
|
2018-06-07 00:45:47 +08:00
|
|
|
|
2018-09-16 14:41:21 +08:00
|
|
|
@media (min-width: 769px) {
|
2018-09-19 00:19:43 +08:00
|
|
|
.sidebar-open aside {
|
|
|
|
transform: translate(-100%);
|
2018-06-07 00:45:47 +08:00
|
|
|
}
|
2018-08-04 15:35:52 +08:00
|
|
|
|
2018-11-10 21:37:43 +08:00
|
|
|
.sidebar-open footer {
|
2018-09-19 00:19:43 +08:00
|
|
|
display: flex;
|
2018-09-16 14:41:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
aside {
|
2018-09-19 00:19:43 +08:00
|
|
|
transition: none;
|
2018-09-16 14:41:21 +08:00
|
|
|
transform: translate(0);
|
2018-09-19 00:19:43 +08:00
|
|
|
width: 210px;
|
2018-09-23 12:59:49 +08:00
|
|
|
overflow: hidden;
|
2018-09-19 00:19:43 +08:00
|
|
|
bottom: 40px;
|
2018-09-16 14:41:21 +08:00
|
|
|
}
|
2018-10-01 01:04:36 +08:00
|
|
|
|
|
|
|
.sidebar-open .main-content {
|
|
|
|
margin-left: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-content {
|
|
|
|
margin-left: 210px;
|
|
|
|
transition: none;
|
|
|
|
}
|
2018-06-07 00:45:47 +08:00
|
|
|
}
|