index.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .el-main{
  2. padding: 0
  3. }
  4. .opactiy0{
  5. opacity: 0;
  6. }
  7. .el-submenu .el-menu-item{
  8. padding: 0 45px;
  9. min-width: 200px;
  10. padding-left: 57px!important;
  11. }
  12. .el-submenu [class^=el-icon-]{
  13. color: #2d9bd2!important;
  14. }
  15. .activeColor{
  16. color: #2d9bd2!important;
  17. }
  18. .history_tabList{
  19. height: 47px;
  20. border-bottom: solid 1px #e8edec;
  21. }
  22. .history_tabList ul{
  23. height: 100%;
  24. overflow: auto;
  25. }
  26. .history_tabList li{
  27. cursor: pointer;
  28. height: 100%;
  29. padding: 0px 20px;
  30. border-right: 1px solid #dcdcdc;
  31. font-size: 14px
  32. }
  33. .history_tabList li i{
  34. cursor: pointer;
  35. margin-left: 10px;
  36. font-weight: bold;
  37. }
  38. .history_tabList li i:hover{
  39. color: red
  40. }
  41. .history_tabList li:hover {
  42. color: #777;
  43. background-color: #f6f8f8;
  44. border-color: #f6f8f8;
  45. }
  46. .history_tabList li.active{
  47. color: #777;
  48. background-color: #f6f8f8;
  49. border-color: #f6f8f8;
  50. }
  51. .close_all_route {
  52. transform: rotate(90deg);
  53. cursor: pointer;
  54. font-size: 22px;
  55. margin-right: 20px
  56. }
  57. #app {
  58. font-family: Helvetica, sans-serif;
  59. }
  60. /* .main{
  61. background: url('../static/img/bg.png');background-size: cover
  62. } */
  63. .tabHead {
  64. position: fixed;
  65. top: 0;
  66. height: 51px;
  67. left: 220px;
  68. right: 0px;
  69. background: #fff;
  70. z-index: 5;
  71. }
  72. .tabTool {
  73. position: absolute;
  74. right: 0;
  75. background: #fff;
  76. z-index: 6;
  77. top: 0;
  78. height: 51px;
  79. border-left: solid 1px #e8edec;
  80. }
  81. .tabTool [class*=" el-icon-"],
  82. [class^=el-icon-] {
  83. min-width: 19.5px;
  84. text-align: center;
  85. }
  86. #tabDiv {
  87. width: 100000px;
  88. border-bottom: 1px solid #ccc;
  89. background: #fff;
  90. height: 100%;
  91. }
  92. html,
  93. body {
  94. height: 100%;
  95. overflow: hidden;
  96. }
  97. aside {
  98. background-color: #23344a;
  99. }
  100. * {
  101. margin: 0;
  102. padding: 0
  103. }
  104. .el-menu-vertical-demo:not(.el-menu--collapse) {
  105. width: 200px;
  106. min-height: 400px;
  107. }
  108. .el-menu {
  109. border-right: 0
  110. }
  111. .cursor {
  112. cursor: pointer;
  113. }
  114. .relative {
  115. position: relative;
  116. }
  117. li {
  118. list-style-type: none
  119. }
  120. .cwhite {
  121. color: #fff
  122. }
  123. .router_history {
  124. padding-left: 62px;
  125. padding-right: 62px;
  126. position: relative;
  127. }
  128. .histouryTab,
  129. .home-absolute {
  130. background-color: #fff;
  131. color: #323232;
  132. border-right: solid 1px #e8edec;
  133. cursor: pointer;
  134. padding: 15px;
  135. transition: all .5s ease-in-out;
  136. box-sizing: border-box;
  137. position: relative;
  138. padding-right: 31px;
  139. }
  140. .home-absolute {
  141. padding: 15px;
  142. position: absolute;
  143. left: 0;
  144. top: 0;
  145. width: 63px;
  146. color: #323232;
  147. font-size: 16px;
  148. z-index: 6;
  149. }
  150. .activeHistory,
  151. .histouryTab:hover,
  152. .home-absolute:hover {
  153. color: #777;
  154. background-color: #f6f8f8;
  155. border-color: #f6f8f8;
  156. }
  157. .router_history i {
  158. display: none;
  159. margin-top: 3px;
  160. }
  161. .histouryTab:hover i {
  162. display: block;
  163. }
  164. .router_history i:hover {
  165. color: red
  166. }
  167. .hoverRed {
  168. cursor: pointer;
  169. }
  170. .hoverRed:hover {
  171. color: #c6d9ec
  172. }
  173. a {
  174. color: #333;
  175. text-decoration: none;
  176. }
  177. .header-logo {
  178. /* background-color: #259ee7; */
  179. background: url('./assets/LOGO11.png') center no-repeat;
  180. width: 270px;
  181. height: 31px;
  182. margin-top: 18px;
  183. background-size: contain;
  184. }
  185. .ml15 {
  186. margin-left: 15px
  187. }
  188. .close_all_route {
  189. transform: rotate(90deg);
  190. cursor: pointer;
  191. font-size: 22px
  192. }
  193. .close_all_route .el-dropdown {
  194. font-size: 22px;
  195. }
  196. .router_history li span {
  197. position: absolute;
  198. right: 8px;
  199. top: 15px;
  200. }
  201. .home-icon {
  202. width: 31px;
  203. height: auto;
  204. display: block;
  205. }
  206. .el-menu--inline .el-menu-item {
  207. background: #263e56!important;
  208. }
  209. .el-table th, .el-table tr{
  210. background-color: #f0f9ff;
  211. }
  212. .el-table .cell{
  213. color: #323232;
  214. }.fade-enter-active, .fade-leave-active {
  215. transition: opacity .5s;
  216. }
  217. .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  218. opacity: 0;
  219. }
  220. .unit{
  221. color: #fff;font-size: 14px;font-weight: normal;
  222. }
  223. .el-menu--inline .el-menu-item {
  224. background: #263e56!important;
  225. }
  226. .el-menu-item:focus, .el-menu-item:hover{
  227. color: #ffffff!important
  228. }