|
@@ -87,7 +87,7 @@ font-size: .875rem;
|
|
}
|
|
}
|
|
.custom-control-warning-input:checked ~ .custom-control-warning-label::before{
|
|
.custom-control-warning-input:checked ~ .custom-control-warning-label::before{
|
|
border-color:#da9500 ;
|
|
border-color:#da9500 ;
|
|
- background-color:#da9500
|
|
|
|
|
|
+ background-color:#da9500
|
|
}
|
|
}
|
|
.custom-control-warning-label{
|
|
.custom-control-warning-label{
|
|
color:#da9500;
|
|
color:#da9500;
|
|
@@ -195,23 +195,23 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
/*滚动条*/
|
|
/*滚动条*/
|
|
/* 滚动条 */
|
|
/* 滚动条 */
|
|
/*水平滚动条的样式*/
|
|
/*水平滚动条的样式*/
|
|
-/*::-webkit-scrollbar-thumb:horizontal {
|
|
|
|
|
|
+/*::-webkit-scrollbar-thumb:horizontal {
|
|
width: 5px;
|
|
width: 5px;
|
|
background-color: #e9ecef;
|
|
background-color: #e9ecef;
|
|
-webkit-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
}*/
|
|
}*/
|
|
/*滚动条的背景颜色,滚动条的圆角宽度*/
|
|
/*滚动条的背景颜色,滚动条的圆角宽度*/
|
|
/*::-webkit-scrollbar-track-piece {
|
|
/*::-webkit-scrollbar-track-piece {
|
|
- background-color: #efefef;
|
|
|
|
- -webkit-border-radius: 0;
|
|
|
|
|
|
+ background-color: #efefef;
|
|
|
|
+ -webkit-border-radius: 0;
|
|
}*/
|
|
}*/
|
|
/*滚动条的宽度,滚动条的高度*/
|
|
/*滚动条的宽度,滚动条的高度*/
|
|
/*::-webkit-scrollbar {
|
|
/*::-webkit-scrollbar {
|
|
- width: 14px;
|
|
|
|
- height: 14px;
|
|
|
|
|
|
+ width: 14px;
|
|
|
|
+ height: 14px;
|
|
}*/
|
|
}*/
|
|
/*垂直滚动条的样式*/
|
|
/*垂直滚动条的样式*/
|
|
-/*::-webkit-scrollbar-thumb:vertical {
|
|
|
|
|
|
+/*::-webkit-scrollbar-thumb:vertical {
|
|
height: 50px;
|
|
height: 50px;
|
|
background-color: #e9ecef;
|
|
background-color: #e9ecef;
|
|
-webkit-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
@@ -220,7 +220,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
border: 1px solid #ced4da;
|
|
border: 1px solid #ced4da;
|
|
}*/
|
|
}*/
|
|
/*滚动条的hover样式*/
|
|
/*滚动条的hover样式*/
|
|
-/*::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
|
+/*::-webkit-scrollbar-thumb:hover {
|
|
height: 50px;
|
|
height: 50px;
|
|
background-color: #ced4da;
|
|
background-color: #ced4da;
|
|
-webkit-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
@@ -870,7 +870,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
font-size: 14px
|
|
font-size: 14px
|
|
}
|
|
}
|
|
.bd-toc {
|
|
.bd-toc {
|
|
-
|
|
|
|
|
|
+
|
|
position: sticky;
|
|
position: sticky;
|
|
top:3rem;
|
|
top:3rem;
|
|
height: calc(100vh - 10rem);
|
|
height: calc(100vh - 10rem);
|
|
@@ -1028,7 +1028,7 @@ body{
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
.panel-title > .title-main .btn.pull-right {
|
|
.panel-title > .title-main .btn.pull-right {
|
|
- margin: 5px 0 0 0
|
|
|
|
|
|
+ margin: 5px 0 0 0
|
|
}
|
|
}
|
|
.panel-content{
|
|
.panel-content{
|
|
padding-top:35px;
|
|
padding-top:35px;
|
|
@@ -1246,7 +1246,7 @@ a.maintain-icon .fa{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-a.maintain-icon:hover .fa{
|
|
|
|
|
|
+a.maintain-icon:hover .fa{
|
|
animation-iteration-count:0
|
|
animation-iteration-count:0
|
|
}
|
|
}
|
|
/*审批列表*/
|
|
/*审批列表*/
|
|
@@ -1369,10 +1369,10 @@ overflow-y: auto;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
.circle{
|
|
.circle{
|
|
- width: 62px;
|
|
|
|
|
|
+ width: 62px;
|
|
height: 62px;
|
|
height: 62px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
- background: none;
|
|
|
|
|
|
+ background: none;
|
|
border: 4px solid #D7B014;
|
|
border: 4px solid #D7B014;
|
|
}
|
|
}
|
|
.circle-num{
|
|
.circle-num{
|
|
@@ -1837,6 +1837,9 @@ overflow-y: auto;
|
|
.bg-new-blue{
|
|
.bg-new-blue{
|
|
background: rgba(51, 119, 255, 0.08) !important;
|
|
background: rgba(51, 119, 255, 0.08) !important;
|
|
}
|
|
}
|
|
|
|
+.bg-new-purple{
|
|
|
|
+ background: rgba(114, 46, 209, 0.08) !important;
|
|
|
|
+}
|
|
.text-new-red{
|
|
.text-new-red{
|
|
color: rgba(241, 82, 91, 1) !important;
|
|
color: rgba(241, 82, 91, 1) !important;
|
|
}
|
|
}
|
|
@@ -1852,6 +1855,9 @@ overflow-y: auto;
|
|
.text-new-blue{
|
|
.text-new-blue{
|
|
color: rgba(51, 119, 255, 1) !important;
|
|
color: rgba(51, 119, 255, 1) !important;
|
|
}
|
|
}
|
|
|
|
+.text-new-purple{
|
|
|
|
+ color: rgba(114, 46, 209, 1) !important;
|
|
|
|
+}
|
|
.text-width{
|
|
.text-width{
|
|
width: 66px;
|
|
width: 66px;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -1889,8 +1895,8 @@ overflow-y: auto;
|
|
font-size: 36px;
|
|
font-size: 36px;
|
|
}
|
|
}
|
|
.list-text-vertical{
|
|
.list-text-vertical{
|
|
- overflow:hidden;
|
|
|
|
- text-overflow:ellipsis;
|
|
|
|
|
|
+ overflow:hidden;
|
|
|
|
+ text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
white-space:nowrap;
|
|
}
|
|
}
|
|
.about-text i{
|
|
.about-text i{
|
|
@@ -1914,12 +1920,12 @@ overflow-y: auto;
|
|
}
|
|
}
|
|
/*@media (min-width: 768px){
|
|
/*@media (min-width: 768px){
|
|
.weixin-erweima img{
|
|
.weixin-erweima img{
|
|
- width:90%;
|
|
|
|
|
|
+ width:90%;
|
|
height:auto;
|
|
height:auto;
|
|
}
|
|
}
|
|
}*/
|
|
}*/
|
|
.weixin-erweima img{
|
|
.weixin-erweima img{
|
|
- width:75%;
|
|
|
|
|
|
+ width:75%;
|
|
height:auto;
|
|
height:auto;
|
|
}
|
|
}
|
|
.weixin-erweima span{
|
|
.weixin-erweima span{
|
|
@@ -1958,4 +1964,4 @@ animation:shake 1s .2s ease both;}
|
|
}
|
|
}
|
|
.margin-inputbox .height-inputbox{
|
|
.margin-inputbox .height-inputbox{
|
|
height: 30px !important;
|
|
height: 30px !important;
|
|
-}
|
|
|
|
|
|
+}
|