|
@@ -80,23 +80,23 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
/*滚动条*/
|
|
|
/* 滚动条 */
|
|
|
/*水平滚动条的样式*/
|
|
|
-/*::-webkit-scrollbar-thumb:horizontal {
|
|
|
+/*::-webkit-scrollbar-thumb:horizontal {
|
|
|
width: 5px;
|
|
|
background-color: #e9ecef;
|
|
|
-webkit-border-radius: 0;
|
|
|
}*/
|
|
|
/*滚动条的背景颜色,滚动条的圆角宽度*/
|
|
|
/*::-webkit-scrollbar-track-piece {
|
|
|
- background-color: #efefef;
|
|
|
- -webkit-border-radius: 0;
|
|
|
+ background-color: #efefef;
|
|
|
+ -webkit-border-radius: 0;
|
|
|
}*/
|
|
|
/*滚动条的宽度,滚动条的高度*/
|
|
|
/*::-webkit-scrollbar {
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
}*/
|
|
|
/*垂直滚动条的样式*/
|
|
|
-/*::-webkit-scrollbar-thumb:vertical {
|
|
|
+/*::-webkit-scrollbar-thumb:vertical {
|
|
|
height: 50px;
|
|
|
background-color: #e9ecef;
|
|
|
-webkit-border-radius: 0;
|
|
@@ -105,7 +105,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
border: 1px solid #ced4da;
|
|
|
}*/
|
|
|
/*滚动条的hover样式*/
|
|
|
-/*::-webkit-scrollbar-thumb:hover {
|
|
|
+/*::-webkit-scrollbar-thumb:hover {
|
|
|
height: 50px;
|
|
|
background-color: #ced4da;
|
|
|
-webkit-border-radius: 0;
|
|
@@ -129,7 +129,6 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
}
|
|
|
.sjs-bottom{
|
|
|
height:400px;
|
|
|
- overflow-y: auto;
|
|
|
}
|
|
|
.sjs-bottom-2{
|
|
|
height:360px;
|
|
@@ -673,7 +672,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
font-size: 14px
|
|
|
}
|
|
|
.bd-toc {
|
|
|
-
|
|
|
+
|
|
|
position: sticky;
|
|
|
top:3rem;
|
|
|
height: calc(100vh - 10rem);
|
|
@@ -828,7 +827,7 @@ body{
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
.panel-title > .title-main .btn.pull-right {
|
|
|
- margin: 5px 0 0 0
|
|
|
+ margin: 5px 0 0 0
|
|
|
}
|
|
|
.panel-content{
|
|
|
padding-top:35px;
|
|
@@ -1049,6 +1048,6 @@ a.maintain-icon .fa{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-a.maintain-icon:hover .fa{
|
|
|
+a.maintain-icon:hover .fa{
|
|
|
animation-iteration-count:0
|
|
|
-}
|
|
|
+}
|