Browse Source

css更新

laiguoran 5 years ago
parent
commit
6f05fb5bbb
1 changed files with 61 additions and 0 deletions
  1. 61 0
      app/public/css/main.css

+ 61 - 0
app/public/css/main.css

@@ -61,6 +61,30 @@ font-size: .875rem;
 }
 .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::after{
   border-bottom-color:#000;
+}/*
+.btn.disabled, .btn:disabled {
+  opacity:.4
+}*/
+.btn-primary.disabled, .btn-primary:disabled {
+  color:#fff;
+  border-color:#666;
+  background: #666
+}
+.btn-outline-primary.disabled, .btn-outline-primary:disabled {
+  color:#666;
+  border-color:#666;
+  background: #ddd
+}
+.btn-outline-primary.disabled .badge, .btn-outline-primary:disabled .badge{
+  background: #999
+}
+.group-tab .btn-light{
+  color:#007bff;
+  border-color:#d3d9df;
+  cursor: pointer;
+}
+.group-tab .btn-light.active{
+  cursor: default;
 }
 /*在谷歌下移除input[number]的上下箭头*/
 input.nospin[type='number']::-webkit-outer-spin-button,
@@ -1057,4 +1081,41 @@ a.maintain-icon .fa{
 
 a.maintain-icon:hover .fa{ 
     animation-iteration-count:0
+}
+/*审批列表*/
+.timeline-list .timeline-list-item{
+  position: relative;
+}
+.timeline-list-item .timeline-item-date{
+  width:50px;
+  position:absolute;
+  left:0px;
+  text-align: center;
+  color:#ccc;
+}
+.timeline-list-item .timeline-item-date span{
+  display: block;
+  color: #333;
+  text-align: center;
+}
+.timeline-list-item .timeline-item-tail{
+  position: absolute;
+  top: 10px;
+  left: 55px;
+  height: calc(100% - 10px);
+  border-left: 1px solid #ddd ;
+}
+.timeline-list-item .timeline-item-icon{
+  width:20px;
+  height:20px;
+  position: absolute;
+  border-radius: 100px;
+  text-align: center;
+  line-height: 20px;
+  left:45px;
+}
+.timeline-list-item .timeline-item-content{
+  position: relative;
+  margin: 0 0 0 70px;
+  word-break: break-word;
 }