|
@@ -83,7 +83,7 @@ font-size: .875rem;
|
|
|
}
|
|
|
.custom-control-warning-input:checked ~ .custom-control-warning-label::before{
|
|
|
border-color:#da9500 ;
|
|
|
- background-color:#da9500
|
|
|
+ background-color:#da9500
|
|
|
}
|
|
|
.custom-control-warning-label{
|
|
|
color:#da9500;
|
|
@@ -191,23 +191,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;
|
|
@@ -216,7 +216,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;
|
|
@@ -834,7 +834,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
font-size: 14px
|
|
|
}
|
|
|
.bd-toc {
|
|
|
-
|
|
|
+
|
|
|
position: sticky;
|
|
|
top:3rem;
|
|
|
height: calc(100vh - 10rem);
|
|
@@ -992,7 +992,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;
|
|
@@ -1206,7 +1206,7 @@ a.maintain-icon .fa{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-a.maintain-icon:hover .fa{
|
|
|
+a.maintain-icon:hover .fa{
|
|
|
animation-iteration-count:0
|
|
|
}
|
|
|
/*审批列表*/
|
|
@@ -1329,10 +1329,10 @@ overflow-y: auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.circle{
|
|
|
- width: 62px;
|
|
|
+ width: 62px;
|
|
|
height: 62px;
|
|
|
border-radius: 50%;
|
|
|
- background: none;
|
|
|
+ background: none;
|
|
|
border: 4px solid #D7B014;
|
|
|
}
|
|
|
.circle-num{
|
|
@@ -1551,7 +1551,7 @@ overflow-y: auto;
|
|
|
.height-20{
|
|
|
height: 19%;
|
|
|
}
|
|
|
-#review_box{
|
|
|
+#review_box, #review_box2{
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -1564,7 +1564,7 @@ overflow-y: auto;
|
|
|
height: -moz-calc(100% - 53px);
|
|
|
height: calc(100% - 53px);
|
|
|
}
|
|
|
-#comment1, #comment2{
|
|
|
+#comment1, #comment2, #comment3, #comment4{
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -1719,4 +1719,4 @@ overflow-y: auto;
|
|
|
font-size: 14px;
|
|
|
line-height: 18px;
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
-}
|
|
|
+}
|