|
@@ -46,29 +46,29 @@ font-size: .875rem;
|
|
|
/* 滚动条 */
|
|
|
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
|
|
|
width: 5px;
|
|
|
- background-color: #ddd;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
+ background-color: #e9ecef;
|
|
|
+ -webkit-border-radius: 0;
|
|
|
}
|
|
|
::-webkit-scrollbar-track-piece {
|
|
|
- background-color: #fff; /*滚动条的背景颜色*/
|
|
|
+ background-color: #efefef; /*滚动条的背景颜色*/
|
|
|
-webkit-border-radius: 0; /*滚动条的圆角宽度*/
|
|
|
}
|
|
|
::-webkit-scrollbar {
|
|
|
- width: 10px; /*滚动条的宽度*/
|
|
|
- height: 8px; /*滚动条的高度*/
|
|
|
+ width: 14px; /*滚动条的宽度*/
|
|
|
+ height: 14px; /*滚动条的高度*/
|
|
|
}
|
|
|
::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
|
|
|
height: 50px;
|
|
|
- background-color: #ddd;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
+ background-color: #e9ecef;
|
|
|
+ -webkit-border-radius: 0;
|
|
|
outline: 1px solid #fff;
|
|
|
outline-offset: -1px;
|
|
|
- border: 1px solid #fff;
|
|
|
+ border: 1px solid #ced4da;
|
|
|
}
|
|
|
::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
|
|
|
height: 50px;
|
|
|
- background-color: #999;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
+ background-color: #ced4da;
|
|
|
+ -webkit-border-radius: 0;
|
|
|
}
|
|
|
.sjs-height-1,.sjs-height-2,.sjs-sh-1,.sjs-sh-2,.sjs-sh-3,.sjs-sh-4,.sjs-sh-5{
|
|
|
overflow: hidden;
|
|
@@ -205,6 +205,7 @@ font-size: .875rem;
|
|
|
.panel-content .content-wrap{
|
|
|
margin:0 15px 15px;
|
|
|
position: relative;
|
|
|
+ background-color: #d2d5da
|
|
|
}
|
|
|
.panel-sidebar+.panel-content{
|
|
|
padding: 65px 0 0 200px;
|
|
@@ -261,6 +262,10 @@ font-size: .875rem;
|
|
|
.panel-title>.title-main{
|
|
|
padding-left: 15px
|
|
|
}
|
|
|
+.panel-title .alert {
|
|
|
+ line-height: normal;
|
|
|
+ z-index: 999
|
|
|
+}
|
|
|
.side-menu{
|
|
|
position: fixed;
|
|
|
right:15px;
|
|
@@ -268,7 +273,12 @@ font-size: .875rem;
|
|
|
}
|
|
|
.side-menu .nav-link{
|
|
|
line-height: 16px;
|
|
|
- font-size: 14px
|
|
|
+ font-size: 14px;
|
|
|
+ color:#666;
|
|
|
+}
|
|
|
+.side-menu .nav-link:hover{
|
|
|
+ background:#dcdee3;
|
|
|
+ color:#333;
|
|
|
}
|
|
|
.sub-content{
|
|
|
margin:0;
|
|
@@ -518,7 +528,7 @@ font-size: .875rem;
|
|
|
padding:0 0 5px
|
|
|
}
|
|
|
.c-body{
|
|
|
- padding:15px;
|
|
|
+ padding:6px 6px 4px 6px;
|
|
|
background:#fff;
|
|
|
}
|
|
|
.right-nav{
|