Plat Admin

menu.css 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. /* BEM support Func
  2. -------------------------- */
  3. /* Element Chalk Variables */
  4. /* Transition
  5. -------------------------- */
  6. /* Colors
  7. -------------------------- */
  8. /* 53a8ff */
  9. /* 66b1ff */
  10. /* 79bbff */
  11. /* 8cc5ff */
  12. /* a0cfff */
  13. /* b3d8ff */
  14. /* c6e2ff */
  15. /* d9ecff */
  16. /* ecf5ff */
  17. /* Link
  18. -------------------------- */
  19. /* Background
  20. -------------------------- */
  21. /* Border
  22. -------------------------- */
  23. /* Box-shadow
  24. -------------------------- */
  25. /* Fill
  26. -------------------------- */
  27. /* Font
  28. -------------------------- */
  29. /* Size
  30. -------------------------- */
  31. /* z-index
  32. -------------------------- */
  33. /* Disable base
  34. -------------------------- */
  35. /* Icon
  36. -------------------------- */
  37. /* Checkbox
  38. -------------------------- */
  39. /* Radio
  40. -------------------------- */
  41. /* Select
  42. -------------------------- */
  43. /* Alert
  44. -------------------------- */
  45. /* Message Box
  46. -------------------------- */
  47. /* Message
  48. -------------------------- */
  49. /* Notification
  50. -------------------------- */
  51. /* Input
  52. -------------------------- */
  53. /* Cascader
  54. -------------------------- */
  55. /* Group
  56. -------------------------- */
  57. /* Tab
  58. -------------------------- */
  59. /* Button
  60. -------------------------- */
  61. /* cascader
  62. -------------------------- */
  63. /* Switch
  64. -------------------------- */
  65. /* Dialog
  66. -------------------------- */
  67. /* Table
  68. -------------------------- */
  69. /* Pagination
  70. -------------------------- */
  71. /* Popover
  72. -------------------------- */
  73. /* Tooltip
  74. -------------------------- */
  75. /* Tag
  76. -------------------------- */
  77. /* Tree
  78. -------------------------- */
  79. /* Dropdown
  80. -------------------------- */
  81. /* Badge
  82. -------------------------- */
  83. /* Card
  84. --------------------------*/
  85. /* Slider
  86. --------------------------*/
  87. /* Steps
  88. --------------------------*/
  89. /* Menu
  90. --------------------------*/
  91. /* Rate
  92. --------------------------*/
  93. /* DatePicker
  94. --------------------------*/
  95. /* Loading
  96. --------------------------*/
  97. /* Scrollbar
  98. --------------------------*/
  99. /* Carousel
  100. --------------------------*/
  101. /* Collapse
  102. --------------------------*/
  103. /* Transfer
  104. --------------------------*/
  105. /* Header
  106. --------------------------*/
  107. /* Footer
  108. --------------------------*/
  109. /* Main
  110. --------------------------*/
  111. /* Break-point
  112. --------------------------*/
  113. /* Break-points
  114. -------------------------- */
  115. /* Scrollbar
  116. -------------------------- */
  117. /* Placeholder
  118. -------------------------- */
  119. /* BEM
  120. -------------------------- */
  121. /* Element Chalk Variables */
  122. /* Transition
  123. -------------------------- */
  124. /* Colors
  125. -------------------------- */
  126. /* 53a8ff */
  127. /* 66b1ff */
  128. /* 79bbff */
  129. /* 8cc5ff */
  130. /* a0cfff */
  131. /* b3d8ff */
  132. /* c6e2ff */
  133. /* d9ecff */
  134. /* ecf5ff */
  135. /* Link
  136. -------------------------- */
  137. /* Background
  138. -------------------------- */
  139. /* Border
  140. -------------------------- */
  141. /* Box-shadow
  142. -------------------------- */
  143. /* Fill
  144. -------------------------- */
  145. /* Font
  146. -------------------------- */
  147. /* Size
  148. -------------------------- */
  149. /* z-index
  150. -------------------------- */
  151. /* Disable base
  152. -------------------------- */
  153. /* Icon
  154. -------------------------- */
  155. /* Checkbox
  156. -------------------------- */
  157. /* Radio
  158. -------------------------- */
  159. /* Select
  160. -------------------------- */
  161. /* Alert
  162. -------------------------- */
  163. /* Message Box
  164. -------------------------- */
  165. /* Message
  166. -------------------------- */
  167. /* Notification
  168. -------------------------- */
  169. /* Input
  170. -------------------------- */
  171. /* Cascader
  172. -------------------------- */
  173. /* Group
  174. -------------------------- */
  175. /* Tab
  176. -------------------------- */
  177. /* Button
  178. -------------------------- */
  179. /* cascader
  180. -------------------------- */
  181. /* Switch
  182. -------------------------- */
  183. /* Dialog
  184. -------------------------- */
  185. /* Table
  186. -------------------------- */
  187. /* Pagination
  188. -------------------------- */
  189. /* Popover
  190. -------------------------- */
  191. /* Tooltip
  192. -------------------------- */
  193. /* Tag
  194. -------------------------- */
  195. /* Tree
  196. -------------------------- */
  197. /* Dropdown
  198. -------------------------- */
  199. /* Badge
  200. -------------------------- */
  201. /* Card
  202. --------------------------*/
  203. /* Slider
  204. --------------------------*/
  205. /* Steps
  206. --------------------------*/
  207. /* Menu
  208. --------------------------*/
  209. /* Rate
  210. --------------------------*/
  211. /* DatePicker
  212. --------------------------*/
  213. /* Loading
  214. --------------------------*/
  215. /* Scrollbar
  216. --------------------------*/
  217. /* Carousel
  218. --------------------------*/
  219. /* Collapse
  220. --------------------------*/
  221. /* Transfer
  222. --------------------------*/
  223. /* Header
  224. --------------------------*/
  225. /* Footer
  226. --------------------------*/
  227. /* Main
  228. --------------------------*/
  229. /* Break-point
  230. --------------------------*/
  231. /* Element Chalk Variables */
  232. /* Transition
  233. -------------------------- */
  234. /* Colors
  235. -------------------------- */
  236. /* 53a8ff */
  237. /* 66b1ff */
  238. /* 79bbff */
  239. /* 8cc5ff */
  240. /* a0cfff */
  241. /* b3d8ff */
  242. /* c6e2ff */
  243. /* d9ecff */
  244. /* ecf5ff */
  245. /* Link
  246. -------------------------- */
  247. /* Background
  248. -------------------------- */
  249. /* Border
  250. -------------------------- */
  251. /* Box-shadow
  252. -------------------------- */
  253. /* Fill
  254. -------------------------- */
  255. /* Font
  256. -------------------------- */
  257. /* Size
  258. -------------------------- */
  259. /* z-index
  260. -------------------------- */
  261. /* Disable base
  262. -------------------------- */
  263. /* Icon
  264. -------------------------- */
  265. /* Checkbox
  266. -------------------------- */
  267. /* Radio
  268. -------------------------- */
  269. /* Select
  270. -------------------------- */
  271. /* Alert
  272. -------------------------- */
  273. /* Message Box
  274. -------------------------- */
  275. /* Message
  276. -------------------------- */
  277. /* Notification
  278. -------------------------- */
  279. /* Input
  280. -------------------------- */
  281. /* Cascader
  282. -------------------------- */
  283. /* Group
  284. -------------------------- */
  285. /* Tab
  286. -------------------------- */
  287. /* Button
  288. -------------------------- */
  289. /* cascader
  290. -------------------------- */
  291. /* Switch
  292. -------------------------- */
  293. /* Dialog
  294. -------------------------- */
  295. /* Table
  296. -------------------------- */
  297. /* Pagination
  298. -------------------------- */
  299. /* Popover
  300. -------------------------- */
  301. /* Tooltip
  302. -------------------------- */
  303. /* Tag
  304. -------------------------- */
  305. /* Tree
  306. -------------------------- */
  307. /* Dropdown
  308. -------------------------- */
  309. /* Badge
  310. -------------------------- */
  311. /* Card
  312. --------------------------*/
  313. /* Slider
  314. --------------------------*/
  315. /* Steps
  316. --------------------------*/
  317. /* Menu
  318. --------------------------*/
  319. /* Rate
  320. --------------------------*/
  321. /* DatePicker
  322. --------------------------*/
  323. /* Loading
  324. --------------------------*/
  325. /* Scrollbar
  326. --------------------------*/
  327. /* Carousel
  328. --------------------------*/
  329. /* Collapse
  330. --------------------------*/
  331. /* Transfer
  332. --------------------------*/
  333. /* Header
  334. --------------------------*/
  335. /* Footer
  336. --------------------------*/
  337. /* Main
  338. --------------------------*/
  339. /* Break-point
  340. --------------------------*/
  341. .fade-in-linear-enter-active,
  342. .fade-in-linear-leave-active {
  343. -webkit-transition: opacity 200ms linear;
  344. transition: opacity 200ms linear; }
  345. .fade-in-linear-enter,
  346. .fade-in-linear-leave,
  347. .fade-in-linear-leave-active {
  348. opacity: 0; }
  349. .el-fade-in-linear-enter-active,
  350. .el-fade-in-linear-leave-active {
  351. -webkit-transition: opacity 200ms linear;
  352. transition: opacity 200ms linear; }
  353. .el-fade-in-linear-enter,
  354. .el-fade-in-linear-leave,
  355. .el-fade-in-linear-leave-active {
  356. opacity: 0; }
  357. .el-fade-in-enter-active,
  358. .el-fade-in-leave-active {
  359. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  360. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  361. .el-fade-in-enter,
  362. .el-fade-in-leave-active {
  363. opacity: 0; }
  364. .el-zoom-in-center-enter-active,
  365. .el-zoom-in-center-leave-active {
  366. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  367. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  368. .el-zoom-in-center-enter,
  369. .el-zoom-in-center-leave-active {
  370. opacity: 0;
  371. -webkit-transform: scaleX(0);
  372. transform: scaleX(0); }
  373. .el-zoom-in-top-enter-active,
  374. .el-zoom-in-top-leave-active {
  375. opacity: 1;
  376. -webkit-transform: scaleY(1);
  377. transform: scaleY(1);
  378. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  379. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  380. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  381. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  382. -webkit-transform-origin: center top;
  383. transform-origin: center top; }
  384. .el-zoom-in-top-enter,
  385. .el-zoom-in-top-leave-active {
  386. opacity: 0;
  387. -webkit-transform: scaleY(0);
  388. transform: scaleY(0); }
  389. .el-zoom-in-bottom-enter-active,
  390. .el-zoom-in-bottom-leave-active {
  391. opacity: 1;
  392. -webkit-transform: scaleY(1);
  393. transform: scaleY(1);
  394. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  395. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  396. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  397. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  398. -webkit-transform-origin: center bottom;
  399. transform-origin: center bottom; }
  400. .el-zoom-in-bottom-enter,
  401. .el-zoom-in-bottom-leave-active {
  402. opacity: 0;
  403. -webkit-transform: scaleY(0);
  404. transform: scaleY(0); }
  405. .el-zoom-in-left-enter-active,
  406. .el-zoom-in-left-leave-active {
  407. opacity: 1;
  408. -webkit-transform: scale(1, 1);
  409. transform: scale(1, 1);
  410. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  411. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  412. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  413. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  414. -webkit-transform-origin: top left;
  415. transform-origin: top left; }
  416. .el-zoom-in-left-enter,
  417. .el-zoom-in-left-leave-active {
  418. opacity: 0;
  419. -webkit-transform: scale(0.45, 0.45);
  420. transform: scale(0.45, 0.45); }
  421. .collapse-transition {
  422. -webkit-transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
  423. transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out; }
  424. .horizontal-collapse-transition {
  425. -webkit-transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
  426. transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out; }
  427. .el-list-enter-active,
  428. .el-list-leave-active {
  429. -webkit-transition: all 1s;
  430. transition: all 1s; }
  431. .el-list-enter, .el-list-leave-active {
  432. opacity: 0;
  433. -webkit-transform: translateY(-30px);
  434. transform: translateY(-30px); }
  435. .el-opacity-transition {
  436. -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  437. transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  438. .el-menu {
  439. border-right: solid 1px #e6e6e6;
  440. list-style: none;
  441. position: relative;
  442. margin: 0;
  443. padding-left: 0;
  444. background-color: #fff; }
  445. .el-menu::before,
  446. .el-menu::after {
  447. display: table;
  448. content: ""; }
  449. .el-menu::after {
  450. clear: both; }
  451. .el-menu.el-menu--horizontal {
  452. border-bottom: solid 1px #e6e6e6; }
  453. .el-menu--horizontal {
  454. border-right: none; }
  455. .el-menu--horizontal > .el-menu-item {
  456. float: left;
  457. height: 60px;
  458. line-height: 60px;
  459. margin: 0;
  460. border-bottom: 2px solid transparent;
  461. color: #909399; }
  462. .el-menu--horizontal > .el-menu-item a,
  463. .el-menu--horizontal > .el-menu-item a:hover {
  464. color: inherit; }
  465. .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus {
  466. background-color: #fff; }
  467. .el-menu--horizontal > .el-submenu {
  468. float: left; }
  469. .el-menu--horizontal > .el-submenu:focus, .el-menu--horizontal > .el-submenu:hover {
  470. outline: none; }
  471. .el-menu--horizontal > .el-submenu:focus .el-submenu__title, .el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  472. color: #303133; }
  473. .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  474. border-bottom: 2px solid #1b73a5;
  475. color: #303133; }
  476. .el-menu--horizontal > .el-submenu .el-submenu__title {
  477. height: 60px;
  478. line-height: 60px;
  479. border-bottom: 2px solid transparent;
  480. color: #909399; }
  481. .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  482. background-color: #fff; }
  483. .el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  484. position: static;
  485. vertical-align: middle;
  486. margin-left: 8px;
  487. margin-top: -3px; }
  488. .el-menu--horizontal .el-menu .el-menu-item,
  489. .el-menu--horizontal .el-menu .el-submenu__title {
  490. background-color: #fff;
  491. float: none;
  492. height: 36px;
  493. line-height: 36px;
  494. padding: 0 10px;
  495. color: #909399; }
  496. .el-menu--horizontal .el-menu .el-menu-item.is-active,
  497. .el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
  498. color: #303133; }
  499. .el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
  500. .el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  501. outline: none;
  502. color: #303133; }
  503. .el-menu--horizontal > .el-menu-item.is-active {
  504. border-bottom: 2px solid #1b73a5;
  505. color: #303133; }
  506. .el-menu--collapse {
  507. width: 64px; }
  508. .el-menu--collapse > .el-menu-item [class^="el-icon-"],
  509. .el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
  510. margin: 0;
  511. vertical-align: middle;
  512. width: 24px;
  513. text-align: center; }
  514. .el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
  515. .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  516. display: none; }
  517. .el-menu--collapse > .el-menu-item span,
  518. .el-menu--collapse > .el-submenu > .el-submenu__title span {
  519. height: 0;
  520. width: 0;
  521. overflow: hidden;
  522. visibility: hidden;
  523. display: inline-block; }
  524. .el-menu--collapse > .el-menu-item.is-active i {
  525. color: inherit; }
  526. .el-menu--collapse .el-menu .el-submenu {
  527. min-width: 200px; }
  528. .el-menu--collapse .el-submenu {
  529. position: relative; }
  530. .el-menu--collapse .el-submenu .el-menu {
  531. position: absolute;
  532. margin-left: 5px;
  533. top: 0;
  534. left: 100%;
  535. z-index: 10;
  536. border: 1px solid #e4e7ed;
  537. border-radius: 2px;
  538. -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  539. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
  540. .el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  541. -webkit-transform: none;
  542. transform: none; }
  543. .el-menu--popup {
  544. z-index: 100;
  545. min-width: 200px;
  546. border: none;
  547. padding: 5px 0;
  548. border-radius: 2px;
  549. -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  550. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
  551. .el-menu--popup-bottom-start {
  552. margin-top: 5px; }
  553. .el-menu--popup-right-start {
  554. margin-left: 5px;
  555. margin-right: 5px; }
  556. .el-menu-item {
  557. height: 56px;
  558. line-height: 56px;
  559. font-size: 14px;
  560. color: #303133;
  561. padding: 0 20px;
  562. list-style: none;
  563. cursor: pointer;
  564. position: relative;
  565. -webkit-transition: border-color .3s, background-color .3s, color .3s;
  566. transition: border-color .3s, background-color .3s, color .3s;
  567. -webkit-box-sizing: border-box;
  568. box-sizing: border-box;
  569. white-space: nowrap; }
  570. .el-menu-item * {
  571. vertical-align: middle; }
  572. .el-menu-item i {
  573. color: #909399; }
  574. .el-menu-item:hover, .el-menu-item:focus {
  575. outline: none;
  576. background-color: #e8f1f6; }
  577. .el-menu-item.is-disabled {
  578. opacity: 0.25;
  579. cursor: not-allowed;
  580. background: none !important; }
  581. .el-menu-item [class^="el-icon-"] {
  582. margin-right: 5px;
  583. width: 24px;
  584. text-align: center;
  585. font-size: 18px;
  586. vertical-align: middle; }
  587. .el-menu-item.is-active {
  588. color: #1b73a5; }
  589. .el-menu-item.is-active i {
  590. color: inherit; }
  591. .el-submenu {
  592. list-style: none;
  593. margin: 0;
  594. padding-left: 0; }
  595. .el-submenu__title {
  596. height: 56px;
  597. line-height: 56px;
  598. font-size: 14px;
  599. color: #303133;
  600. padding: 0 20px;
  601. list-style: none;
  602. cursor: pointer;
  603. position: relative;
  604. -webkit-transition: border-color .3s, background-color .3s, color .3s;
  605. transition: border-color .3s, background-color .3s, color .3s;
  606. -webkit-box-sizing: border-box;
  607. box-sizing: border-box;
  608. white-space: nowrap; }
  609. .el-submenu__title * {
  610. vertical-align: middle; }
  611. .el-submenu__title i {
  612. color: #909399; }
  613. .el-submenu__title:hover, .el-submenu__title:focus {
  614. outline: none;
  615. background-color: #e8f1f6; }
  616. .el-submenu__title.is-disabled {
  617. opacity: 0.25;
  618. cursor: not-allowed;
  619. background: none !important; }
  620. .el-submenu__title:hover {
  621. background-color: #e8f1f6; }
  622. .el-submenu .el-menu {
  623. border: none; }
  624. .el-submenu .el-menu-item {
  625. height: 50px;
  626. line-height: 50px;
  627. padding: 0 45px;
  628. min-width: 200px; }
  629. .el-submenu__icon-arrow {
  630. position: absolute;
  631. top: 50%;
  632. right: 20px;
  633. margin-top: -7px;
  634. -webkit-transition: -webkit-transform .3s;
  635. transition: -webkit-transform .3s;
  636. transition: transform .3s;
  637. transition: transform .3s, -webkit-transform .3s;
  638. font-size: 12px; }
  639. .el-submenu.is-active .el-submenu__title {
  640. border-bottom-color: #1b73a5; }
  641. .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  642. -webkit-transform: rotateZ(180deg);
  643. transform: rotateZ(180deg); }
  644. .el-submenu.is-disabled .el-submenu__title,
  645. .el-submenu.is-disabled .el-menu-item {
  646. opacity: 0.25;
  647. cursor: not-allowed;
  648. background: none !important; }
  649. .el-submenu [class^="el-icon-"] {
  650. vertical-align: middle;
  651. margin-right: 5px;
  652. width: 24px;
  653. text-align: center;
  654. font-size: 18px; }
  655. .el-menu-item-group > ul {
  656. padding: 0; }
  657. .el-menu-item-group__title {
  658. padding: 7px 0 7px 20px;
  659. line-height: normal;
  660. font-size: 12px;
  661. color: #909399; }
  662. .horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  663. -webkit-transition: .2s;
  664. transition: .2s;
  665. opacity: 0; }