index.css 4.1 KB

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