global.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. /* 加粗字体 */
  2. @font-face {
  3. font-family: 'siyuan';
  4. src: url('../css/siyuan.OTF');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. /* 正常字体 */
  9. @font-face {
  10. font-family: 'fangyuan';
  11. src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. /* 仿宋字体 */
  16. @font-face {
  17. font-family: 'fangsong';
  18. src: url('../css/仿宋.ttf');
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. /* 楷体字体 */
  23. @font-face {
  24. font-family: 'kaiti';
  25. src: url('../css/楷体.ttf');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. /* 宋体字体 */
  30. @font-face {
  31. font-family: 'songti';
  32. src: url('../css/宋体.ttf');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36. /* 黑体字体 */
  37. @font-face {
  38. font-family: 'heiti';
  39. src: url('../css/黑体.ttf');
  40. font-weight: normal;
  41. font-style: normal;
  42. }
  43. /* 新增表单字体颜色 */
  44. .el-dialog__body .el-form-item__label {
  45. color: black;
  46. }
  47. /* 设置背景颜色 */
  48. .app-container {
  49. background-color: #00365F;
  50. }
  51. /* 设置字体白色 */
  52. .el-table {
  53. color: white !important;
  54. }
  55. .el-pagination__total {
  56. color: white !important;
  57. }
  58. .el-pagination__jump {
  59. color: white !important;
  60. }
  61. .el-form-item__label {
  62. color: white !important;
  63. }
  64. /* 设置表格颜色 */
  65. .el-table tr {
  66. background: #00365F;
  67. color: white;
  68. }
  69. .pagination-container {
  70. background: #00365F !important;
  71. padding: 32px 16px;
  72. }
  73. /* 设置表格字体颜色 */
  74. .el-form-item__label {
  75. color: white !important;
  76. }
  77. .el-pagination__total {
  78. color: white !important;
  79. }
  80. .el-pagination__jump {
  81. color: white !important;
  82. }
  83. /* 设置表格单双数颜色 */
  84. .el-table tr:nth-child(odd) {
  85. background: #00365F;
  86. }
  87. .el-table tr:nth-child(even) {
  88. background: #003C69 !important;
  89. }
  90. /* 表格行划过颜色 */
  91. .el-table__body tr:hover>td {
  92. background-color: #004D86 !important;
  93. }
  94. /* 表格文字居中 */
  95. ::v-deep .cell {
  96. text-align: center;
  97. }
  98. /* 暂无数据背景 */
  99. .el-table__empty-block {
  100. background-color: #00365F;
  101. }
  102. /* 去掉上面的线 */
  103. .el-table th.is-leaf {
  104. border: none !important;
  105. }
  106. /* 去掉最下面的那一条线 */
  107. .el-table::before {
  108. height: 0px !important;
  109. }
  110. /* 去掉表格内的线 */
  111. table td {
  112. border-bottom: none !important;
  113. }
  114. /* 设置重置按钮 */
  115. .Reset {
  116. background-color: #004D86 !important;
  117. color: #fff !important;
  118. border: 1px solid transparent !important;
  119. }
  120. /* 设置搜索刷新背景 */
  121. .el-button.is-circle {
  122. width: 30px;
  123. background-color: #004D86 !important;
  124. color: #fff;
  125. border: 1px solid transparent !important;
  126. }
  127. .el-button.is-circle .el-icon-search {
  128. margin-left: 0px;
  129. }
  130. .el-button.is-circle .el-icon-refresh {
  131. margin-left: 0px;
  132. }
  133. /* input表单颜色 */
  134. .el-input--small .el-input__inner {
  135. /* background: #004D86; */
  136. background-color: transparent;
  137. border: 1px solid #D2D6DE;
  138. /* color: #fff ; */
  139. }
  140. /* 时间日历设置 */
  141. /* .el-range-input{
  142. background: #004D86;
  143. color: #fff;
  144. } */
  145. .el-range-editor--small .el-range-separator {
  146. color: white;
  147. }
  148. /* 分页按钮 */
  149. .el-pagination .el-select .el-input .el-input__inner {
  150. background: #004D86 !important;
  151. border: 0px;
  152. color: #fff;
  153. border: none !important;
  154. }
  155. .el-pagination button:disabled {
  156. color: #fff !important;
  157. background-color: #004D86 !important;
  158. cursor: not-allowed;
  159. }
  160. .el-pagination__editor.el-input .el-input__inner {
  161. background: #004D86 !important;
  162. color: #fff;
  163. border: 0px;
  164. border: none !important;
  165. }
  166. .el-pagination.is-background .el-pager li:not(.disabled).active {
  167. /* background-color: #004D86 !important; */
  168. color: #FFFFFF;
  169. }
  170. /* 分页按钮 */
  171. .el-pagination.is-background .el-pager li {
  172. background-color: #004d86;
  173. color: #fff;
  174. }
  175. .el-pagination.is-background .btn-next {
  176. background-color: #004d86;
  177. color: #fff;
  178. }
  179. /* .el-pagination.is-background .btn-prev,
  180. .el-pagination.is-background .btn-next,
  181. .el-pagination.is-background .el-pager li {
  182. background: #004d86 !important;
  183. color: #fff !important;
  184. } */
  185. .el-pagination.is-background .btn-prev,
  186. .el-pagination.is-background .btn-next {
  187. background: #004d86 !important;
  188. color: #fff !important;
  189. }
  190. /* 分页按钮 */
  191. /* .el-pagination.is-background .el-pager li {
  192. background-color: #004d86;
  193. color: #fff;
  194. border: none !important;
  195. }
  196. .el-pagination.is-background .btn-next {
  197. background-color: #004d86;
  198. color: #fff;
  199. border: none !important;
  200. } */
  201. .el-button {
  202. border: 1px solid transparent;
  203. }
  204. .refresh {
  205. color: #fff;
  206. }
  207. .el-table__expand-icon {
  208. color: white !important;
  209. }
  210. /* 文本域 */
  211. .el-textarea__inner {
  212. background-color: #004D86;
  213. border: 1px solid #D2D6DE;
  214. color: #fff;
  215. }
  216. /* 表单标题 */
  217. .jiben {
  218. width: 952px;
  219. height: 32px;
  220. background-image: url(../../images/小标题底.png);
  221. margin-bottom: 25px;
  222. color: #fff;
  223. padding-left: 16px;
  224. line-height: 32px;
  225. }
  226. /* 按钮颜色大小 */
  227. .el-button--primary.is-plain {
  228. width: 88px;
  229. height: 36px;
  230. color: #fff;
  231. background: #1d96ff;
  232. border-color: #1d96ff;
  233. font-size: 14px;
  234. }
  235. .el-button--success.is-plain.is-disabled {
  236. width: 88px;
  237. height: 36px;
  238. color: #fff;
  239. background: #13ce66;
  240. border-color: #13ce66;
  241. font-size: 14px;
  242. }
  243. .el-button--success.is-plain {
  244. width: 88px;
  245. height: 36px;
  246. color: #13ce66;
  247. background: #e7faf0;
  248. border-color: #a1ebc2;
  249. font-size: 14px;
  250. }
  251. .el-button--danger.is-plain.is-disabled {
  252. width: 88px;
  253. height: 36px;
  254. color: #fff;
  255. background: #ff4949;
  256. border-color: #ff4949;
  257. font-size: 14px;
  258. }
  259. .el-button--warning.is-plain {
  260. width: 88px;
  261. height: 36px;
  262. color: #fff;
  263. background: #ffba00;
  264. border-color: #ffba00;
  265. font-size: 14px;
  266. }
  267. .el-button--info.is-plain {
  268. width: 88px;
  269. height: 36px;
  270. color: #fff;
  271. background: #909399;
  272. border-color: #909399;
  273. font-size: 14px;
  274. }
  275. .el-button--danger.is-plain {
  276. width: 88px;
  277. height: 36px;
  278. color: #fff;
  279. background: #ffb6b6;
  280. border-color: #ffb6b6;
  281. font-size: 14px;
  282. }
  283. /* 表格更多按钮 */
  284. .more {
  285. width: 21px !important;
  286. border: 1px solid transparent;
  287. padding: 5px 8px;
  288. font-size: 14px;
  289. line-height: 1.5;
  290. border-radius: 3px;
  291. color: #fff !important;
  292. background-color: #1d96ff;
  293. margin-left: 10px !important;
  294. }
  295. /* 表格新增按钮 */
  296. /* .plus {
  297. width: 21px !important;
  298. border: 1px solid transparent;
  299. padding: 5px 8px;
  300. font-size: 14px;
  301. line-height: 1.5;
  302. border-radius: 3px;
  303. color: #fff;
  304. background-color: #1d96ff;
  305. } */
  306. /* 控制按钮样式颜色 start */
  307. /*重置 btr 修改 btu 删除 btd 增加 btc 搜索btn 查看 btk */
  308. /* 重置 btr */
  309. .el-button--btr.is-active,
  310. .el-button--btr:active {
  311. background: #3da1f8;
  312. border-color: #3da1f8;
  313. color: #FFFFFF;
  314. }
  315. .el-button--btr:focus,
  316. .el-button--btr:hover {
  317. background: #3da1f8;
  318. border-color: #3da1f8;
  319. color: #FFFFFF;
  320. }
  321. .el-button--btr {
  322. /* border-color: #20B2AA; */
  323. color: #FFFFFF;
  324. width: 76px;
  325. height: 36px;
  326. background-color: #1d96ff;
  327. border-radius: 4px;
  328. font-size: 14px;
  329. text-align: center;
  330. margin-top: 1px;
  331. padding-top: 11px !important;
  332. }
  333. /* 搜索 btn */
  334. .el-button--btn.is-active,
  335. .el-button--btn:active {
  336. background: #1263aa;
  337. border-color: #1263aa;
  338. color: #FFFFFF;
  339. }
  340. .el-button--btn:focus,
  341. .el-button--btn:hover {
  342. background: #1263aa;
  343. border-color: #1263aa;
  344. color: #FFFFFF;
  345. }
  346. .el-button--btn {
  347. /* border-color: #20B2AA; */
  348. color: #FFFFFF;
  349. width: 76px;
  350. height: 36px;
  351. background-color: #1263aa;
  352. border-radius: 4px;
  353. font-size: 14px;
  354. text-align: center;
  355. margin-top: 1px;
  356. padding-top: 10px;
  357. }
  358. .el-icon-refresh {
  359. margin-left: -8px;
  360. }
  361. .el-icon-search {
  362. margin-left: -7px;
  363. }
  364. /* 修改 btu */
  365. .el-button--btu.is-active,
  366. .el-button--btu:active {
  367. background: #13ce66;
  368. border-color: #13ce66;
  369. color: #FFFFFF;
  370. }
  371. .el-button--btu:focus,
  372. .el-button--btu:hover {
  373. background: #35ca78;
  374. border-color: #35ca78;
  375. color: #FFFFFF;
  376. }
  377. .el-button--btu {
  378. width: 46px !important;
  379. border: 1px solid transparent;
  380. padding: 3px 8px;
  381. font-size: 14px;
  382. line-height: 1.5;
  383. border-radius: 3px;
  384. color: #fff;
  385. background-color: #13ce66;
  386. height: 29px;
  387. }
  388. /* 删除 btd */
  389. .el-button--btd.is-active,
  390. .el-button--btd:active {
  391. background: #ff4949;
  392. border-color: #ff4949;
  393. color: #FFFFFF;
  394. }
  395. .el-button--btd:focus,
  396. .el-button--btd:hover {
  397. background: #f76a6a;
  398. border-color: #f76a6a;
  399. color: #FFFFFF;
  400. }
  401. .el-button--btd {
  402. width: 46px !important;
  403. border: 1px solid transparent;
  404. padding: 3px 8px;
  405. font-size: 14px;
  406. line-height: 1.5;
  407. border-radius: 3px;
  408. color: #fff;
  409. background-color: #ff4949;
  410. height: 29px;
  411. }
  412. /* 查看 btk */
  413. .el-button--btk.is-active,
  414. .el-button--btk:active {
  415. background: #1d96ff;
  416. border-color: #1d96ff;
  417. color: #FFFFFF;
  418. }
  419. .el-button--btk:focus,
  420. .el-button--btk:hover {
  421. background: #41a4fa;
  422. border-color: #41a4fa;
  423. color: #FFFFFF;
  424. }
  425. .el-button--btk {
  426. width: 46px !important;
  427. border: 1px solid transparent;
  428. padding: 3px 8px;
  429. font-size: 14px;
  430. line-height: 1.5;
  431. border-radius: 3px;
  432. color: #fff;
  433. background-color: #1d96ff;
  434. }
  435. /* 增加-新增-添加 btc */
  436. .el-button--btc.is-active,
  437. .el-button--btc:active {
  438. background: #1d96ff;
  439. border-color: #1d96ff;
  440. color: #FFFFFF;
  441. }
  442. .el-button--btc:focus,
  443. .el-button--btc:hover {
  444. background: #41a4fa;
  445. border-color: #41a4fa;
  446. color: #FFFFFF;
  447. }
  448. .el-button--btc {
  449. width: 46px !important;
  450. border: 1px solid transparent;
  451. padding: 3px 8px;
  452. font-size: 14px;
  453. line-height: 1.5;
  454. border-radius: 3px;
  455. color: #fff;
  456. background-color: #1d96ff;
  457. margin-right: 10px;
  458. }
  459. /* 按钮特殊审批 */
  460. .el-button--bts {
  461. width: 80px !important;
  462. border: 1px solid transparent;
  463. padding: 3px 8px;
  464. font-size: 14px;
  465. line-height: 1.5;
  466. border-radius: 3px;
  467. color: #fff;
  468. background-color: #1d96ff;
  469. margin-bottom: 10px;
  470. margin-right: 10px;
  471. }
  472. .el-button--bts:focus,
  473. .el-button--bts:hover {
  474. background: #41a4fa;
  475. border-color: #41a4fa;
  476. color: #FFFFFF;
  477. }
  478. .el-button--bts.is-active,
  479. .el-button--bts:active {
  480. background: #1d96ff;
  481. border-color: #1d96ff;
  482. color: #FFFFFF;
  483. }
  484. /* 控制按钮样式颜色 end */
  485. /* 表格浮层 */
  486. /* .el-table__fixed::before, .el-table__fixed-right::before {
  487. background-color: #00365F;
  488. border: none;
  489. } */
  490. /* 富文本 */
  491. .ql-editor {
  492. color: #fff;
  493. }
  494. /* 点击删除弹框提示 */
  495. .el-message-box {
  496. background-color: #004D86;
  497. color: #fff;
  498. border: none;
  499. width: 316px;
  500. height: 192px;
  501. }
  502. .el-message-box__title {
  503. background-color: #004D86;
  504. color: #fff;
  505. }
  506. .el-message-box__content {
  507. color: #fff;
  508. }
  509. .el-message-box__btns .el-button {
  510. width: 100px;
  511. height: 30px;
  512. margin-right: 24px;
  513. }
  514. /* 对话框重置按钮
  515. ::v-deep .el-button el-button--default el-button--medium{
  516. background-color: #196299 !important;
  517. color: #fff;
  518. } */
  519. /* .el-message-box__btns :first-child {
  520. background: #196299 ;
  521. color: #fff;
  522. border: none;
  523. }
  524. .el-message-box__btns :last-child{
  525. background-color: #1D96FF;
  526. color: #fff;
  527. border: none;
  528. } */
  529. /* 关闭对话框 */
  530. .el-message-box__header {
  531. border-bottom: 1px solid #718A9D;
  532. }
  533. .el-message-box__btns {
  534. margin: 20px 0px;
  535. }
  536. .el-message-box__content {
  537. margin-top: 15px;
  538. }
  539. /* flex布局 */
  540. .d-flex {
  541. display: flex;
  542. }
  543. .j-center {
  544. justify-content: center;
  545. }
  546. .j-space-around {
  547. justify-content: space-around;
  548. }
  549. .j-space-between {
  550. justify-content: space-between;
  551. }
  552. .a-center {
  553. align-items: center;
  554. }
  555. .f-warp {
  556. flex-wrap: wrap;
  557. }
  558. /* 宽度 */
  559. .w-100 {
  560. width: 100%;
  561. }
  562. .w-200 {
  563. width: 200px;
  564. }
  565. .w-300 {
  566. width: 300px;
  567. }
  568. .w-350 {
  569. width: 350px;
  570. }
  571. .w-400 {
  572. width: 400px;
  573. }
  574. .w-500 {
  575. width: 500px;
  576. }
  577. /*弹框样式*/
  578. ::v-deep .el-dialog {
  579. width: 1030px !important;
  580. background-color: #004d86;
  581. }
  582. ::v-deep .el-dialog__header {
  583. border-bottom: 1px solid #718a9d;
  584. }
  585. ::v-deep .el-dialog__title {
  586. color: #fff;
  587. font: 18px;
  588. }
  589. ::v-deep .el-dialog__headerbtn .el-dialog__close {
  590. color: #fff;
  591. }
  592. .el-form-item ::v-deep .el-input__inner {
  593. height: 36px;
  594. background: #004d86;
  595. color: #fff;
  596. }
  597. /* 左侧导航栏样式 */
  598. #app .has-logo {
  599. background: linear-gradient(180deg, #07162F, #102C57);
  600. }
  601. .el-submenu__title {
  602. padding: 0px 0px;
  603. padding-left: 0px !important;
  604. }
  605. ul.el-menu li div.nest-menu ul div.nest-menu li {
  606. padding-left: 20px !important;
  607. }
  608. #app .has-logo .sidebar-logo-container {
  609. background: rgba(0, 0, 0, 0) !important;
  610. }
  611. #app .sidebar-container .el-menu {
  612. background: rgba(0, 0, 0, 0) !important;
  613. }
  614. .sidebar-container .el-scrollbar__view {
  615. background: transparent;
  616. }
  617. #app .sidebar-container .el-menu-item,
  618. #app .sidebar-container .el-submenu__title {
  619. background-color: rgba(0, 0, 0, 0) !important;
  620. }
  621. body #app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__title,
  622. #app .sidebar-container .theme-dark .el-submenu .el-menu-item {
  623. background-color: transparent !important;
  624. }
  625. #app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__title:hover,
  626. #app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover {
  627. background-color: transparent !important;
  628. color: #fff !important;
  629. }
  630. #app .sidebar-container .theme-dark .is-active>.el-submenu__title {
  631. color: #FFF !important;
  632. background-color: #013667 !important;
  633. }
  634. .el-menu-item.is-active {
  635. color: #fff !important;
  636. background-image: url('../images/左侧导航栏选中.png');
  637. background-repeat: no-repeat;
  638. background-size: 100% 100%;
  639. }
  640. .el-scrollbar li {
  641. background-color: transparent !important;
  642. }
  643. /* 输入框显示手指 */
  644. ::v-deep .el-input__inner {
  645. cursor: pointer !important;
  646. border: none;
  647. }
  648. /* 页面左栏图标大小 */
  649. .el-submenu__title>svg {
  650. width: 22px !important;
  651. height: 22px !important;
  652. vertical-align: -0.4em !important;
  653. }
  654. /*禁用样式*/
  655. .el-input.is-disabled .el-input__suffix {
  656. display: none;
  657. }
  658. .el-textarea.is-disabled .el-textarea__inner {
  659. background: #004d86;
  660. }
  661. /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
  662. color: #00365f;
  663. background-color: red !important;
  664. } */
  665. /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
  666. content: "";
  667. width:10px;
  668. height: 10px;
  669. border-radius: 50%;
  670. background-color: #67c23A;
  671. margin-left:80px;
  672. } */
  673. /* 查看弹框背景 */
  674. #chakan>.el-dialog {
  675. background-color: #fff !important;
  676. border-radius: 7px;
  677. }
  678. #chakan>.el-dialog .el-dialog__header .el-dialog__title,
  679. #chakan>.el-dialog .el-dialog__header .el-dialog__title button i,
  680. #chakan>.el-dialog .el-dialog__body #contents tbody,
  681. #chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
  682. color: black;
  683. font-family: ui-serif;
  684. }
  685. /* table表格 */
  686. .el-dialog__wrapper .el-table th.el-table__cell {
  687. background-color: transparent;
  688. color: white;
  689. }
  690. .el-dialog__wrapper .el-table th.el-table__cell .cell {
  691. text-align: center;
  692. }
  693. .el-dialog__wrapper .el-table .el-table__row .cell {
  694. text-align: center;
  695. }
  696. .el-dialog__wrapper .el-table .el-table__row {
  697. height: 60px !important;
  698. }
  699. .el-dialog__wrapper .el-table .el-table__row .el-progress {
  700. margin-bottom: 0px !important;
  701. }
  702. .guizhangzhidu .RankingTables .el-table__cell {
  703. /* text-align: center !important; */
  704. border-bottom: 1px solid rgba(113, 138, 157, 1) !important;
  705. /* padding-left: 1s0px !important; */
  706. }
  707. .guizhangzhidu .RankingTables .el-table_3_column_9 {
  708. text-align: center;
  709. }
  710. /* 下拉框样式 */
  711. .guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view {
  712. background-color: white !important;
  713. text-indent: 1em;
  714. }
  715. .guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view .el-select-dropdown__item {
  716. text-indent: 1em;
  717. }
  718. /* 工作任务表格 */
  719. /* .workTask .el-table__empty-block{
  720. border-bottom: 2px solid white !important;
  721. }
  722. .el-time-panel__content .el-scrollbar__wrap .el-scrollbar__view{
  723. background-color: white !important;
  724. }
  725. .el-date-picker__editor-wrap .el-input__inner{
  726. color: black;
  727. } */
  728. ::v-deep .el-form-item__content {
  729. border-bottom: none;
  730. }
  731. /* 要事日记数据盒子的位置 */
  732. /* #dialoges .el-dialog {
  733. width: 528px !important;
  734. position: absolute;
  735. right: -1300px;
  736. top: 100px
  737. }
  738. #dialoges .jiben {
  739. width: 461px !important;
  740. height: 32px;
  741. background-image: url(/static/img/小标题底.b7c6f45a.png);
  742. margin-bottom: 25px;
  743. color: #fff;
  744. padding-left: 16px;
  745. line-height: 32px;
  746. }
  747. #dialoges .el-dialog__body{
  748. margin: 11px 0px 21px 16px;
  749. padding-top: 19px !important;
  750. -webkit-box-sizing: border-box;
  751. box-sizing: border-box;
  752. } */
  753. /* 门岗管理 */
  754. ::v-deep .el-form-item__content {
  755. border-bottom: none;
  756. }
  757. .el-select-dropdown>.el-scrollbar>.el-select-dropdown__wrap>.el-scrollbar__view {
  758. background-color: white;
  759. }
  760. .el-time-panel>.el-time-panel__content>.el-time-spinner .el-scrollbar__view {
  761. background-color: white;
  762. }
  763. .el-date-picker__editor-wrap .el-input .el-input__inner {
  764. color: black !important;
  765. }
  766. /* 隐藏此刻按钮 */
  767. .el-picker-panel__footer .el-button--text span {
  768. display: none;
  769. }
  770. .el-tooltip__popper {
  771. width: 300px !important;
  772. height: auto !important;
  773. letter-spacing: .2em;
  774. /* text-align: center; */
  775. text-indent: 2em;
  776. }
  777. /* 主页左侧导航栏 */
  778. .nest-menu li {
  779. padding-left: 0px !important;
  780. }
  781. /* input下拉背景、字体颜色------input加类名 */
  782. .input_xiala {
  783. color: #000 !important;
  784. }
  785. .input_xiala:hover {
  786. color: #000 !important;
  787. }
  788. /* 要事日记数据盒子的位置 */
  789. #dialoges .el-dialog {
  790. width: 528px !important;
  791. position: absolute;
  792. right: -1300px;
  793. top: 100px;
  794. min-height: 450px;
  795. }
  796. #dialoges .el-dialog .shuJuTime {
  797. margin-left: 19px;
  798. }
  799. #dialoges .jiben {
  800. width: 461px !important;
  801. height: 32px;
  802. background-image: url(/static/img/小标题底.b7c6f45a.png);
  803. background-size: 100%;
  804. margin-bottom: 8px;
  805. color: #fff;
  806. padding-left: 16px;
  807. line-height: 32px;
  808. margin-left: 19px;
  809. }
  810. #dialoges .el-dialog__body {
  811. margin: -5px 0px 21px 0;
  812. padding-top: 19px !important;
  813. -webkit-box-sizing: border-box;
  814. box-sizing: border-box;
  815. }
  816. #dialoges .greeds {
  817. display: inline-block;
  818. width: 10px;
  819. height: 10px;
  820. background-color: #FF4949;
  821. margin-right: 8px;
  822. }
  823. #dialoges .greedss {
  824. display: inline-block;
  825. width: 10px;
  826. height: 10px;
  827. background-color: #13CE66;
  828. margin-right: 8px;
  829. }
  830. #dialoges .greed {
  831. width: 139px;
  832. display: inline-block;
  833. /* margin-left: 2px; */
  834. /* background-color: #fff; */
  835. /* margin-bottom: 14px; */
  836. margin-right: 34px;
  837. font-size: 14px;
  838. margin-bottom: 10px;
  839. }
  840. #dialoges .zuiDa {
  841. width: 540px;
  842. min-height: 284px;
  843. /* background-color: #fff; */
  844. color: #fff;
  845. }
  846. #dialoges .red {
  847. width: 139px;
  848. display: inline-block;
  849. /* margin-left: 2px; */
  850. /* background-color: #fff; */
  851. /* margin-bottom: 14px; */
  852. margin-right: 34px;
  853. font-size: 14px;
  854. margin-bottom: 10px;
  855. }
  856. #dialoges .boxxx {
  857. margin-left: 20px;
  858. }
  859. /* #dialoges .red::after{
  860.   display: inline-block;
  861.   content: "";
  862.   width: 10px;
  863.   height: 10px;
  864.   background-color: #FF4949;
  865.   margin-left: -97px;
  866. } */
  867. .shuJuTime {
  868. margin-bottom: 10px;
  869. }
  870. /* 右侧上浮框 */
  871. ::v-deep .el-table .el-table__body .el-table__row.hover-row td {
  872. background-color: #004d86;
  873. }
  874. /* 调整输入框提示文字颜色 */
  875. .vue-treeselect__placeholder {
  876. color: #bdbdbd4f !important;
  877. }
  878. input::-webkit-input-placeholder {
  879. color: #bdbdbd4f !important;
  880. }
  881. input:-moz-placeholder {
  882. color: #bdbdbd4f !important;
  883. }
  884. .jinduchakan .el-table__body-wrapper .el-table__empty-block {
  885. border-bottom: 2px solid white !important;
  886. border-left: 2px solid white !important;
  887. border-right: 2px solid white !important;
  888. }
  889. /* 文本域提示文字颜色 */
  890. ::-webkit-input-placeholder {
  891. color: #bdbdbd4f !important;
  892. }
  893. /* 右侧上浮框 */
  894. .el-table .el-table__body .el-table__row.hover-row td {
  895. background-color: #004d86;
  896. }
  897. /* .el-table__fixed-right {
  898.   height: 100% !important;
  899. } */
  900. /* 浮层底线 */
  901. .el-table__fixed::before,
  902. .el-table__fixed-right::before {
  903. background-color: transparent !important;
  904. }
  905. #app .sidebar-container {
  906. -webkit-transition: width 0.28s;
  907. transition: width 0.28s;
  908. width: 265px !important;
  909. background-color: #304156;
  910. height: 100%;
  911. position: fixed;
  912. font-size: 0px;
  913. top: 0;
  914. bottom: 0;
  915. left: 0;
  916. z-index: 1001;
  917. overflow: hidden;
  918. -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  919. box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  920. }
  921. #app .main-container {
  922. min-height: 100%;
  923. -webkit-transition: margin-left 0.28s;
  924. transition: margin-left 0.28s;
  925. margin-left: 265px;
  926. position: relative;
  927. }
  928. #app .sidebar-container .svg-icon {
  929. margin-left: 28px
  930. }
  931. /* .el-input__inner {
  932. border: 1px solid white !important;
  933. } */
  934. /* 表单验证提示文字居左 */
  935. .el-form-item__error {
  936. margin-left: 0px !important;
  937. margin-top: 0px !important;
  938. }
  939. .el-form-item__error {
  940. left: 0 !important;
  941. }
  942. /* 添加内部滚动条 */
  943. .el-dialog__body .userAgree {
  944. height: 600px;
  945. overflow: auto;
  946. overflow-x: hidden;
  947. }
  948. /*定义滚动条宽高及背景,宽高分别对应横竖滚动条的尺寸*/
  949. .userAgree::-webkit-scrollbar {
  950. width: 14px;
  951. /* height: 2px !important; */
  952. background: #3d83b8;
  953. }
  954. /*定义滑块,内阴影及圆角*/
  955. .userAgree::-webkit-scrollbar-thumb {
  956. /* border-radius: 20px; */
  957. /* height: 1px;
  958. width: 3px; */
  959. background: rgba(144, 206, 252, 1);
  960. }
  961. /*定义滚动条的轨道,内阴影及圆角*/
  962. /* .userAgree::-webkit-scrollbar-track {
  963. border-radius: 0;
  964. background: rgba(0, 0, 0, 0);
  965. } */
  966. /* 树形结构合起来去掉选中背景色 */
  967. .el-tree-node:focus>.el-tree-node__content {
  968. background-color: transparent;
  969. }
  970. /* 树形控件滚动条修饰 */
  971. .userAgrees::-webkit-scrollbar {
  972. width: 10px;
  973. background: transparent;
  974. }
  975. .userAgrees::-webkit-scrollbar {
  976. width: 14px;
  977. background: transparent;
  978. }
  979. .userAgrees::-webkit-scrollbar-thumb {
  980. background: #114d7a;
  981. }
  982. /* 左回右出图标 */
  983. .navbar .hamburger-container svg {
  984. color: white;
  985. fill: currentColor;
  986. }
  987. /* 删除按钮取消位置 */
  988. .el-message-box__btns .el-button {
  989. float: right;
  990. }
  991. /* 弹出层向下移动 */
  992. .el-dialog:not(.is-fullscreen) {
  993. margin-top: 10vh !important;
  994. }
  995. /* 规章制度弹框样式 */
  996. #fileinfodocx .el-dialog__body {
  997. height: 650px !important;
  998. overflow: auto !important;
  999. }
  1000. #fileinfopdf .el-dialog__body {
  1001. height: 650px !important;
  1002. overflow: auto !important;
  1003. }
  1004. #fileinfodocx .el-dialog {
  1005. background-color: white !important;
  1006. }
  1007. #fileinfopdf .el-dialog {
  1008. background-color: white !important;
  1009. }
  1010. #fileinfodocx .el-dialog__title {
  1011. color: black !important;
  1012. }
  1013. #fileinfopdf .el-dialog__title {
  1014. color: black !important;
  1015. }
  1016. /*定义滚动条宽高及背景,宽高分别对应横竖滚动条的尺寸*/
  1017. #fileinfopdf .el-dialog__body::-webkit-scrollbar {
  1018. width: 14px;
  1019. /* height: 2px !important; */
  1020. background: white;
  1021. }
  1022. /*定义滑块,内阴影及圆角*/
  1023. #fileinfopdf .el-dialog__body::-webkit-scrollbar-thumb {
  1024. /* border-radius: 20px; */
  1025. /* height: 1px;
  1026. width: 3px; */
  1027. background: #c1c1c1;
  1028. }
  1029. /* 教案库上传文件弹框样式 */
  1030. #uploadfile .el-dialog__body {
  1031. padding: 30px 0px !important;
  1032. }