修复侧边栏在左侧样式问题
This commit is contained in:
parent
77d1b82feb
commit
a244ecec82
|
@ -7679,20 +7679,22 @@ div#power-star-title {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* 侧边栏在左侧时,显示 100% */
|
||||
.layout.left-aside > div:first-child {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
-o-box-ordinal-group: 2;
|
||||
-ms-flex-order: 2;
|
||||
-webkit-order: 2;
|
||||
order: 2;
|
||||
}
|
||||
@media screen and (min-width: 1200px) {
|
||||
/* 侧边栏在左侧时,显示 100% */
|
||||
.layout.left-aside > div:first-child {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
-o-box-ordinal-group: 2;
|
||||
-ms-flex-order: 2;
|
||||
-webkit-order: 2;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
/* 侧栏在左侧时,关闭左边距,打开右边距 */
|
||||
.layout.left-aside .aside-content {
|
||||
padding-right: 15px;
|
||||
padding-left: 0px !important;
|
||||
/* 侧栏在左侧时,关闭左边距,打开右边距 */
|
||||
.layout.left-aside .aside-content {
|
||||
padding-right: 15px;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* 主页分类 */
|
||||
|
|
Loading…
Reference in New Issue