app.b3253537.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. .fade-enter-active, .fade-leave-active {
  2. -webkit-transition: opacity .28s;
  3. transition: opacity .28s
  4. }
  5. .fade-enter, .fade-leave-active {
  6. opacity: 0
  7. }
  8. .fade-transform-enter-active, .fade-transform-leave-active {
  9. -webkit-transition: all .5s;
  10. transition: all .5s
  11. }
  12. .fade-transform-enter {
  13. opacity: 0;
  14. -webkit-transform: translateX(-30px);
  15. transform: translateX(-30px)
  16. }
  17. .fade-transform-leave-to {
  18. opacity: 0;
  19. -webkit-transform: translateX(30px);
  20. transform: translateX(30px)
  21. }
  22. .breadcrumb-enter-active, .breadcrumb-leave-active {
  23. -webkit-transition: all .5s;
  24. transition: all .5s
  25. }
  26. .breadcrumb-enter, .breadcrumb-leave-active {
  27. opacity: 0;
  28. -webkit-transform: translateX(20px);
  29. transform: translateX(20px)
  30. }
  31. .breadcrumb-move {
  32. -webkit-transition: all .5s;
  33. transition: all .5s
  34. }
  35. .breadcrumb-leave-active {
  36. position: absolute
  37. }
  38. .el-breadcrumb__inner, .el-breadcrumb__inner a {
  39. font-weight: 400!important
  40. }
  41. .el-upload input[type=file] {
  42. display: none!important
  43. }
  44. .el-upload__input {
  45. display: none
  46. }
  47. .el-dialog {
  48. -webkit-transform: none;
  49. transform: none;
  50. left: 0;
  51. position: relative;
  52. margin: 0 auto
  53. }
  54. .upload-container .el-upload {
  55. width: 100%
  56. }
  57. .upload-container .el-upload .el-upload-dragger {
  58. width: 100%;
  59. height: 200px
  60. }
  61. .el-dropdown-menu a {
  62. display: block
  63. }
  64. #app .main-container {
  65. min-height: 100%;
  66. -webkit-transition: margin-left .28s;
  67. transition: margin-left .28s;
  68. margin-left: 210px;
  69. position: relative
  70. }
  71. #app .sidebar-container {
  72. -webkit-transition: width .28s;
  73. transition: width .28s;
  74. width: 210px!important;
  75. background-color: #14928a;
  76. height: 100%;
  77. position: fixed;
  78. font-size: 0;
  79. top: 0;
  80. bottom: 0;
  81. left: 0;
  82. z-index: 1001;
  83. overflow: hidden
  84. }
  85. #app .sidebar-container .horizontal-collapse-transition {
  86. -webkit-transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out;
  87. transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out
  88. }
  89. #app .sidebar-container .scrollbar-wrapper {
  90. overflow-x: hidden!important
  91. }
  92. #app .sidebar-container .el-scrollbar__bar.is-vertical {
  93. right: 0
  94. }
  95. #app .sidebar-container .el-scrollbar {
  96. height: 100%
  97. }
  98. #app .sidebar-container.has-logo .el-scrollbar {
  99. height: calc(100% - 50px)
  100. }
  101. #app .sidebar-container .is-horizontal {
  102. display: none
  103. }
  104. #app .sidebar-container a {
  105. display: inline-block;
  106. width: 100%;
  107. overflow: hidden
  108. }
  109. #app .sidebar-container .svg-icon {
  110. margin-right: 16px
  111. }
  112. #app .sidebar-container .el-menu {
  113. border: none;
  114. height: 100%;
  115. width: 100%!important
  116. }
  117. #app .sidebar-container .el-submenu__title:hover, #app .sidebar-container .submenu-title-noDropdown:hover {
  118. background-color: #14928a!important
  119. }
  120. #app .sidebar-container .is-active>.el-submenu__title {
  121. color: #f4f4f5!important
  122. }
  123. #app .sidebar-container .el-submenu .el-menu-item, #app .sidebar-container .nest-menu .el-submenu>.el-submenu__title {
  124. min-width: 210px!important;
  125. background-color: #1f2d3d!important
  126. }
  127. #app .sidebar-container .el-submenu .el-menu-item:hover, #app .sidebar-container .nest-menu .el-submenu>.el-submenu__title:hover {
  128. background-color: #001528!important
  129. }
  130. #app .hideSidebar .sidebar-container {
  131. width: 54px!important
  132. }
  133. #app .hideSidebar .main-container {
  134. margin-left: 54px
  135. }
  136. #app .hideSidebar .submenu-title-noDropdown {
  137. padding: 0!important;
  138. position: relative
  139. }
  140. #app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  141. padding: 0!important
  142. }
  143. #app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  144. margin-left: 20px
  145. }
  146. #app .hideSidebar .el-submenu {
  147. overflow: hidden
  148. }
  149. #app .hideSidebar .el-submenu>.el-submenu__title {
  150. padding: 0!important
  151. }
  152. #app .hideSidebar .el-submenu>.el-submenu__title .svg-icon {
  153. margin-left: 20px
  154. }
  155. #app .hideSidebar .el-submenu>.el-submenu__title .el-submenu__icon-arrow {
  156. display: none
  157. }
  158. #app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title>span {
  159. height: 0;
  160. width: 0;
  161. overflow: hidden;
  162. visibility: hidden;
  163. display: inline-block
  164. }
  165. #app .el-menu--collapse .el-menu .el-submenu {
  166. min-width: 210px!important
  167. }
  168. #app .mobile .main-container {
  169. margin-left: 0
  170. }
  171. #app .mobile .sidebar-container {
  172. -webkit-transition: -webkit-transform .28s;
  173. transition: -webkit-transform .28s;
  174. transition: transform .28s;
  175. transition: transform .28s, -webkit-transform .28s;
  176. width: 210px!important
  177. }
  178. #app .mobile.hideSidebar .sidebar-container {
  179. pointer-events: none;
  180. -webkit-transition-duration: .3s;
  181. transition-duration: .3s;
  182. -webkit-transform: translate3d(-210px, 0, 0);
  183. transform: translate3d(-210px, 0, 0)
  184. }
  185. #app .withoutAnimation .main-container, #app .withoutAnimation .sidebar-container {
  186. -webkit-transition: none;
  187. transition: none
  188. }
  189. .el-menu--vertical>.el-menu .svg-icon {
  190. margin-right: 16px
  191. }
  192. .el-menu--vertical .el-menu-item:hover, .el-menu--vertical .nest-menu .el-submenu>.el-submenu__title:hover {
  193. background-color: #14928a!important
  194. }
  195. .el-menu--vertical>.el-menu--popup {
  196. max-height: 100vh;
  197. overflow-y: auto
  198. }
  199. .el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece {
  200. background: #d3dce6
  201. }
  202. .el-menu--vertical>.el-menu--popup::-webkit-scrollbar {
  203. width: 6px
  204. }
  205. .el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb {
  206. background: #99a9bf;
  207. border-radius: 20px
  208. }
  209. body {
  210. height: 100%;
  211. -moz-osx-font-smoothing: grayscale;
  212. -webkit-font-smoothing: antialiased;
  213. text-rendering: optimizeLegibility;
  214. font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif
  215. }
  216. label {
  217. font-weight: 700
  218. }
  219. html {
  220. -webkit-box-sizing: border-box;
  221. box-sizing: border-box
  222. }
  223. #app, html {
  224. height: 100%
  225. }
  226. *, :after, :before {
  227. -webkit-box-sizing: inherit;
  228. box-sizing: inherit
  229. }
  230. a:active, a:focus {
  231. outline: none
  232. }
  233. a, a:focus, a:hover {
  234. cursor: pointer;
  235. color: inherit;
  236. text-decoration: none
  237. }
  238. div:focus {
  239. outline: none
  240. }
  241. .clearfix:after {
  242. visibility: hidden;
  243. display: block;
  244. font-size: 0;
  245. content: " ";
  246. clear: both;
  247. height: 0
  248. }
  249. .app-container {
  250. padding: 20px
  251. }
  252. .app-breadcrumb.el-breadcrumb[data-v-51103416] {
  253. display: inline-block;
  254. font-size: 14px;
  255. line-height: 50px;
  256. margin-left: 8px
  257. }
  258. .app-breadcrumb.el-breadcrumb .no-redirect[data-v-51103416] {
  259. color: #97a8be;
  260. cursor: text
  261. }
  262. .hamburger[data-v-7a082f33] {
  263. display: inline-block;
  264. vertical-align: middle;
  265. width: 20px;
  266. height: 20px
  267. }
  268. .hamburger.is-active[data-v-7a082f33] {
  269. -webkit-transform: rotate(180deg);
  270. transform: rotate(180deg)
  271. }
  272. .navbar[data-v-7d05bc5c] {
  273. height: 50px;
  274. overflow: hidden;
  275. position: relative;
  276. background: #fff;
  277. -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
  278. box-shadow: 0 1px 4px rgba(0, 21, 41, .08)
  279. }
  280. .navbar .hamburger-container[data-v-7d05bc5c] {
  281. line-height: 46px;
  282. height: 100%;
  283. float: left;
  284. cursor: pointer;
  285. -webkit-transition: background .3s;
  286. transition: background .3s;
  287. -webkit-tap-highlight-color: transparent
  288. }
  289. .navbar .hamburger-container[data-v-7d05bc5c]:hover {
  290. background: rgba(0, 0, 0, .025)
  291. }
  292. .navbar .breadcrumb-container[data-v-7d05bc5c] {
  293. float: left
  294. }
  295. .navbar .right-menu[data-v-7d05bc5c] {
  296. float: right;
  297. height: 100%;
  298. line-height: 50px
  299. }
  300. .navbar .right-menu[data-v-7d05bc5c]:focus {
  301. outline: none
  302. }
  303. .navbar .right-menu .right-menu-item[data-v-7d05bc5c] {
  304. display: inline-block;
  305. padding: 0 8px;
  306. height: 100%;
  307. font-size: 18px;
  308. color: #5a5e66;
  309. vertical-align: text-bottom
  310. }
  311. .navbar .right-menu .right-menu-item.hover-effect[data-v-7d05bc5c] {
  312. cursor: pointer;
  313. -webkit-transition: background .3s;
  314. transition: background .3s
  315. }
  316. .navbar .right-menu .right-menu-item.hover-effect[data-v-7d05bc5c]:hover {
  317. background: rgba(0, 0, 0, .025)
  318. }
  319. .navbar .right-menu .avatar-container[data-v-7d05bc5c] {
  320. margin-right: 30px
  321. }
  322. .navbar .right-menu .avatar-container .avatar-wrapper[data-v-7d05bc5c] {
  323. margin-top: 5px;
  324. position: relative
  325. }
  326. .navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-7d05bc5c] {
  327. cursor: pointer;
  328. width: 40px;
  329. height: 40px;
  330. border-radius: 10px
  331. }
  332. .navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-7d05bc5c] {
  333. cursor: pointer;
  334. position: absolute;
  335. right: -20px;
  336. top: 25px;
  337. font-size: 12px
  338. }
  339. .sidebarLogoFade-enter-active[data-v-23e8d81a] {
  340. -webkit-transition: opacity 1.5s;
  341. transition: opacity 1.5s
  342. }
  343. .sidebarLogoFade-enter[data-v-23e8d81a], .sidebarLogoFade-leave-to[data-v-23e8d81a] {
  344. opacity: 0
  345. }
  346. .sidebar-logo-container[data-v-23e8d81a] {
  347. position: relative;
  348. width: 100%;
  349. height: 50px;
  350. line-height: 50px;
  351. background: #2b2f3a;
  352. text-align: center;
  353. overflow: hidden
  354. }
  355. .sidebar-logo-container .sidebar-logo-link[data-v-23e8d81a] {
  356. height: 100%;
  357. width: 100%
  358. }
  359. .sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-23e8d81a] {
  360. width: 32px;
  361. height: 32px;
  362. vertical-align: middle;
  363. margin-right: 12px
  364. }
  365. .sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-23e8d81a] {
  366. display: inline-block;
  367. margin: 0;
  368. color: #fff;
  369. font-weight: 600;
  370. line-height: 50px;
  371. font-size: 14px;
  372. font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  373. vertical-align: middle
  374. }
  375. .sidebar-logo-container.collapse .sidebar-logo[data-v-23e8d81a] {
  376. margin-right: 0
  377. }
  378. .app-main[data-v-161d9343] {
  379. min-height: calc(100vh - 50px);
  380. width: 100%;
  381. position: relative;
  382. overflow: hidden
  383. }
  384. .fixed-header+.app-main[data-v-161d9343] {
  385. padding-top: 50px
  386. }
  387. .el-popup-parent--hidden .fixed-header {
  388. padding-right: 15px
  389. }
  390. [data-v-586b9b74]:export {
  391. menuText: #fff;
  392. menuActiveText: #ffc10d;
  393. subMenuActiveText: #f4f4f5;
  394. menuBg: #14928a;
  395. menuHover: #14928a;
  396. subMenuBg: #1f2d3d;
  397. subMenuHover: #001528;
  398. sideBarWidth: 210px
  399. }
  400. .app-wrapper[data-v-586b9b74] {
  401. position: relative;
  402. height: 100%;
  403. width: 100%
  404. }
  405. .app-wrapper[data-v-586b9b74]:after {
  406. content: "";
  407. display: table;
  408. clear: both
  409. }
  410. .app-wrapper.mobile.openSidebar[data-v-586b9b74] {
  411. position: fixed;
  412. top: 0
  413. }
  414. .drawer-bg[data-v-586b9b74] {
  415. background: #000;
  416. opacity: .3;
  417. width: 100%;
  418. top: 0;
  419. height: 100%;
  420. position: absolute;
  421. z-index: 999
  422. }
  423. .fixed-header[data-v-586b9b74] {
  424. position: fixed;
  425. top: 0;
  426. right: 0;
  427. z-index: 9;
  428. width: calc(100% - 210px);
  429. -webkit-transition: width .28s;
  430. transition: width .28s
  431. }
  432. .hideSidebar .fixed-header[data-v-586b9b74] {
  433. width: calc(100% - 54px)
  434. }
  435. .mobile .fixed-header[data-v-586b9b74] {
  436. width: 100%
  437. }
  438. .dashboard-container[data-v-6b05f86d] {
  439. padding-left: 10px;
  440. display: -webkit-box;
  441. display: -ms-flexbox;
  442. display: flex;
  443. -webkit-box-orient: horizontal;
  444. -webkit-box-direction: normal;
  445. -ms-flex-direction: row;
  446. flex-direction: row;
  447. -webkit-box-pack: start;
  448. -ms-flex-pack: start;
  449. justify-content: flex-start;
  450. -ms-flex-wrap: nowrap;
  451. flex-wrap: nowrap
  452. }
  453. .dashboard-container .left[data-v-6b05f86d] {
  454. width: 200px;
  455. min-height: 100vh;
  456. padding-top: 15px;
  457. border-right: 1px solid #ccc
  458. }
  459. .dashboard-container .left h2[data-v-6b05f86d] {
  460. margin-top: 15px;
  461. height: 40px;
  462. line-height: 40px;
  463. font-size: 18px;
  464. text-align: center;
  465. margin: 0;
  466. padding: 0;
  467. color: #333
  468. }
  469. .dashboard-container .right[data-v-6b05f86d] {
  470. padding: 15px 0;
  471. width: calc(100% - 200px)
  472. }
  473. .topWrap[data-v-6b05f86d] {
  474. margin-left: 40px
  475. }
  476. .fade-enter-active[data-v-6b05f86d], .fade-leave-active[data-v-6b05f86d] {
  477. -webkit-transition: opacity .5s;
  478. transition: opacity .5s
  479. }
  480. .fade-enter[data-v-6b05f86d], .fade-leave-to[data-v-6b05f86d] {
  481. opacity: 0
  482. }
  483. .left ul[data-v-6b05f86d] {
  484. margin: 0;
  485. padding: 0
  486. }
  487. .left li[data-v-6b05f86d] {
  488. display: block;
  489. text-align: center;
  490. list-style: none;
  491. color: #333;
  492. font-size: 14px;
  493. line-height: 70px;
  494. cursor: pointer
  495. }
  496. .left li.active[data-v-6b05f86d] {
  497. color: #ffc10d
  498. }
  499. .paginationWrap[data-v-6b05f86d] {
  500. display: -webkit-box;
  501. display: -ms-flexbox;
  502. display: flex;
  503. -webkit-box-orient: horizontal;
  504. -webkit-box-direction: normal;
  505. -ms-flex-direction: row;
  506. flex-direction: row;
  507. -webkit-box-pack: end;
  508. -ms-flex-pack: end;
  509. justify-content: flex-end
  510. }
  511. .pagination[data-v-6b05f86d] {
  512. margin-top: 20px
  513. }
  514. .joinBtn[data-v-6b05f86d] {
  515. position: fixed;
  516. right: 30px;
  517. top: 700px;
  518. z-index: 100
  519. }
  520. .sectionForm[data-v-6b05f86d] {
  521. display: -webkit-box;
  522. display: -ms-flexbox;
  523. display: flex;
  524. -webkit-box-orient: horizontal;
  525. -webkit-box-direction: normal;
  526. -ms-flex-direction: row;
  527. flex-direction: row;
  528. -webkit-box-pack: center;
  529. -ms-flex-pack: center;
  530. justify-content: center
  531. }
  532. .subMsg[data-v-6b05f86d] {
  533. width: 100%;
  534. text-align: center;
  535. font-size: 14px;
  536. color: #ccc;
  537. margin-top: 100px
  538. }
  539. .wrap[data-v-6b05f86d] {
  540. width: 100%;
  541. display: -webkit-box;
  542. display: -ms-flexbox;
  543. display: flex;
  544. -webkit-box-orient: vertical;
  545. -webkit-box-direction: normal;
  546. -ms-flex-direction: column;
  547. flex-direction: column;
  548. -webkit-box-align: center;
  549. -ms-flex-align: center;
  550. align-items: center
  551. }
  552. .container {
  553. padding: 30px
  554. }
  555. .container .paginationWrap {
  556. display: -webkit-box;
  557. display: -ms-flexbox;
  558. display: flex;
  559. -webkit-box-orient: horizontal;
  560. -webkit-box-direction: normal;
  561. -ms-flex-direction: row;
  562. flex-direction: row;
  563. -webkit-box-pack: end;
  564. -ms-flex-pack: end;
  565. justify-content: flex-end
  566. }
  567. .container .pagination {
  568. margin-top: 20px
  569. }
  570. .svg-icon[data-v-68ef0854] {
  571. width: 1em;
  572. height: 1em;
  573. vertical-align: -.15em;
  574. fill: currentColor;
  575. overflow: hidden
  576. }
  577. .svg-external-icon[data-v-68ef0854] {
  578. background-color: currentColor;
  579. -webkit-mask-size: cover!important;
  580. mask-size: cover!important;
  581. display: inline-block
  582. }