2016-11-09 20:29:52 +08:00
|
|
|
@media (max-width: 930px) {
|
|
|
|
/*#main-content {
|
2016-10-26 00:14:15 +08:00
|
|
|
margin: 0px !important;
|
2016-11-09 20:29:52 +08:00
|
|
|
}*/
|
2016-10-26 00:14:15 +08:00
|
|
|
}
|
|
|
|
|
2016-11-07 17:26:17 +08:00
|
|
|
@media (max-width: 666px) {
|
2016-10-27 02:09:42 +08:00
|
|
|
.notify-row {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-07 17:26:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 548px) {
|
|
|
|
.top-menu .search {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
.sidebar-toggle-box span, .notify-row {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-27 02:09:42 +08:00
|
|
|
|
2016-11-07 16:20:54 +08:00
|
|
|
.top-menu > li {
|
2016-10-26 00:14:15 +08:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-27 13:20:52 +08:00
|
|
|
@media (max-width: 320px) {
|
2016-11-07 16:20:54 +08:00
|
|
|
.top-menu {
|
|
|
|
position: absolute;
|
|
|
|
right: 15px;
|
|
|
|
left: auto;
|
|
|
|
}
|
2016-11-12 19:20:19 +08:00
|
|
|
|
|
|
|
.dropdown-menu.menu {
|
|
|
|
min-width: inherit;
|
|
|
|
}
|
2016-10-26 00:14:15 +08:00
|
|
|
}
|
2016-10-27 13:20:52 +08:00
|
|
|
|
2016-11-12 20:53:38 +08:00
|
|
|
@media (min-height: 672px) {
|
2016-10-27 13:20:52 +08:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 50;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-content {
|
|
|
|
margin-top: 0;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 0;
|
|
|
|
top: 94px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2016-11-01 20:14:27 +08:00
|
|
|
|
|
|
|
.content-body {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 0;
|
|
|
|
top: 94px;
|
2016-11-02 13:45:49 +08:00
|
|
|
overflow: auto;
|
2016-11-01 20:14:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-body iframe {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
2016-11-02 13:45:49 +08:00
|
|
|
overflow: hidden;
|
2016-11-01 20:14:27 +08:00
|
|
|
}
|
2016-10-27 13:20:52 +08:00
|
|
|
}
|