style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  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:#2267B1;
  63. }
  64. .ve_logo_img .el-image{
  65. padding: 5px;
  66. }
  67. .heder_tabs .el-tabs__item{
  68. width: 0.625rem;
  69. height: .2083rem;
  70. }
  71. body{
  72. width: 100%;
  73. height: 100vh;
  74. background-color:rgba(123, 176, 232, 0.1);
  75. }
  76. .heder_tabs .el-tabs__item.is-active{
  77. background-color: #fff;
  78. border-radius: .0521rem .0521rem 0px 0px;
  79. color: #2267B1 ;
  80. }
  81. .el-tabs--card>.el-tabs__header .el-tabs__item,.el-tabs--card>.el-tabs__header .el-tabs__nav{
  82. border: none;
  83. }
  84. .el-tabs__item{
  85. color: #fff;
  86. font-weight: bold;
  87. font-size: .0729rem;
  88. }
  89. .imgzong {
  90. display: -webkit-box;
  91. display: -ms-flexbox;
  92. display: flex;
  93. overflow: auto;
  94. white-space: nowrap;
  95. background-color: #fff;
  96. padding: 0 20px;
  97. }
  98. .imgzong .listitem {
  99. width: auto;
  100. height: .4792rem;
  101. margin: .026rem 0;
  102. padding: .0104rem .0677rem .0104rem .0677rem;
  103. position: relative;
  104. }
  105. .imgzong .listitem::before{
  106. content: '';
  107. width: .0052rem ;
  108. height: 0.4792rem;
  109. position: absolute;
  110. right: 0;
  111. background-color:rgba(34,103,177,.2);
  112. }
  113. .activeOrange {
  114. background-color: rgba(255, 255, 255, 0.3);
  115. border: 2px solid #fff;
  116. border-radius: 5px;
  117. box-sizing: border-box;
  118. }
  119. /* .imgzong .listitem{
  120. border-right:1px solid rgba(34,103,177,0.2);
  121. } */
  122. .item1, .item2 {
  123. cursor: pointer;
  124. }
  125. .imgzong .item2 .el-image{
  126. margin: 0 0.099rem;
  127. width: .3125rem;
  128. vertical-align: middle;
  129. padding: .0469rem;
  130. }
  131. .imgzong .item2 span {
  132. display: block;
  133. text-align: center;
  134. }
  135. .imgzong .listitem span {
  136. font-size: .0729rem;
  137. }
  138. .el-tabs__header{
  139. padding: 0;
  140. margin: 0;
  141. }
  142. .my-header{
  143. line-height: 40px;
  144. height: 40px;
  145. text-align: left;
  146. }
  147. .my-header .el-image{
  148. width: 28px;
  149. margin-top: 6px;
  150. }
  151. .my-header h4{
  152. font-size: 14px;
  153. font-weight: 700;
  154. color: #fff;
  155. text-align: left;
  156. font-style: normal;
  157. text-transform: none;
  158. display: inline-block;
  159. padding-left: 5px;
  160. }
  161. .el-tabs{
  162. --el-tabs-header-height:.2083rem
  163. }
  164. .el-dialog__header{
  165. padding:0px 20px;
  166. background-color:#2267B1;
  167. margin: 0;
  168. }
  169. .el-image {
  170. vertical-align: middle;
  171. }
  172. .el-dialog__headerbtn{
  173. height: 40px !important;
  174. top: 3px;
  175. }
  176. .el-button+.el-button{
  177. background-color:#2267B1;
  178. }
  179. .summary-dlg {
  180. pointer-events: none;
  181. }
  182. .el-dialog {
  183. pointer-events: auto;
  184. }
  185. .numberinput .el-input-number{
  186. width: 100% !important;
  187. }
  188. .numberinput .el-input-number .el-input__inner{
  189. text-align: left;
  190. }
  191. .el-form-item__label{
  192. color: #6D6D6D;
  193. font-size: .0677rem;
  194. line-height: .1563rem;
  195. letter-spacing: 1px;
  196. text-align: right;
  197. font-style: normal;
  198. text-transform: none;
  199. }
  200. .no-border .el-input,.no-border .el-input__wrapper {
  201. border: none;
  202. box-shadow: none !important;
  203. }
  204. .no-border .el-input__wrapper {
  205. background-color: rgba(255, 255, 255, 0) !important; /* 设置为白色背景 */
  206. }
  207. .headersele{
  208. width: 97px;
  209. height: 9px;
  210. margin-top: -5px;
  211. background-color: #eee;
  212. }
  213. .headersele .select-trigger{
  214. height: 9px;
  215. overflow: hidden;
  216. }
  217. .headersele .el-input__inner{
  218. display: none;
  219. }
  220. .headersele .el-input.is-focus .el-input__wrapper{
  221. box-shadow:none !important;
  222. }
  223. .headersele .el-input .el-select__caret.el-icon{
  224. top: -11px;
  225. }
  226. .sel .el-select{
  227. width: 100%;
  228. }
  229. .el-form-item{
  230. margin-bottom: 8px;
  231. }
  232. .border2{
  233. border-radius: 10px 10px 10px 10px;
  234. border: 1px solid #888888;
  235. padding: 10px;
  236. position: relative;
  237. margin-top: 24px;
  238. }
  239. .title2{
  240. display: inline-block;
  241. background-color: #fff;
  242. padding: 10px;
  243. color: #333;
  244. font-weight: 600;
  245. position: absolute;
  246. top: -20px;
  247. left: 20px
  248. }
  249. .threelist{
  250. display: flex;
  251. }
  252. .floatitem .el-image{
  253. margin: 0 10px !important;
  254. }
  255. .heder_tabs .el-tab-pane{
  256. border-bottom: 1px solid #7BB0E8;
  257. }
  258. .opt_moitor{
  259. width: 340px;
  260. height:calc(100vh - 341px);
  261. background: #FFFFFF;
  262. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  263. border-radius: 10px 10px 10px 10px;
  264. float: right;
  265. padding: 12px;
  266. position: absolute;
  267. right: 0;
  268. top: 0;
  269. overflow-y: auto;
  270. overflow-x: hidden;
  271. }
  272. .opt_moitor h3{
  273. text-align: left;
  274. }
  275. .echartitem{
  276. width: 100%;
  277. height: auto;
  278. background: #FFFFFF;
  279. border-radius: 0px 0px 0px 0px;
  280. border: 1px solid rgba(0,0,0,0.3);
  281. position: relative;
  282. }
  283. .sev{
  284. margin-top: 50px;
  285. }
  286. .magright{
  287. margin-right: 40px !important;
  288. }
  289. .disflex{
  290. display: flex;
  291. }
  292. .sev_ruwu .el-input{
  293. width: 100%;
  294. height: 31px;
  295. padding:0 10px;
  296. }
  297. .sev_ruwu .el-select{
  298. width: 236px;
  299. }
  300. .sev_ruwu .el-button+.el-button {
  301. background-color: #F5FAFF !important;
  302. border-radius: 4px 4px 4px 4px;
  303. }
  304. .btncolor{
  305. background-color: #F5FAFF !important;
  306. width: 150px !important;
  307. }
  308. .left_main_content{
  309. width: 200px;
  310. height: calc(100vh - 184px);
  311. background: #FFFFFF;
  312. box-shadow: 2px 0px 11px 0px rgba(0,0,0,0.12);
  313. border-radius: 10px 10px 10px 10px;
  314. }
  315. .mianflex{
  316. display: flex;
  317. }
  318. .main_model{
  319. width: 100%;
  320. height:calc(100vh - .9531rem) ;
  321. text-align: center;
  322. position: relative;
  323. }
  324. /* 基础样式 */
  325. .custom-tree .el-tree-node__label {
  326. /* font-weight: bold; */
  327. font-size: 15px; /* 基础字体大小 */
  328. color: #383838 ;
  329. font-family: 'Inter-Regular';
  330. }
  331. .treetiele{
  332. padding: 6px;
  333. font-family: Inter, Inter;
  334. font-weight: 600;
  335. font-size: .0833rem;
  336. color: #1A1A1A;
  337. line-height: .125rem;
  338. text-align: left;
  339. font-style: normal;
  340. text-transform: none
  341. }
  342. .el-tree-node__content{
  343. position: relative;
  344. }
  345. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi i::before{
  346. content: "";
  347. display: block;
  348. width: 1px;
  349. height: 24px;
  350. /* background: #000; */
  351. border-left: 0.5px dashed #383838;
  352. bottom:0px;
  353. position: absolute;
  354. transform: scale(0.5, 1);
  355. }
  356. .el-tree .el-tree-node__content{
  357. font-size: .0833rem; /* 这里设置为20px,你可以根据需求调整大小 */
  358. }
  359. .custom-tree .el-tree-node__children .el-tree-node__content .treesvgi {
  360. font-size: .0729rem !important; /* 第二级字体大小 */
  361. font-weight: 400;
  362. color: #383838 ;
  363. font-family: 'Inter-Regular';
  364. }
  365. .custom-tree .el-tree-node__children .el-tree-node__children .el-tree-node__label {
  366. font-size: .0625rem; /* 第三级字体大小 */
  367. color: #1A1A1A ;
  368. font-family: 'Inter-Regular';
  369. }
  370. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
  371. background-color: rgba(0,0,0,0);
  372. color: #0077F0 !important;
  373. font-family: 'Inter-Regular';
  374. }
  375. .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .el-tree-node__label {
  376. background-color: rgba(0,0,0,0);
  377. color: #0077F0 !important;
  378. }
  379. .el-tabs__item{
  380. position:relative;
  381. }
  382. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active::before{
  383. content: "";
  384. display: block;
  385. width: 45%;
  386. height: 2px;
  387. background: linear-gradient( 270deg, #1E69FF 0%, #5B91FF 100%);
  388. border-radius: 0px 0px 0px 0px;
  389. bottom: 3px;
  390. position: absolute;
  391. }
  392. .el-icon-folder{
  393. background: url(../assets/img/jia.png)no-repeat 0;
  394. content: "";
  395. display: block;
  396. width: 16px;
  397. height: 16px;
  398. font-size: 16px;
  399. background-size: 16px;
  400. }
  401. .el-icon-collection-tag{
  402. background: url(../assets/img/jian.png)no-repeat 0;
  403. content: "";
  404. display: block;
  405. width: 16px;
  406. height: 16px;
  407. font-size: 16px;
  408. background-size: 16px;
  409. }
  410. .treesvgi{
  411. display: contents;
  412. }
  413. .herader_tabs{
  414. text-align: center;
  415. font-family: Microsoft YaHei, Microsoft YaHei;
  416. font-weight: 400;
  417. font-size: 14px;
  418. color: #1A1A1A;
  419. line-height: 27px;
  420. letter-spacing: 1px;
  421. text-align: center;
  422. font-style: normal;
  423. margin-top: -6px;
  424. }
  425. .margr{
  426. margin: 0 10px;
  427. }
  428. .Role .item2 .el-image{
  429. padding: .0365rem .0469rem .0365rem .0469rem !important;
  430. }
  431. .femFooter {
  432. position: absolute;
  433. /* position: fixed; */
  434. width: 100%;
  435. bottom: 0px;
  436. }
  437. .el-footer{
  438. --el-footer-padding: 0 0 0 20px;
  439. --el-footer-height: auto;
  440. }
  441. .left_main{
  442. overflow-y: auto;
  443. overflow-x: hidden;
  444. }
  445. .footerText .el-textarea__inner{
  446. width: 100%;
  447. height: 130px!important;
  448. border: 0;
  449. font-size: 12px;
  450. color: #333;
  451. padding: 2px 20px;
  452. padding-bottom: 20px;
  453. }
  454. .main_model{
  455. width: 100%;
  456. /* height: 80vh; */
  457. display: flex;
  458. flex-direction: column;
  459. }
  460. .main_container{
  461. width: 100%;
  462. }
  463. .maxh221{
  464. height: calc(100vh - 1.8802rem);
  465. flex: 1;
  466. }
  467. /* .main_container{
  468. display: flex;
  469. } */
  470. .pading_foter{
  471. box-shadow: 0 0 0 1px #dcdfe6 inset;
  472. padding: 1px;
  473. overflow: hidden;
  474. border-radius: 5px;
  475. }
  476. button:focus, button:focus-visible{
  477. outline:none;
  478. }
  479. /* Webkit内核浏览器(Chrome、Safari等)*/
  480. ::-webkit-scrollbar {
  481. width: 4px;
  482. /* 设置滚动条宽度 */
  483. background-color: #dcdfe6;
  484. /* 设置滚动条背景颜色 */
  485. }
  486. /* 滑块样式 */
  487. ::-webkit-scrollbar-thumb {
  488. border-radius: 2px;
  489. /* 设置滑块边角半径 */
  490. background-color:#eee ;
  491. /* 设置滑块背景颜色 */
  492. }
  493. /* 滑块在hover状态时的样式 */
  494. ::-webkit-scrollbar-thumb:hover {
  495. background-color: #dcdfe6;
  496. /* 设置滑块在hover状态下的背景颜色 */
  497. }
  498. /* 滚动条轨道样式 */
  499. ::-webkit-scrollbar-track {
  500. background-color: #dcdfe6;
  501. /* 设置滚动条轨道背景颜色 */
  502. }
  503. .el-input__inner{
  504. --el-input-inner-height: calc(var(--el-input-height, .1667rem) - .0104rem) !important;
  505. }
  506. .left_main .el-tabs__item {
  507. color: #1A1A1A;
  508. }
  509. .panetab .el-image {
  510. width: 60px;
  511. vertical-align: middle;
  512. padding: 10px;
  513. }
  514. .ve_menu_logo{
  515. text-align: left;
  516. }
  517. .lefttext .el-form-item__label{
  518. text-align: left !important;
  519. justify-content: flex-start !important;
  520. }
  521. .el-dialog__body{
  522. max-height: 630px;
  523. overflow-y: auto;
  524. }