laiguoran 4 vuotta sitten
vanhempi
commit
6750cfccca
1 muutettua tiedostoa jossa 23 lisäystä ja 22 poistoa
  1. 23 22
      app/public/css/main.css

+ 23 - 22
app/public/css/main.css

@@ -3,7 +3,11 @@
 body {
     font-size: 0.9rem;
     overflow: hidden;
-    background: #e4e7ea
+    background: #e4e7ea;
+
+}
+.text-warning {
+  color: #da9500 !important;
 }
 .dropdown-menu {
     font-size: 12px
@@ -104,23 +108,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;
@@ -129,7 +133,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;
@@ -701,7 +705,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
   font-size: 14px
 }
 .bd-toc {
-
+  
     position: sticky;
     top:3rem;
     height: calc(100vh - 10rem);
@@ -856,7 +860,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;
@@ -1079,7 +1083,7 @@ a.maintain-icon .fa{
     }
 }
 
-a.maintain-icon:hover .fa{
+a.maintain-icon:hover .fa{ 
     animation-iteration-count:0
 }
 /*审批列表*/
@@ -1119,23 +1123,20 @@ a.maintain-icon:hover .fa{
   margin: 0 0 0 70px;
   word-break: break-word;
 }
-
 .book-list{
   padding: 0;
-  margin: 0;
-  height: 285px;
-  overflow-y: auto;
+margin: 0;
+height: 285px;
+overflow-y: auto;
 }
 .book-list dt{
   padding:5px 0 5px 5px;
   background-color: #f2f2f2;
 }
+.book-list dd{
+  padding-left:15px;
+  cursor: pointer;
+}
 .book-list dd:hover{
   background-color: #f2f2f2
-}
-.dd-content {
-  display: none;
-}
-.fold-card {
-  display: none;
-}
+}