list.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .fp-part-left {
  2. float: left;
  3. width: 300px;
  4. overflow-y: auto;
  5. overflow-x: auto;
  6. border-right: 1px solid #ddd;
  7. box-sizing: border-box;
  8. }
  9. .fp-part-right {
  10. float: left;
  11. width: calc(100% - 310px);
  12. overflow-y: auto;
  13. box-sizing: border-box;
  14. }
  15. .logo-refresh {
  16. display: inline-block;
  17. width: 18px;
  18. height: 16px;
  19. background: url('../images/logo-refresh.png') no-repeat center center;
  20. background-size: 16px 16px;
  21. cursor: pointer;
  22. outline: none;
  23. border: 0;
  24. }
  25. .sp-cursor {
  26. cursor: pointer;
  27. }
  28. p {
  29. word-break: normal;
  30. white-space: normal;
  31. }
  32. .menu-list {
  33. float: left;
  34. }
  35. .menu-list ul {
  36. margin: 8px 0 8px 20px;
  37. border: solid #eee;
  38. border-width: 0;
  39. }
  40. .menu-list > ul {
  41. margin: 8px;
  42. border: solid #eee;
  43. border-width: 0;
  44. }
  45. /* .menu-list ul> li{
  46. margin-top:10px;
  47. } */
  48. .menu-list ul li p {
  49. padding: 0px 15px 0px 0px;
  50. margin: 0;
  51. word-break: normal;
  52. white-space: nowrap;
  53. line-height: 30px;
  54. text-indent: 5px;
  55. width: auto;
  56. display: inline-block !important;
  57. border-radius: 3px;
  58. }
  59. .menu-list ul li p .edit-menu {
  60. display: none;
  61. margin-left: 10px;
  62. /*height: 25px;*/
  63. /*line-height: 25px;*/
  64. }
  65. .menu-list ul li p .edit-menu span {
  66. display: inline-block;
  67. height: 25px;
  68. line-height: 25px;
  69. }
  70. .menu-list ul li p:hover .edit-menu {
  71. display: inline-block;
  72. }
  73. /* .menu-list ul li .edit-menu i{
  74. cursor: pointer;
  75. } */
  76. .menu-list ul li p span {
  77. cursor: pointer;
  78. }
  79. .menu-list ul li p.active {
  80. background: lightskyblue;
  81. /* color: #ffffff; */
  82. }
  83. .menu-list i {
  84. color: #999;
  85. }
  86. .menu-list ul li .edit-menu i:hover {
  87. color: #333
  88. }
  89. .reportTitle i {
  90. display: none;
  91. color: #999;
  92. cursor: pointer;
  93. }
  94. .reportTitle:hover i {
  95. display: inline;
  96. }
  97. .reportTitle i:hover {
  98. color: #333
  99. }
  100. .reportTitle {
  101. width: 100%;
  102. text-overflow: ellipsis;
  103. overflow: hidden;
  104. white-space: nowrap;
  105. padding: 0px 10px;
  106. }
  107. .border-bottom-1 {
  108. border-bottom: 1px solid #000
  109. }
  110. .menu-list .pActive {
  111. color: #fff !important;
  112. background-color: #1c84c6;
  113. }
  114. .menu-list .pActive i {
  115. color: #fff !important;
  116. }
  117. .sp-grid-job tbody td input[type='password'] {
  118. outline: none;
  119. border: none;
  120. width: 100%;
  121. text-indent: 5px;
  122. color: #666;
  123. float: left;
  124. }
  125. .sp-layer-body form {
  126. height: 220px;
  127. overflow: auto;
  128. }
  129. .sp-layer-bottom {
  130. float: left;
  131. width: 100%;
  132. text-align: center;
  133. padding: 0 0 10px 0;
  134. }
  135. body .sp-layer .sp-btn-blue {
  136. padding: 4px 10px;
  137. }
  138. .warninfo {
  139. position: absolute;
  140. width: 220px;
  141. height: 28px;
  142. color: #ff0000;
  143. float: right;
  144. line-height: 28px;
  145. top: 10px;
  146. right: 10px;
  147. background-color: #ffffff;
  148. text-align: right;
  149. display: none;
  150. }
  151. /* Set padding to keep content from hitting the edges */
  152. /* Override the default bootstrap behavior where horizontal description lists
  153. will trunca