index.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  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: 31px;
  70. font-family: 'Microsoft YaHei';
  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:16px;
  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(155, 155, 155, 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. .threelist :hover{
  118. background-color: #f1f0f0;
  119. }
  120. .imgzong .item2 .el-image{
  121. margin: 0 19px;
  122. width: 60px;
  123. vertical-align: middle;
  124. padding: 9px;
  125. }
  126. .imgzong .item2 span {
  127. display: block;
  128. text-align: center;
  129. }
  130. .imgzong .listitem span {
  131. font-size: 14px;
  132. font-family: 'Microsoft YaHei';
  133. color: rgba(51, 51, 51, 0.8);
  134. }
  135. .el-tabs__header{
  136. padding: 0;
  137. margin: 0;
  138. }
  139. .my-header{
  140. /* line-height: 40px; */
  141. height: 40px;
  142. /* text-align: left; */
  143. display: flex;
  144. align-items: center;
  145. }
  146. .my-header .el-image{
  147. width: 28px;
  148. /* margin-top: 6px; */
  149. }
  150. .my-header h4{
  151. font-size: 14px;
  152. font-weight: 700;
  153. color: #fff;
  154. text-align: left;
  155. font-style: normal;
  156. text-transform: none;
  157. display: inline-block;
  158. padding-left: 5px;
  159. }
  160. .el-dialog__header{
  161. padding:0px 20px;
  162. background-color:#2267B1;
  163. margin: 0;
  164. }
  165. .el-image {
  166. vertical-align: middle;
  167. }
  168. .el-dialog__headerbtn{
  169. height: 40px !important;
  170. top: 3px;
  171. }
  172. .el-button+.el-button{
  173. background-color:#2267B1;
  174. }
  175. .summary-dlg {
  176. pointer-events: none;
  177. }
  178. .el-dialog {
  179. pointer-events: auto;
  180. }
  181. .numberinput .el-input-number{
  182. width: 100% !important;
  183. }
  184. .numberinput .el-input-number .el-input__inner{
  185. text-align: left;
  186. }
  187. .el-form-item__label{
  188. color: #333333;
  189. padding: 0;
  190. font-size: 14px;
  191. line-height: 30px;
  192. letter-spacing: 1px;
  193. text-align: right;
  194. font-style: normal;
  195. text-transform: none;
  196. }
  197. .no-border .el-input,.no-border .el-input__wrapper {
  198. border: none;
  199. box-shadow: none !important;
  200. }
  201. .no-border .el-input__wrapper {
  202. background-color: rgba(255, 255, 255, 0) !important; /* 设置为白色背景 */
  203. }
  204. .headersele{
  205. width: 97px;
  206. height: 9px;
  207. margin-top: -21px;
  208. background-color: #eee;
  209. }
  210. .headersele .select-trigger{
  211. height: 9px;
  212. overflow: hidden;
  213. }
  214. .headersele .el-input__inner{
  215. display: none;
  216. }
  217. .headersele .el-input.is-focus .el-input__wrapper{
  218. box-shadow:none !important;
  219. }
  220. .headersele .el-input .el-select__caret.el-icon{
  221. top: -11px;
  222. }
  223. .sel .el-select{
  224. width: 100%;
  225. }
  226. .el-form-item{
  227. margin-bottom: 8px;
  228. }
  229. .border2{
  230. border-radius: 10px 10px 10px 10px;
  231. border: 1px solid #888888;
  232. padding: 10px;
  233. position: relative;
  234. margin-top: 24px;
  235. }
  236. .title2{
  237. display: inline-block;
  238. background-color: #fff;
  239. padding: 10px;
  240. color: #333;
  241. font-weight: 600;
  242. position: absolute;
  243. top: -20px;
  244. left: 20px
  245. }
  246. .threelist{
  247. display: flex;
  248. }
  249. .floatitem .el-image{
  250. margin: 0 10px !important;
  251. }
  252. .el-tab-pane{
  253. background-color: #fff;
  254. }
  255. .heder_tabs .el-tab-pane{
  256. border-bottom: 1px solid rgba(179,179,179,0.3);
  257. box-sizing: border-box;
  258. }
  259. .opt_moitor{
  260. width: 340px;
  261. height:calc(100vh - 341px);
  262. background: #FFFFFF;
  263. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  264. border-radius: 10px 10px 10px 10px;
  265. float: right;
  266. padding: 12px;
  267. position: absolute;
  268. right: 0;
  269. top: 0;
  270. overflow-y: auto;
  271. overflow-x: hidden;
  272. }
  273. .opt_moitor h3{
  274. text-align: left;
  275. }
  276. .echartitem{
  277. display: flex;
  278. width: 100%;
  279. height: 100%;
  280. background: #FFFFFF;
  281. border-radius: 0px 0px 0px 0px;
  282. /* border: 1px solid rgba(0,0,0,0.3); */
  283. position: relative;
  284. }
  285. .sev{
  286. margin-top: 50px;
  287. }
  288. .magright{
  289. margin-right: 40px !important;
  290. }
  291. .disflex{
  292. display: flex;
  293. }
  294. .sev_ruwu .el-input{
  295. width: 100%;
  296. height: 31px;
  297. padding:0 10px;
  298. }
  299. .sev_ruwu .el-select{
  300. width: 236px;
  301. }
  302. .sev_ruwu .el-button+.el-button {
  303. background-color: #F5FAFF !important;
  304. border-radius: 4px 4px 4px 4px;
  305. }
  306. .btncolor{
  307. background-color: #F5FAFF !important;
  308. /* width: 150px !important; */
  309. }
  310. .left_main_content{
  311. width: 195px;
  312. height: calc(100vh - 155px);
  313. background: #FFFFFF;
  314. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  315. border: 1px solid rgba(179, 179, 179, 1);
  316. box-sizing: border-box;
  317. overflow: hidden;
  318. }
  319. .mianflex{
  320. display: flex;
  321. overflow: auto;
  322. width: 100%;
  323. }
  324. .right_container {
  325. flex: 1;
  326. overflow: auto; /* 可选:让内容可以滚动 */
  327. }
  328. .main_model{
  329. width: 100%;
  330. height:calc(100vh - 154px) ;
  331. text-align: center;
  332. position: relative;
  333. }
  334. /* 基础样式 */
  335. .custom-tree .el-tree-node__label {
  336. /* font-weight: bold; */
  337. font-size: 15px; /* 基础字体大小 */
  338. color: #383838 ;
  339. font-family: 'Inter-Regular';
  340. }
  341. .treetiele{
  342. padding: 6px;
  343. font-family: Inter, Inter;
  344. font-weight: 600;
  345. font-size: 16px;
  346. color: #1A1A1A;
  347. line-height: 24px;
  348. text-align: left;
  349. font-style: normal;
  350. text-transform: none
  351. }
  352. .el-tree-node__content{
  353. position: relative;
  354. }
  355. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi i::before{
  356. content: "";
  357. display: block;
  358. width: 1px;
  359. height: 24px;
  360. /* background: #000; */
  361. border-left: 0.5px dashed #383838;
  362. bottom:0px;
  363. position: absolute;
  364. transform: scale(0.5, 1);
  365. }
  366. .el-tree .el-tree-node__content{
  367. font-size: 14px; /* 这里设置为20px,你可以根据需求调整大小 */
  368. }
  369. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi {
  370. font-size: 15px !important; /* 第二级字体大小 */
  371. font-weight: 400;
  372. color: #383838 ;
  373. font-family: 'Inter-Regular';
  374. }
  375. .custom-tree .el-tree-node__children .el-tree-node__children .el-tree-node__label {
  376. font-size: 15px; /* 第三级字体大小 */
  377. color: #1A1A1A ;
  378. font-family: 'Inter-Regular';
  379. }
  380. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
  381. background-color: rgba(0,0,0,0);
  382. color: #0077F0 !important;
  383. font-family: 'Inter-Regular';
  384. }
  385. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .el-tree-node__label {
  386. background-color: rgba(0,0,0,0);
  387. color: #0077F0 !important;
  388. }
  389. .el-tabs__item{
  390. position:relative;
  391. }
  392. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active::before{
  393. content: "";
  394. display: block;
  395. width: 50%;
  396. height: 2px;
  397. /* // background: linear-gradient( 270deg, #1E69FF 0%, #5B91FF 100%); */
  398. background: #2267B1;
  399. border-radius: 0px 0px 0px 0px;
  400. bottom: 3px;
  401. position: absolute;
  402. }
  403. .el-icon-folder{
  404. background: url(../assets/img/jia.png)no-repeat 0;
  405. content: "";
  406. display: block;
  407. width: 16px;
  408. height: 16px;
  409. font-size: 16px;
  410. background-size: 16px;
  411. }
  412. .el-icon-collection-tag{
  413. background: url(../assets/img/jian.png)no-repeat 0;
  414. content: "";
  415. display: block;
  416. width: 16px;
  417. height: 16px;
  418. font-size: 16px;
  419. background-size: 16px;
  420. }
  421. .treesvgi{
  422. display: contents;
  423. }
  424. .herader_tabs{
  425. text-align: center;
  426. font-family: Microsoft YaHei, Microsoft YaHei;
  427. font-weight: 400;
  428. font-size: 14px;
  429. color: #1A1A1A;
  430. line-height: 27px;
  431. letter-spacing: 1px;
  432. text-align: center;
  433. font-style: normal;
  434. margin-top: -6px;
  435. }
  436. .margr{
  437. margin: 0 10px;
  438. }
  439. .Role .item2 .el-image{
  440. padding: 7px 9px 7px 9px !important;
  441. }
  442. .echartcont {
  443. width: 100%;
  444. height: 100%;
  445. }
  446. .femFooter {
  447. position: relative;
  448. /* position: fixed; */
  449. /* min-height: 230px; */
  450. /* height: 230px; */
  451. width: 100%;
  452. bottom: 0px;
  453. overflow: auto;
  454. }
  455. .el-footer{
  456. --el-footer-padding: 0 0 0 0px;
  457. --el-footer-height: auto;
  458. }
  459. .footerText .el-textarea__inner{
  460. width: 100%;
  461. height: 195px!important;
  462. border: 0;
  463. font-size: 12px;
  464. color: #333;
  465. padding: 2px 20px;
  466. padding-bottom: 20px;
  467. }
  468. .main_model{
  469. width: 100%;
  470. display: flex;
  471. flex-direction: column;
  472. }
  473. .main_container{
  474. width: 100%;
  475. }
  476. .maxh221{
  477. /* height: calc(100vh - 361px); */
  478. flex: 1;
  479. overflow: auto;
  480. }
  481. /* .main_container{
  482. display: flex;
  483. } */
  484. .pading_foter{
  485. box-shadow: 0 0 0 1px #dcdfe6 inset;
  486. padding: 1px;
  487. overflow: hidden;
  488. border-radius: 5px;
  489. }
  490. button:focus, button:focus-visible{
  491. outline:none;
  492. }
  493. /* Webkit内核浏览器(Chrome、Safari等)*/
  494. ::-webkit-scrollbar {
  495. width: 4px;
  496. /* 设置滚动条宽度 */
  497. background-color: #dcdfe6;
  498. /* 设置滚动条背景颜色 */
  499. }
  500. /* 滑块样式 */
  501. ::-webkit-scrollbar-thumb {
  502. border-radius: 2px;
  503. /* 设置滑块边角半径 */
  504. background-color:#eee ;
  505. /* 设置滑块背景颜色 */
  506. }
  507. /* 滑块在hover状态时的样式 */
  508. ::-webkit-scrollbar-thumb:hover {
  509. background-color: #dcdfe6;
  510. /* 设置滑块在hover状态下的背景颜色 */
  511. }
  512. /* 滚动条轨道样式 */
  513. ::-webkit-scrollbar-track {
  514. background-color: #dcdfe6;
  515. /* 设置滚动条轨道背景颜色 */
  516. }
  517. .el-input__inner{
  518. --el-input-inner-height: calc(var(--el-input-height, .1667rem) - .0104rem) !important;
  519. }
  520. .left_main .el-tabs__item {
  521. color: #1A1A1A;
  522. }
  523. .panetab .el-image {
  524. width: 60px;
  525. vertical-align: middle;
  526. padding: 10px;
  527. }
  528. .ve_menu_logo{
  529. text-align: left;
  530. }
  531. .lefttext .el-form-item__label{
  532. text-align: left !important;
  533. justify-content: flex-start !important;
  534. }
  535. .el-dialog__body{
  536. max-height: 730px;
  537. overflow-y: auto;
  538. }
  539. .cloudChart .el-dialog__body{
  540. padding: 8px;
  541. }
  542. .custom-tree{
  543. width: 195px;
  544. /* 留出中间拖动位置 */
  545. height: 98%;
  546. background: #fafafa;
  547. border-radius: 0px 0px 0px 0px;
  548. border: 1px solid #B3B3B3;
  549. box-sizing: border-box;
  550. }
  551. .el-tree-node__content>.el-tree-node__expand-icon{
  552. padding: 6px;
  553. box-sizing: content-box;
  554. font-size: 16px;
  555. color: #000000;
  556. }
  557. .el-tree-node{
  558. padding: 2px 0;
  559. }
  560. .youhualog{
  561. padding: 5px 10px;
  562. }
  563. .custom-divider {
  564. border-color: #B3B3B3;
  565. border-width: 1px;
  566. margin: 0;
  567. margin-right: 10px;
  568. }
  569. .colortext .el-tabs__item{
  570. font-family: 'Microsoft YaHei';
  571. font-weight: 400;
  572. font-size: 14px;
  573. color: #333333;
  574. line-height: 23px;
  575. text-align: left;
  576. font-style: normal;
  577. text-transform: none;
  578. }
  579. .colortext .el-dialog__body{
  580. padding: 0;
  581. }
  582. /* .el-tabs__active-bar{
  583. background: rgba(179, 179, 179, 1);
  584. } */
  585. .colortext .el-tabs--left .el-tabs__header.is-left{
  586. background: #F4F4F4;
  587. height: 440px;
  588. }
  589. .colortext .el-tabs--left .el-tabs__active-bar.is-left{
  590. right: auto;
  591. left: 0;
  592. width: 4px;
  593. }
  594. .colortext .el-tabs__item.is-active{
  595. background-color: #fff;
  596. border-bottom: 1px solid #eee;
  597. }
  598. .XFpdding{
  599. padding: 8px;
  600. }
  601. .colortext .XFpdding ul{
  602. overflow: hidden;
  603. background-color: #eee;
  604. }
  605. ul{
  606. padding: 0;
  607. margin: 0;
  608. }
  609. .colortext .XFpdding ul .item{
  610. padding:0 23px;
  611. height: 40px;
  612. line-height: 40px;
  613. float: left;
  614. color: #333;
  615. font-size: 14px;
  616. font-family: 'Microsoft YaHei';
  617. cursor:default;
  618. }
  619. .colortext .XFpdding ul .item.active {
  620. border-top: 2px solid #2267B1;;
  621. background-color: #FFF;
  622. border-left: 1px solid #B3B3B3;
  623. border-right: 1px solid #B3B3B3;
  624. }
  625. .el-tabs--left .el-tabs__item.is-left{
  626. text-align: left !important;
  627. }
  628. .colortext .el-table .cell{
  629. font-size: 14px !important;
  630. color: #333333;
  631. }
  632. .colortext .el-table .el-table__cell{
  633. padding: 0;
  634. }
  635. .colortext .el-table thead{
  636. font-weight: 400;
  637. font-size: 16px;
  638. color: #1A1A1A;
  639. line-height: 21px;
  640. text-align: left;
  641. font-style: normal;
  642. text-transform: none;
  643. font-weight: lighter;
  644. }
  645. .colortext .classtable .el-table th .cell{
  646. background: none !important;
  647. }
  648. .colortext .el-table thead th{
  649. font-weight: 500;
  650. }
  651. .colortext .el-table tr{
  652. height: 30px;
  653. }
  654. .colortext .classtable .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf,.colortext .classtable .el-table td.el-table__cell div{
  655. background-color:#fafafa;
  656. color: #333333;
  657. font-weight: 400;
  658. font-family: 'Microsoft YaHei';
  659. }
  660. .el-table .el-table__row, .el-table .el-table__header-wrapper {
  661. /* border:1px solid #eee !important; */
  662. border-color:#eee !important;
  663. }
  664. .colortext .el-form-item__label{
  665. text-align: left !important;
  666. padding-left: 20px;
  667. color: #333333;
  668. font-size: 14px;
  669. font-family: 'Microsoft YaHei';
  670. }
  671. .colortext .classtable .el-collapse-item {
  672. color: #333333;
  673. font-size: 14px;
  674. font-family: 'Microsoft YaHei';
  675. }
  676. .colortext .classtable .el-collapse-item__header{
  677. padding-left: 20px;
  678. font-size: 14px;
  679. font-family: 'Microsoft YaHei';
  680. }
  681. .colortext .classtable .el-radio__label ,.colortext .classtable span,.colortext .classtable .el-checkbox__label{
  682. color: #333333;
  683. font-size: 14px;
  684. font-family: 'Microsoft YaHei';
  685. }
  686. .colortext .el-input__inner {
  687. color: #333333;
  688. font-size: 14px;
  689. font-family: 'Microsoft YaHei';
  690. }
  691. .classtable .header-blue {
  692. border-bottom: 2px solid #2267B1 !important;
  693. }
  694. .classtable .header-green {
  695. border-bottom: 2px solid #00A023 !important;
  696. }
  697. .classtable .header-yellow {
  698. border-bottom: 2px solid #FFD153 !important;
  699. }
  700. .classtable .header-first {
  701. border-bottom: 2px solid #2267B1 !important;
  702. }
  703. .classtable .header-second {
  704. border-bottom: 2px solid #00A023 !important;
  705. }
  706. .classtable .header-third {
  707. border-bottom: 2px solid #FFD153 !important;
  708. }
  709. .classtable .el-table__cell div, .classtable .el-table__cell .el-input__inner {
  710. text-align: center;
  711. align-items: center;
  712. }
  713. .el-card {
  714. border-radius: 0px 0px 0px 0px;
  715. border: 1px solid #B3B3B3 !important;
  716. overflow: auto;
  717. }
  718. .dialog_style {
  719. color: #333333;
  720. font-size: 16px;
  721. font-family: 'Microsoft YaHei';
  722. }
  723. .dialog_style .el-form-item__label,.dialog_style .el-checkbox__label,
  724. .dialog_style .el-input__inner{
  725. color: #333333;
  726. font-size: 16px;
  727. font-family: 'Microsoft YaHei';
  728. }
  729. .dialog_style .cloudbox{
  730. margin: 5px;
  731. }
  732. .dialog_style .cloudbox .el-button{
  733. color: #333333;
  734. font-size: 14px;
  735. }
  736. .el-collapse-item__content {
  737. padding-bottom: 0;
  738. }
  739. .colortext .el-tabs--left .el-tabs__header.is-left{
  740. margin: 0;
  741. }
  742. .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{
  743. width: 150px;
  744. }
  745. .colortext .el-tabs--left .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-left {
  746. justify-content: flex-start;
  747. font-size: 14px;
  748. font-family: 'Microsoft YaHei';
  749. }
  750. .colortext .el-tabs__nav-wrap::after{
  751. background-color: #fff;
  752. }
  753. .colortext .el-form-item__label{
  754. display: inline-table;
  755. }
  756. .cheinput{
  757. display: flex;
  758. }
  759. .cheinput .el-form-item{
  760. width: 100%;
  761. padding-right: 10px;
  762. }
  763. .dlheight{
  764. height: 400px;
  765. overflow-y: auto;
  766. }
  767. .heder_tabs .el-tabs{
  768. --el-tabs-header-height: 30px;
  769. }
  770. .el-image__inner {
  771. /* vertical-align: middle; */
  772. opacity: 1;
  773. }
  774. .pythfoter{
  775. font-size: 16px;
  776. }
  777. .pythfoter .span {
  778. width: 150px;
  779. height: 35px;
  780. line-height: 35px;
  781. text-align: center;
  782. cursor: default;
  783. position: relative;
  784. font-size: 16px;
  785. color: #333333;
  786. font-family: "Microsoft YaHei";
  787. }
  788. .pythfoter .active {
  789. background-color: #fff;
  790. border-left: 1px solid #B3B3B3;
  791. border-right: 1px solid #B3B3B3;
  792. border-bottom: 4px solid #fff;
  793. }
  794. .pythfoter .active::before {
  795. content: "";
  796. display: block;
  797. width: 100%;
  798. height: 2px;
  799. background: #2267B1;
  800. border-radius: 0px 0px 0px 0px;
  801. top: 0px;
  802. position: absolute;
  803. }
  804. .footerp .text .el-textarea__inner{
  805. height: 380px!important;
  806. }
  807. .footerp .pythfoter .el-textarea__inner{
  808. min-height: 60px!important;
  809. }
  810. /* 控制 tooltip 内容的最大宽度和换行 */
  811. .el-tooltip__popper {
  812. max-width: 300px !important; /* 设置最大宽度 */
  813. }
  814. .el-tooltip__content {
  815. white-space: normal !important; /* 允许换行 */
  816. word-break: break-word; /* 防止长词汇不换行 */
  817. }