40 lines
1.3 KiB
SCSS
Executable File
40 lines
1.3 KiB
SCSS
Executable File
@charset "utf-8";
|
|
@import "initial";
|
|
|
|
@media(max-width: $screen-md) {
|
|
.layout-header .header-nav {
|
|
padding: 0 1em;
|
|
}
|
|
.modules-menu {
|
|
width: 56%;
|
|
padding-top: 0;
|
|
}
|
|
.layout-header .navbar-header {
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
}
|
|
|
|
@media(max-width: 767px) {
|
|
.layout-header .slider .widget-announcement-2 { margin-left: 0; margin-bottom: 0; }
|
|
.layout-header .navbar-header {
|
|
padding: 0.5em 0 0 1em;
|
|
}
|
|
.layout-header .extra-menu { padding-top: 0.5em; }
|
|
.layout-header .extra-menu.col-sm-3 { display: none; }
|
|
.layout-header .slider { width: 100%; }
|
|
.row.col-sm-5 {
|
|
padding-left: 0.9375em;
|
|
.ad-box { width: 48% !important; display: inline-block; }
|
|
section { border-radius: 0.8em; }
|
|
}
|
|
.header-banner img { height: 130px; }
|
|
.modules-menu { width: 100%; background-color: $theme-white; margin-top: 0.5em; }
|
|
.modules-menu .modules-menu-level-0>li { margin: 0; }
|
|
.modules-menu .modules-menu-level-0>li>a { color: $theme-color-mainer; }
|
|
#main-content { font-size: 0.8em; }
|
|
.index-member-3 .i-member-item { width: 100%; }
|
|
.index-member-3 .i-member-pic-wrap { width: 30%; }
|
|
.index-member-3 .i-member-profile-data-wrap { width: 70%; }
|
|
}
|