選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

totalAdmin.css 15 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. .yiyun_headerfl, .yiyun_headerfr {
  2. width: 25%;
  3. margin-right:0;
  4. }
  5. .yiyun_headerce {
  6. width: 50%;
  7. }
  8. .yiyun_headerfr a{
  9. float: right;
  10. }
  11. .Nowactive{
  12. border-bottom: 2px solid #8C00FF;
  13. }
  14. .hei40{
  15. height: 40px;
  16. overflow: hidden;
  17. }
  18. .el-input.is-disabled .el-input__inner {
  19. background-color: #f4f4f6;
  20. border-color: #f4f4f6;
  21. color: #c0c4cc;
  22. cursor: not-allowed;
  23. }
  24. .admin_treeBox{
  25. background-color: rgba(98, 98, 111, 1);
  26. }
  27. .admin_contentBox_body{
  28. background-color: rgba(255, 255, 255, 1);
  29. box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  30. }
  31. .adminnavBox span{
  32. color: rgba(142, 144, 159, 1);
  33. font-size: 14px;
  34. }
  35. .border-line{
  36. width: 100%;
  37. height: 1px;
  38. background-color: rgba(204, 205, 215, 1);
  39. margin: 5px 0;
  40. }
  41. .border-line_light{
  42. width: 100%;
  43. height: 1px;
  44. background-color: rgba(216, 216, 216, 1);
  45. margin: 5px 0;
  46. }
  47. .topOption .el-button{
  48. box-shadow: 0 2px 2px #c5c5c5;
  49. }
  50. .topOption .el-button--text {
  51. color: #000;
  52. font-size: 12px;
  53. }
  54. .el-button--text:focus, .el-button--text:hover {
  55. color: #8c00ff;
  56. border:1px solid transparent
  57. }
  58. .el-table td, .el-table th {
  59. padding: 7px 0;
  60. }
  61. .el-table {
  62. font-size: 12px;
  63. }
  64. .toxiang_box{
  65. width: 30px;
  66. height: 30px;
  67. background-color: #ccc;
  68. border-radius: 15px;
  69. }
  70. .admin_contentBox_bodyPain{
  71. margin: 10px;
  72. }
  73. .el-table th {
  74. height: 27px;
  75. background-color: #EBEBF2;
  76. }
  77. .page_button{
  78. font-size: 12px;
  79. line-height: 30px;
  80. margin: 0 10px;
  81. cursor: pointer;
  82. }
  83. .el-button--text {
  84. color: #62626f;
  85. font-size: 12px;
  86. }
  87. .el-button {
  88. font-size: 13px;
  89. padding: 3px 23px 2px 23px;
  90. }
  91. .large_headImg{
  92. width: 50px;
  93. height: 50px;
  94. border-radius: 25px;
  95. background-color: #f2f2f2;
  96. }
  97. .el-input__inner{
  98. height: 40px;
  99. line-height: 40px;
  100. border:0;
  101. border-radius: 4px;
  102. background-color: rgba(244, 244, 246, 1);
  103. }
  104. .el-form-item__label {
  105. font-size: 14px;
  106. color: #606266;
  107. }
  108. .DivInputHeight_first>div:first-child{
  109. height: 60px;
  110. }
  111. .yiyunTable_list_item>h3{
  112. font-size: 16px;
  113. font-weight: 600;
  114. }
  115. .el-form-item__content {
  116. overflow: inherit;
  117. }
  118. .el-input--suffix .el-input__inner {
  119. padding-right: 30px;
  120. background-color: #fff;
  121. box-shadow: 0 1px 2px #c3c3c3;
  122. border-radius: 4px;
  123. border: 0.5px solid rgba(227, 227, 227, 1);
  124. color: rgba(140, 0, 255, 1);
  125. font-size: 15px;
  126. }
  127. .el-select .el-input .el-select__caret {
  128. font-size: 26px;
  129. }
  130. .el-input__icon {
  131. width: 43px;
  132. }
  133. .defualtLarge{
  134. width: 100%;
  135. height: 40px;
  136. box-shadow: 0 1px 2px #c3c3c3;
  137. border-radius: 4px;
  138. border: 0.5px solid rgba(227, 227, 227, 1);
  139. position: relative
  140. }
  141. .defualtLarge span{
  142. line-height: 40px;
  143. color: rgba(140, 0, 255, 1);
  144. font-size: 13px;
  145. }
  146. .wid60{
  147. width:60%;
  148. float: left;
  149. }
  150. .wid40{
  151. width:40%;
  152. float: left;
  153. }
  154. .wid50{
  155. width:50%;
  156. float: left;
  157. }
  158. /*树*/
  159. .navtree .el-tree {
  160. position: relative;
  161. cursor: default;
  162. background: transparent;
  163. color: #d0d0d0;
  164. font-size: 12px;
  165. line-height: 30px;
  166. }
  167. .navtree .el-tree-node__content:hover {
  168. /*background-color: #848492;*/
  169. background-color: transparent;
  170. }
  171. .el-icon-floder{
  172. background: url(../img/icon_file.png) 0 0;
  173. width: 16px;
  174. height: 16px;
  175. margin-right: 5px;
  176. position: relative;
  177. top: 3px;
  178. }
  179. .is-current{
  180. background-color: transparent;
  181. }
  182. /*2019-04-04 总后台--客户列表*/
  183. .mr-20{
  184. margin-right: 20px;
  185. }
  186. .el-slider__runway {
  187. overflow: unset;
  188. }
  189. .el-slider__button {
  190. width: 36px;
  191. height: 18px;
  192. border: 0px solid #409EFF;
  193. background-color: #fff;
  194. border-radius: 4px;
  195. background:url("../img/AdminImg/gundong.png") 0 0 no-repeat;
  196. }
  197. .el-slider__button.dragging, .el-slider__button.hover, .el-slider__button:hover {
  198. -webkit-transform: scale(1);
  199. transform: scale(1);
  200. }
  201. .el-slider__bar {
  202. background-color: #8c00ff;
  203. }
  204. .el-switch.is-checked .el-switch__core {
  205. border-color: #8c00ff;
  206. background-color: #8c00ff;
  207. }
  208. /*2019-05-14总后台代码补充*/
  209. .matrixBox {
  210. width: calc(100vw - 450px);
  211. height: calc(100vh - 214px);
  212. overflow-x: auto;
  213. overflow-y: auto;
  214. }
  215. .el-icon-model{
  216. background: url("../img/AdminImg/icon_model.png") 0 0;
  217. width: 16px;
  218. height: 16px;
  219. margin-right: 0px;
  220. }
  221. .mt-5{
  222. margin-top: 5px;
  223. }
  224. .mt-10{
  225. margin-top: 10px;
  226. }
  227. .ml-20{
  228. margin-left: 20px;
  229. }
  230. .titleList{
  231. color: rgba(0, 0, 0, 1);
  232. font-size: 12px;
  233. line-height: 25px;
  234. }
  235. .option_grayBtn{
  236. color: rgba(167, 168, 183, 1);
  237. font-size: 12px;
  238. line-height: 25px;
  239. cursor: pointer;
  240. }
  241. .juzhenTable{
  242. width: 100%;
  243. border-collapse:collapse;
  244. border:none;
  245. font-size: 12px;
  246. padding: 0
  247. }
  248. .juzhenTable th{
  249. background-color: rgba(167, 168, 183, 1);
  250. border: 1px solid rgba(151, 151, 151, 1);
  251. }
  252. .juzhenTable td{
  253. height: 60px;
  254. border: 1px solid rgba(151, 151, 151, 1);
  255. position: relative;
  256. }
  257. .juzhenTable td.nullbg{
  258. background-color: rgba(204, 205, 215, 1);
  259. }
  260. .yiyunTable_list{
  261. clear: both;
  262. }
  263. /*2019-06-03*/
  264. .circle_defualt,.circle_actived{
  265. display: block;
  266. font-size: 24px;
  267. border-radius: 8px;
  268. margin:0 auto;
  269. cursor: pointer;
  270. }
  271. .circle_defualt{
  272. color: rgba(207,206,213,1);
  273. }
  274. .circle_actived{
  275. color: rgba(77,225,165,1);
  276. }
  277. td.nullbg ,.tablelabel{
  278. background-color: #f9d12c!important;
  279. }.juzhenTable td.nullbg div{
  280. width: 130px;
  281. height: 58px;
  282. }
  283. .juzhenTable td div{
  284. width: 130px;
  285. height: 58px;
  286. position: absolute;
  287. top: 0;
  288. left: 0px;
  289. border: 2px solid transparent;
  290. cursor: pointer;
  291. line-height: 58px;
  292. text-align: center;
  293. font-weight: 600;
  294. }
  295. .juzhenTable td div:hover{
  296. width: 126px;
  297. height: 58px;
  298. position: absolute;
  299. top: 0;
  300. left: 0px;
  301. border: 2px solid #4de1a5;
  302. cursor: pointer;
  303. }
  304. td.nullbg div:hover{
  305. position: absolute;
  306. top: 0;
  307. left: 0px;
  308. border: 2px solid #b99500;
  309. cursor: pointer;
  310. }
  311. .tablecode th{
  312. height: 30px;
  313. background-color: #fff;
  314. text-align: center;
  315. }
  316. .collabel{
  317. background-color: #d8d6d6;
  318. height: 60px;
  319. line-height: 60px;
  320. text-align: center;
  321. }
  322. div.table_index,.fisttableindex,.tb1tophead{
  323. background-color: #fff;
  324. width: 60px !important;
  325. text-align: center
  326. }
  327. .juzhenTable div.table_index:hover{
  328. border:2px solid transparent;
  329. }
  330. .colbgcolor {
  331. background-color: #ebebeb
  332. }
  333. /* 新表格样式 */
  334. .firsthead .tb1tophead{
  335. width: 60px;
  336. background-color: #fff;
  337. }
  338. .firsthead .fisttableindex {
  339. width: 130px;
  340. background-color: #e2e2e2;
  341. }
  342. .tb1 td{
  343. height: 60px;
  344. border: 1px solid rgba(151, 151, 151, 1);
  345. position: relative;
  346. }
  347. .juzhenTable th div{
  348. height: 60px;
  349. line-height:60px;
  350. }
  351. /* 固定table */
  352. .contain {
  353. width: calc(100vw - 580px);
  354. height: calc(100vh - 250px);
  355. overflow: scroll;
  356. position: relative;
  357. float: left;
  358. left: 0px;
  359. }
  360. .tb1 {
  361. /* background: gray; */
  362. margin: 0;
  363. padding: 0;
  364. position: fixed;
  365. z-index: 10001;
  366. width: 190px;
  367. }
  368. .tb2 td.linheighttd{
  369. height: 30px;
  370. }
  371. div.linheight{
  372. height: 30px;
  373. }
  374. .tb2 {
  375. background: #b7b6b6;
  376. margin: 0;
  377. padding: 0;
  378. position: sticky;
  379. top: 0px;
  380. margin-left: 190px;
  381. width: 100%;
  382. z-index: 1000;
  383. }
  384. .tb3 {
  385. background: #fff;
  386. margin: 0;
  387. padding: 0;
  388. left: 0px;
  389. float: left;
  390. position: sticky;
  391. z-index: 1000;
  392. width: 190px;
  393. }
  394. .tb4 {
  395. margin: 0;
  396. padding: 0;
  397. left: 190px;
  398. width: 100%;
  399. position: absolute;
  400. }
  401. .tb4 div,.tablewhead div{
  402. width: 130px;
  403. height: 60px;
  404. line-height: 60px;
  405. text-align: center
  406. }
  407. .tb2 div,.tablelabel{
  408. width: 130px;
  409. }
  410. .topaccept ,.tab2.juzhenTable .tablecode th div{
  411. height: 30px;
  412. line-height: 30px;
  413. }
  414. .accptwid{
  415. width: 58px;
  416. }
  417. .bg_gray{
  418. background-color: #e2e2e2;
  419. border: 0
  420. }
  421. .juzhenTable th.tb1tophead{
  422. height: 30px;
  423. background-color: #fff;
  424. }
  425. .topinput{
  426. height: 60px;
  427. }
  428. /* table 界面 */
  429. .bordertable{
  430. border-collapse:collapse;
  431. border:none;
  432. font-size: 12px;
  433. padding: 0
  434. }
  435. .bordertable th{
  436. /* background-color: rgba(167, 168, 183, 1); */
  437. border: 1px solid rgba(151, 151, 151, 1);
  438. }
  439. .bordertable td{
  440. border: 1px solid rgba(151, 151, 151, 1);
  441. position: relative;
  442. height: 60px;
  443. padding: 0;
  444. text-align:center
  445. }
  446. .bordertable td.nullbg{
  447. background-color: rgba(204, 205, 215, 1);
  448. }
  449. .fisttableindex,.tablewhead th{
  450. height: 60px;
  451. }
  452. .fisttableindex {
  453. width: 61px!important;
  454. }
  455. .indexlistItem{
  456. width: 60px;
  457. height: 60px;
  458. background-color: #fff;
  459. }
  460. .tablecode th{
  461. background-color: #fff;
  462. }
  463. .tb4 td{
  464. width: 133px;
  465. height: 60px;
  466. }
  467. .width2{
  468. width: 58px;
  469. }
  470. .martixEnterColor{
  471. border: 2px solid orange !important;
  472. }
  473. .martixEnterColorGreen{
  474. border: 2px solid green !important;
  475. }
  476. .martixLeaveColor{
  477. background-color: white;
  478. }
  479. .btnMatrixLookInfo{
  480. background-color: #9B59B6;
  481. color: white;
  482. }
  483. /* 矩阵td背景色 */
  484. .matixTdColor{
  485. background-color:#ececec ;
  486. }
  487. .whiteSpace{
  488. background-color:transparent ;
  489. }
  490. .matixEquallyName{
  491. background: rgb(255, 210, 78);
  492. }
  493. /*运行管理*/
  494. .CloudtabBtn{
  495. width: 120px;
  496. height: 20px;
  497. display: inline-block;
  498. font-size: 13px;
  499. border-radius: 4px;
  500. line-height: 20px;
  501. text-align: center;
  502. cursor: pointer;
  503. border: 0.5px solid transparent;
  504. transition: ease all 0.5s;
  505. }
  506. .CloudtabBtn:hover{
  507. color: rgba(140, 0, 255, 1);
  508. border: 0.5px solid rgba(140, 0, 255, 1);
  509. }
  510. .activedBtn{
  511. color: rgba(140, 0, 255, 1);
  512. border: 0.5px solid rgba(140, 0, 255, 1);
  513. }
  514. .processtotal{
  515. height: 24px;
  516. border-radius: 4px;
  517. padding-left: 20px;
  518. color: #fff;
  519. cursor: pointer;
  520. }
  521. .cloudspace{
  522. width: 315px;
  523. background-color: rgba(74, 144, 226, 1);
  524. }
  525. .productspace{
  526. width: 233px;
  527. background-color: rgba(74, 226, 166, 1);
  528. }
  529. .cooperspace{
  530. width: 233px;
  531. background-color: rgba(248, 209, 42, 1);
  532. }
  533. .downloadspace{
  534. width: 92px;
  535. background-color: rgba(167, 168, 183, 1);
  536. }
  537. .optionspace{
  538. width: 54px;
  539. background-color: rgba(167, 168, 183, 1);
  540. }
  541. .nulltext{
  542. color: #000
  543. }
  544. .listOption{
  545. margin: 0;
  546. padding:0;
  547. list-style: none;
  548. }
  549. .listOption li{
  550. overflow: hidden;
  551. border-bottom:1px solid #CCCDD7;
  552. cursor: pointer;
  553. }
  554. .listOptionTitle,.listOptionTitle>i,.listOptionTitle h3,.right_event{
  555. line-height: 40px;
  556. }
  557. .listOptionTitle h3{
  558. color: rgba(0, 0, 0, 1);
  559. font-size: 15px;
  560. text-align: left;
  561. max-width: 50%;
  562. overflow: hidden;
  563. text-overflow: ellipsis;
  564. white-space: nowrap;
  565. float: left;
  566. }
  567. .listOptionTitle>i{
  568. font-style: normal;
  569. color: rgba(140, 0, 255, 1);
  570. font-size: 12px;
  571. }
  572. .right_event{
  573. cursor: pointer;
  574. color: rgba(167, 168, 183, 1);
  575. font-size: 14px;
  576. text-align: right;
  577. }
  578. .right_angel{
  579. font-size: 26px;
  580. position: relative;
  581. top: 4px;
  582. }
  583. .infoTitle h3{
  584. color: rgba(0, 0, 0, 1);
  585. font-size: 16px;
  586. }
  587. .mt-20{
  588. margin-top: 20px;
  589. }
  590. .mb-20{
  591. margin-bottom: 20px;
  592. }
  593. .backTime{
  594. color: rgba(0, 0, 0, 1);
  595. font-size: 14px;
  596. margin-bottom: 27px;
  597. }
  598. .backTime~p{
  599. font-size: 14px;
  600. }
  601. .ItemList{
  602. overflow: hidden;
  603. }
  604. .backwirteBtn,.deleteBtn{
  605. display: inline-table;
  606. line-height: 20px;
  607. color: rgba(0, 0, 0, 1);
  608. font-size: 13px;
  609. text-align: center;
  610. cursor: pointer;
  611. padding: 0px 20px;
  612. float: left;
  613. }
  614. .backwirteBtn{
  615. border-radius: 4px;
  616. border: 0.5px solid rgba(227, 227, 227, 1);
  617. box-shadow: 0 2px 2px #bbbbbb;
  618. }
  619. .admininput_search{
  620. height: 30px;
  621. overflow: hidden;
  622. margin: 10px;
  623. }
  624. .admin_treeBox{
  625. overflow: hidden;
  626. }
  627. .sipmark{
  628. display: inline-block;
  629. width: 20px;
  630. height: 20px;
  631. border-radius: 10px;
  632. font-size: 12px;
  633. color: #fff;
  634. line-height: 20px;
  635. text-align: center;
  636. background-color: #D6243A;
  637. }
  638. .treeboxNew{
  639. margin: 10px;
  640. }
  641. .treeInputBox{
  642. margin: 0 10px;
  643. width: 100%;
  644. }
  645. .treeInput{
  646. display: block;
  647. width: 370px;
  648. height: 28px;
  649. border-radius: 4px;
  650. background-color: rgba(50, 50, 60, 1);
  651. border: 0;
  652. padding-left: 10px;
  653. color: #fff;
  654. }
  655. .wid-2{
  656. width: 185px;
  657. height: 36px;
  658. border-radius: 8px;
  659. background-color: #FFFFFF;
  660. box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  661. text-align: center;
  662. line-height: 36px;
  663. background: -webkit-linear-gradient(#B0B0B7, #E1E2E8);
  664. cursor: pointer;
  665. }
  666. .bottombtnBox{
  667. margin: 0 10px;
  668. position: absolute;
  669. bottom: 10px;
  670. }
  671. .ml-10{
  672. margin-left: 10px;
  673. }
  674. .totaltree li{
  675. height: 28px;
  676. margin-left: 10px;
  677. margin-right: 10px;
  678. line-height: 28px;
  679. color: rgba(255, 255, 255, 1);
  680. font-size: 12px;
  681. text-align: justify;
  682. border-radius: 5px;
  683. cursor: pointer;
  684. }
  685. .totaltree li:hover{
  686. transition: ease all 0.5s;
  687. background-color: rgba(142, 144, 159, 1);
  688. }
  689. .totaltree span{
  690. margin-left: 10px;
  691. }
  692. .RunOptionsNavBox{
  693. position:relative;
  694. }
  695. .el-progress-bar__inner,.el-progress-bar__outer {
  696. border-radius: 4px;
  697. text-align:left;
  698. background-color: #ffffff00;
  699. }
  700. .el-progress-bar__innerText{
  701. margin: 0 20px;
  702. }
  703. .el-progress-bar__inner{
  704. background-color: #4A90E2;
  705. }
  706. .questioninputbox{
  707. position: relative;
  708. }
  709. .questioninputbox{
  710. position: relative;
  711. }
  712. .questionInput{
  713. width: 100%;
  714. height: 40px;
  715. border-radius: 4px;
  716. background-color: rgba(244, 244, 246, 1);
  717. border: 0;
  718. line-height: 40px;
  719. color: rgba(0, 0, 0, 1);
  720. font-size: 15px;
  721. position: relative;
  722. text-indent: 16px;
  723. }
  724. .rightBtngroup{
  725. position: absolute;
  726. right: 10px;
  727. top: 5px;
  728. }
  729. .optionBtn{
  730. font-size: 26px;
  731. color: #A7A8B7;
  732. cursor: pointer;
  733. }
  734. .rightBtngroup i ~ i{
  735. margin: 0 10px;
  736. }
  737. .yiyun_col-2{
  738. width: 16.67%;
  739. float: left;
  740. }
  741. .yiyun_col-10{
  742. width:83.33%;
  743. float: left;
  744. }
  745. .index_item{
  746. line-height: 40px;
  747. color: rgba(0, 0, 0, 1);
  748. font-size: 15px;
  749. }
  750. .totalscan span{
  751. margin-left: 32px;
  752. font-size: 12px;
  753. color: #323232;
  754. }
  755. .yiyunwenjianjia{
  756. font-size: 20px;
  757. }
  758. .processCss{
  759. z-index:2;
  760. margin-left: 10px;
  761. position: absolute;
  762. color:white;
  763. }
  764. .processNullCss{
  765. z-index:2;
  766. margin-left: 10px;
  767. }
  768. .currZindex{
  769. z-index:1;
  770. }
  771. .el-radio__input.is-checked .el-radio__inner {
  772. border-color: #8c00ff;
  773. background: #8c00ff;
  774. }
  775. .el-radio__inner {
  776. width: 10px;
  777. height: 10px;
  778. }
  779. .el-radio__inner::after {
  780. width: 0px;
  781. height: 0px;
  782. }
  783. .el-radio__input.is-checked+.el-radio__label {
  784. color: #000000;
  785. }
  786. .navtree .el-tree-node__content:hover,.navtree .el-tree-node__content:focus,.el-tree-node:focus>.el-tree-node__content {
  787. /* background-color: #8E909F; */
  788. background-color: rgba(141, 143, 159, 0.1411764705882353);
  789. border-radius: 5px;
  790. }
  791. .showBtn.el-button--default{
  792. border-radius: 4px;
  793. border: 0.5px solid rgba(227, 227, 227, 1);
  794. box-shadow: 0 2px 2px #cacaca;
  795. display: inline-table;
  796. line-height: 20px;
  797. color: rgba(0, 0, 0, 1);
  798. font-size: 13px;
  799. text-align: center;
  800. cursor: pointer;
  801. padding: 0px 22px;
  802. height: 21px;
  803. overflow: hidden;
  804. position: relative;
  805. top: -1px;
  806. }
  807. .showBtn.el-button--default span{
  808. margin: 0;
  809. padding: 0;
  810. line-height: 20px;
  811. position: relative;
  812. top: 1px;
  813. }
  814. .topOption .el-button--text{
  815. box-shadow: 0 0 0;
  816. }
  817. .el-button--default:focus, .el-button--default:hover {
  818. color: #8c00ff;
  819. border-color: #8c00ff;
  820. background-color: #ecf5ff;
  821. transition: ease all 0.5s;
  822. }