index.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. /* reset.css */
  2. html {
  3. box-sizing: border-box; /* 统一盒模型计算方式 */
  4. font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
  5. 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  6. }
  7. *, *::before, *::after {
  8. margin: 0;
  9. padding: 0;
  10. box-sizing: inherit; /* 继承上级元素的盒模型计算方式 */
  11. }
  12. body {
  13. font-family: Arial, sans-serif; /* 设定基本字体族 */
  14. font-family: '微软雅黑', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
  15. 'Microsoft YaHei', Arial, sans-serif;
  16. line-height: 1.5; /* 行高 */
  17. }
  18. h1, h2, h3, h4, h5, h6 {
  19. font-weight: normal; /* 取消标题标签的加粗效果 */
  20. }
  21. a {
  22. text-decoration: none; /* 去除链接下划线 */
  23. color: #007bff; /* 设定颜色 */
  24. }
  25. ul, ol,li {
  26. list-style: none; /* 清除列表项符号 */
  27. }
  28. img {
  29. max-width: 100%; /* 图片最大宽度自动调整到容器尺寸 */
  30. height: auto; /* 保持原比例 */
  31. }
  32. button {
  33. cursor: pointer; /* 改变光标形状为手指 */
  34. background: transparent; /* 按钮无背景色 */
  35. outline: none; /* 移除点击时的边框 */
  36. border: none; /* 移除边框 */
  37. }
  38. input[type="text"], input[type="password"] {
  39. appearance: none; /* 移除输入框默认外观 */
  40. -webkit-appearance: none; /* Safari/Chrome特定属性 */
  41. -moz-appearance: none; /* Firefox特定属性 */
  42. border: none; /* 移除边框 */
  43. outline: none; /* 移除点击时的边框 */
  44. background: none; /* 输入框无背景色 */
  45. }
  46. img{
  47. vertical-align: middle;
  48. }
  49. /* 改 el-dialog的默认样式*/
  50. .el-header{
  51. padding: 0;
  52. --el-header-height:auto;
  53. }
  54. .el-main{
  55. --el-main-padding: 0;;
  56. }
  57. .heder_tabs{
  58. --el-main-padding: 0 .1042rem!important;
  59. }
  60. .heder_tabs .el-tabs__header{
  61. padding: 0 .1042rem;
  62. background-color:#fff;
  63. }
  64. .ve_logo_img .el-image{
  65. padding: 5px;
  66. }
  67. .heder_tabs .el-tabs__item{
  68. width: 150px;
  69. height: 50px;
  70. font-family: 'Source Sans-Regular';
  71. }
  72. body{
  73. width: 100%;
  74. height: 100vh;
  75. background-color:rgba(123, 176, 232, 0.1);
  76. }
  77. .heder_tabs .el-tabs__item.is-active{
  78. /* background-color: #fff !important; */
  79. border-radius: 10px 10px 0px 0px;
  80. color: #2267B1;
  81. }
  82. .el-tabs--card>.el-tabs__header .el-tabs__item,.el-tabs--card>.el-tabs__header .el-tabs__nav{
  83. border: none;
  84. }
  85. .el-tabs__item{
  86. color: rgba(51, 51, 51,1);
  87. font-size:18px;
  88. }
  89. .imgzong {
  90. display: -webkit-box;
  91. display: -ms-flexbox;
  92. display: flex;
  93. overflow: auto;
  94. white-space: nowrap;
  95. background: #fafafa;
  96. /* border-top: 1px solid #B3B3B3; ; */
  97. padding: 0 20px;
  98. }
  99. .imgzong .listitem {
  100. width: auto;
  101. height: 92px;
  102. margin: 5px;
  103. padding: 2px 6px 2px 2px;
  104. }
  105. .activeOrange {
  106. background-color: rgba(255, 255, 255, 0.3);
  107. border: 2px solid #fff;
  108. border-radius: 5px;
  109. box-sizing: border-box;
  110. }
  111. .imgzong .listitem{
  112. border-right:1px solid rgba(179,179,179,0.3);
  113. }
  114. .item1, .item2 {
  115. cursor: pointer;
  116. }
  117. .imgzong .item2 .el-image{
  118. margin: 0 19px;
  119. width: 60px;
  120. vertical-align: middle;
  121. padding: 9px;
  122. }
  123. .imgzong .item2 span {
  124. display: block;
  125. text-align: center;
  126. }
  127. .imgzong .listitem span {
  128. font-size: 17px;
  129. font-family: 'Source Sans-Regular';
  130. color: rgba(51, 51, 51, 0.8);
  131. }
  132. .el-tabs__header{
  133. padding: 0;
  134. margin: 0;
  135. }
  136. .my-header{
  137. line-height: 40px;
  138. height: 40px;
  139. text-align: left;
  140. }
  141. .my-header .el-image{
  142. width: 28px;
  143. margin-top: 6px;
  144. }
  145. .my-header h4{
  146. font-size: 14px;
  147. font-weight: 700;
  148. color: #fff;
  149. text-align: left;
  150. font-style: normal;
  151. text-transform: none;
  152. display: inline-block;
  153. padding-left: 5px;
  154. }
  155. .el-dialog__header{
  156. padding:0px 20px;
  157. background-color:#2267B1;
  158. margin: 0;
  159. }
  160. .el-image {
  161. vertical-align: middle;
  162. }
  163. .el-dialog__headerbtn{
  164. height: 40px !important;
  165. top: 3px;
  166. }
  167. /* .el-button+.el-button{
  168. background-color:#2267B1;
  169. } */
  170. .summary-dlg {
  171. pointer-events: none;
  172. }
  173. .el-dialog {
  174. pointer-events: auto;
  175. }
  176. .numberinput .el-input-number{
  177. width: 100% !important;
  178. }
  179. .numberinput .el-input-number .el-input__inner{
  180. text-align: left;
  181. }
  182. .el-form-item__label{
  183. color: #6D6D6D;
  184. font-size: 13px;
  185. line-height: 30px;
  186. letter-spacing: 1px;
  187. text-align: right;
  188. font-style: normal;
  189. text-transform: none;
  190. }
  191. .no-border .el-input,.no-border .el-input__wrapper {
  192. border: none;
  193. box-shadow: none !important;
  194. }
  195. .no-border .el-input__wrapper {
  196. background-color: rgba(255, 255, 255, 0) !important; /* 设置为白色背景 */
  197. }
  198. .headersele{
  199. width: 97px;
  200. height: 9px;
  201. margin-top: -21px;
  202. background-color: #eee;
  203. }
  204. .headersele .select-trigger{
  205. height: 9px;
  206. overflow: hidden;
  207. }
  208. .headersele .el-input__inner{
  209. display: none;
  210. }
  211. .headersele .el-input.is-focus .el-input__wrapper{
  212. box-shadow:none !important;
  213. }
  214. .headersele .el-input .el-select__caret.el-icon{
  215. top: -11px;
  216. }
  217. .sel .el-select{
  218. width: 100%;
  219. }
  220. .el-form-item{
  221. margin-bottom: 8px;
  222. }
  223. .border2{
  224. border-radius: 10px 10px 10px 10px;
  225. border: 1px solid #888888;
  226. padding: 10px;
  227. position: relative;
  228. margin-top: 24px;
  229. }
  230. .title2{
  231. display: inline-block;
  232. background-color: #fff;
  233. padding: 10px;
  234. color: #333;
  235. font-weight: 600;
  236. position: absolute;
  237. top: -20px;
  238. left: 20px
  239. }
  240. .threelist{
  241. display: flex;
  242. }
  243. .floatitem .el-image{
  244. margin: 0 10px !important;
  245. }
  246. .el-tab-pane{
  247. background-color: #fff;
  248. }
  249. .heder_tabs .el-tab-pane{
  250. border-bottom: 1px solid rgba(179,179,179,0.3);
  251. box-sizing: border-box;
  252. }
  253. .opt_moitor{
  254. width: 340px;
  255. height:calc(100vh - 341px);
  256. background: #FFFFFF;
  257. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  258. border-radius: 10px 10px 10px 10px;
  259. float: right;
  260. padding: 12px;
  261. position: absolute;
  262. right: 0;
  263. top: 0;
  264. overflow-y: auto;
  265. overflow-x: hidden;
  266. }
  267. .opt_moitor h3{
  268. text-align: left;
  269. }
  270. .echartitem{
  271. width: 100%;
  272. height: auto;
  273. background: #FFFFFF;
  274. border-radius: 0px 0px 0px 0px;
  275. border: 1px solid rgba(0,0,0,0.3);
  276. position: relative;
  277. }
  278. .sev{
  279. margin-top: 50px;
  280. }
  281. .magright{
  282. margin-right: 40px !important;
  283. }
  284. .disflex{
  285. display: flex;
  286. }
  287. .sev_ruwu .el-input{
  288. width: 100%;
  289. height: 31px;
  290. padding:0 10px;
  291. }
  292. .sev_ruwu .el-select{
  293. width: 236px;
  294. }
  295. .sev_ruwu .el-button+.el-button {
  296. background-color: #F5FAFF !important;
  297. border-radius: 4px 4px 4px 4px;
  298. }
  299. .btncolor{
  300. background-color: #F5FAFF !important;
  301. width: 150px !important;
  302. }
  303. .left_main_content{
  304. width: 195px;
  305. height: calc(100vh - 193px);
  306. background: #FFFFFF;
  307. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  308. border: 1px solid rgba(179, 179, 179, 1);
  309. box-sizing: border-box;
  310. overflow: hidden;
  311. }
  312. .mianflex{
  313. display: flex;
  314. }
  315. .main_model{
  316. width: 100%;
  317. height:calc(100vh - 194px) ;
  318. text-align: center;
  319. position: relative;
  320. }
  321. /* 基础样式 */
  322. .custom-tree .el-tree-node__label {
  323. /* font-weight: bold; */
  324. font-size: 15px; /* 基础字体大小 */
  325. color: #383838 ;
  326. font-family: 'Inter-Regular';
  327. }
  328. .treetiele{
  329. padding: 6px;
  330. font-family: Inter, Inter;
  331. font-weight: 600;
  332. font-size: 16px;
  333. color: #1A1A1A;
  334. line-height: 24px;
  335. text-align: left;
  336. font-style: normal;
  337. text-transform: none
  338. }
  339. .el-tree-node__content{
  340. position: relative;
  341. }
  342. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi i::before{
  343. content: "";
  344. display: block;
  345. width: 1px;
  346. height: 24px;
  347. /* background: #000; */
  348. border-left: 0.5px dashed #383838;
  349. bottom:0px;
  350. position: absolute;
  351. transform: scale(0.5, 1);
  352. }
  353. .el-tree .el-tree-node__content{
  354. font-size: 16px; /* 这里设置为20px,你可以根据需求调整大小 */
  355. }
  356. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi {
  357. font-size: 15px !important; /* 第二级字体大小 */
  358. font-weight: 400;
  359. color: #383838 ;
  360. font-family: 'Inter-Regular';
  361. }
  362. .custom-tree .el-tree-node__children .el-tree-node__children .el-tree-node__label {
  363. font-size: 15px; /* 第三级字体大小 */
  364. color: #1A1A1A ;
  365. font-family: 'Inter-Regular';
  366. }
  367. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
  368. background-color: rgba(0,0,0,0);
  369. color: #0077F0 !important;
  370. font-family: 'Inter-Regular';
  371. }
  372. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .el-tree-node__label {
  373. background-color: rgba(0,0,0,0);
  374. color: #0077F0 !important;
  375. }
  376. .el-tabs__item{
  377. position:relative;
  378. }
  379. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active::before{
  380. content: "";
  381. display: block;
  382. width: 50%;
  383. height: 2px;
  384. /* // background: linear-gradient( 270deg, #1E69FF 0%, #5B91FF 100%); */
  385. background: #2267B1;
  386. border-radius: 0px 0px 0px 0px;
  387. bottom: 3px;
  388. position: absolute;
  389. }
  390. .el-icon-folder{
  391. background: url(../assets/img/jia.png)no-repeat 0;
  392. content: "";
  393. display: block;
  394. width: 16px;
  395. height: 16px;
  396. font-size: 16px;
  397. background-size: 16px;
  398. }
  399. .el-icon-collection-tag{
  400. background: url(../assets/img/jian.png)no-repeat 0;
  401. content: "";
  402. display: block;
  403. width: 16px;
  404. height: 16px;
  405. font-size: 16px;
  406. background-size: 16px;
  407. }
  408. .treesvgi{
  409. display: contents;
  410. }
  411. .herader_tabs{
  412. text-align: center;
  413. font-family: Microsoft YaHei, Microsoft YaHei;
  414. font-weight: 400;
  415. font-size: 14px;
  416. color: #1A1A1A;
  417. line-height: 27px;
  418. letter-spacing: 1px;
  419. text-align: center;
  420. font-style: normal;
  421. margin-top: -6px;
  422. }
  423. .margr{
  424. margin: 0 10px;
  425. }
  426. .Role .item2 .el-image{
  427. padding: 7px 9px 7px 9px !important;
  428. }
  429. .femFooter {
  430. position: absolute;
  431. /* position: fixed; */
  432. width: 100%;
  433. bottom: 0px;
  434. }
  435. .el-footer{
  436. --el-footer-padding: 0 0 0 0px;
  437. --el-footer-height: auto;
  438. }
  439. .footerText .el-textarea__inner{
  440. width: 100%;
  441. height: 178px!important;
  442. border: 0;
  443. font-size: 12px;
  444. color: #333;
  445. padding: 2px 20px;
  446. padding-bottom: 20px;
  447. }
  448. .main_model{
  449. width: 100%;
  450. /* height: 80vh; */
  451. display: flex;
  452. flex-direction: column;
  453. }
  454. .main_container{
  455. width: 100%;
  456. }
  457. .maxh221{
  458. height: calc(100vh - 361px);
  459. flex: 1;
  460. }
  461. /* .main_container{
  462. display: flex;
  463. } */
  464. .pading_foter{
  465. box-shadow: 0 0 0 1px #dcdfe6 inset;
  466. padding: 1px;
  467. overflow: hidden;
  468. border-radius: 5px;
  469. }
  470. button:focus, button:focus-visible{
  471. outline:none;
  472. }
  473. /* Webkit内核浏览器(Chrome、Safari等)*/
  474. ::-webkit-scrollbar {
  475. width: 4px;
  476. /* 设置滚动条宽度 */
  477. background-color: #dcdfe6;
  478. /* 设置滚动条背景颜色 */
  479. }
  480. /* 滑块样式 */
  481. ::-webkit-scrollbar-thumb {
  482. border-radius: 2px;
  483. /* 设置滑块边角半径 */
  484. background-color:#eee ;
  485. /* 设置滑块背景颜色 */
  486. }
  487. /* 滑块在hover状态时的样式 */
  488. ::-webkit-scrollbar-thumb:hover {
  489. background-color: #dcdfe6;
  490. /* 设置滑块在hover状态下的背景颜色 */
  491. }
  492. /* 滚动条轨道样式 */
  493. ::-webkit-scrollbar-track {
  494. background-color: #dcdfe6;
  495. /* 设置滚动条轨道背景颜色 */
  496. }
  497. .el-input__inner{
  498. --el-input-inner-height: calc(var(--el-input-height, .1667rem) - .0104rem) !important;
  499. }
  500. .left_main .el-tabs__item {
  501. color: #1A1A1A;
  502. }
  503. .panetab .el-image {
  504. width: 60px;
  505. vertical-align: middle;
  506. padding: 10px;
  507. }
  508. .ve_menu_logo{
  509. text-align: left;
  510. }
  511. .lefttext .el-form-item__label{
  512. text-align: left !important;
  513. justify-content: flex-start !important;
  514. }
  515. .el-dialog__body{
  516. max-height: 730px;
  517. overflow-y: auto;
  518. }
  519. .custom-tree{
  520. width: 195px;
  521. height: 180px;
  522. background: #fafafa;
  523. border-radius: 0px 0px 0px 0px;
  524. border: 1px solid #B3B3B3;
  525. box-sizing: border-box;
  526. }
  527. .el-tree-node__content>.el-tree-node__expand-icon{
  528. padding: 6px;
  529. box-sizing: content-box;
  530. font-size: 16px;
  531. color: #000000;
  532. }
  533. .el-tree-node{
  534. padding: 2px 0;
  535. }
  536. .youhualog{
  537. padding: 5px 10px;
  538. }
  539. .colortext .el-tabs__item{
  540. font-family: 'Source Sans-Regular';
  541. font-weight: 400;
  542. font-size: 17px;
  543. color: #333333;
  544. line-height: 23px;
  545. text-align: left;
  546. font-style: normal;
  547. text-transform: none;
  548. }
  549. .colortext .el-dialog__body{
  550. padding: 0;
  551. }
  552. /* .el-tabs__active-bar{
  553. background: rgba(179, 179, 179, 1);
  554. } */
  555. .colortext .el-tabs--left .el-tabs__header.is-left{
  556. background: #F4F4F4;
  557. height: 459px;
  558. }
  559. .colortext .el-tabs--left .el-tabs__active-bar.is-left{
  560. right: auto;
  561. left: 0;
  562. width: 4px;
  563. }
  564. .colortext .el-tabs__item.is-active{
  565. background-color: #fff;
  566. border-bottom: 1px solid #eee;
  567. }
  568. .XFpdding{
  569. padding: 8px;
  570. }
  571. .colortext .XFpdding ul{
  572. overflow: hidden;
  573. background-color: #eee;
  574. }
  575. ul{
  576. padding: 0;
  577. margin: 0;
  578. }
  579. .colortext .XFpdding ul .item{
  580. padding:0 23px;
  581. height: 40px;
  582. line-height: 40px;
  583. float: left;
  584. color: #333;
  585. font-size: 17px;
  586. font-family: 'Source Sans-Regular';
  587. }
  588. .colortext .XFpdding ul .item.active {
  589. border-top: 2px solid #2267B1;;
  590. background-color: #FFF;
  591. border-left: 1px solid #B3B3B3;
  592. border-right: 1px solid #B3B3B3;
  593. }
  594. .el-tabs--left .el-tabs__item.is-left{
  595. text-align: left !important;
  596. }
  597. .colortext .el-table .cell{
  598. font-size: 17px !important;
  599. }
  600. .colortext .el-table .el-table__cell{
  601. padding: 0;
  602. }
  603. .colortext .el-table thead{
  604. font-weight: 400;
  605. font-size: 17px;
  606. color: #1A1A1A;
  607. line-height: 21px;
  608. text-align: left;
  609. font-style: normal;
  610. text-transform: none;
  611. font-weight: lighter;
  612. }
  613. .colortext .classtable .el-table th .cell{
  614. background: none !important;
  615. }
  616. .colortext .el-table thead th{
  617. font-weight: 500;
  618. }
  619. .colortext .el-table tr{
  620. height: 30px;
  621. }
  622. .colortext .classtable .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf, .eldesign,.colortext .classtable .el-table td.el-table__cell div{
  623. /* background-color: rgba(238, 238, 238, 1); */
  624. background-color:#fafafa;
  625. }
  626. .el-table .el-table__row, .el-table .el-table__header-wrapper {
  627. /* border:1px solid #eee !important; */
  628. border-color:#eee !important;
  629. }
  630. .colortext .el-form-item__label{
  631. text-align: right !important;
  632. color: #333;
  633. font-size: 16px;
  634. font-family: 'Source Sans-Regular';
  635. }
  636. .colortext .el-tabs--left .el-tabs__header.is-left{
  637. margin: 0;
  638. }
  639. .colortext .el-tabs--left .el-tabs__nav.is-left, .el-tabs--left .el-tabs__nav.is-right, .el-tabs--right .el-tabs__nav.is-left, .el-tabs--right .el-tabs__nav.is-right{
  640. width: 200px;
  641. }
  642. .colortext .el-tabs--left .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-left {
  643. justify-content: flex-start;
  644. }
  645. .colortext .el-tabs__nav-wrap::after{
  646. background-color: #fff;
  647. }
  648. .colortext .el-form-item__label{
  649. display: inline-table;
  650. }
  651. .cheinput{
  652. display: flex;
  653. }
  654. .cheinput .el-form-item{
  655. width: 100%;
  656. padding-right: 10px;
  657. }
  658. .dlheight{
  659. height: 440px;
  660. overflow-y: auto;
  661. }
  662. .heder_tabs .el-tabs{
  663. --el-tabs-header-height: 50px;
  664. }
  665. .el-image__inner {
  666. vertical-align: middle;
  667. opacity: 1;
  668. }