one.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. //流程详情布局
  2. .Demolition{
  3. width: 100%;
  4. height: 100%;
  5. display: flex;
  6. justify-content: space-between;
  7. .Demolition-left{
  8. width: 70%;
  9. height: 100%;
  10. .Demolition-left-top{
  11. width: 100%;
  12. height: 65px;
  13. display: flex;
  14. justify-content: space-between;
  15. .Demolition-left-top-rigth{
  16. .el-button{
  17. width: 82px;
  18. height: 40px;
  19. border-radius: 12px;
  20. margin-top: 10px;
  21. padding: 0;
  22. font-size: 18px;
  23. color: #fff;
  24. background-color: #439dc1;
  25. border-color: #7aa2e200;
  26. }
  27. }
  28. }
  29. .Demolition-left-button{
  30. width: 100%;
  31. height: calc(100% - 65px);
  32. background-color: #fff;
  33. border-radius: 20px;
  34. overflow: hidden;
  35. .Demolition-left-button-top{
  36. height: 42px;
  37. box-sizing: border-box;
  38. padding: 9px;
  39. font-size: 16px;
  40. font-weight: 700;
  41. color: #167AA1;
  42. background-color: #fff;
  43. border-bottom: 2px solid #dedede;
  44. }
  45. .Demolition-left-button-buttom{
  46. width: 100%;
  47. height: calc(100% - 42px);
  48. overflow: hidden;
  49. }
  50. .Demolition-left-button-file{
  51. width: 100%;
  52. height: calc(100% - 42px);
  53. }
  54. }
  55. }
  56. .Demolition-rigth{
  57. width: 29%;
  58. height: 100%;
  59. background-color: #fff;
  60. border-radius: 20px;
  61. overflow: hidden;
  62. }
  63. }
  64. //带背景色的按钮
  65. .button-background .el-button{
  66. width: 106px;
  67. height: 38px;
  68. background: #439dc1;
  69. color: #fff;
  70. border-radius: 12px;
  71. border: 0;
  72. &:focus{
  73. width: 106px;
  74. height: 38px;
  75. background: #439dc1;
  76. color: #fff;
  77. border-radius: 12px;
  78. border: 0;
  79. }
  80. &:hover{
  81. width: 106px;
  82. height: 38px;
  83. background: #439dc1;
  84. color: #fff;
  85. border-radius: 12px;
  86. border: 0;
  87. }
  88. }
  89. //不带背景色的按钮
  90. .button-nobackgroubd .el-button {
  91. width: 106px;
  92. height: 38px;
  93. border-radius: 12px;
  94. border: 0;
  95. background-color: rgba(0,0,0,0);
  96. color: #439dc1;
  97. border: 1px solid #439dc1;
  98. }
  99. //搜索框
  100. .search{
  101. width: 100%;
  102. background-color: #fff;
  103. margin: 20px 0;
  104. border-radius: 24px;
  105. box-sizing: border-box;
  106. .search-top{
  107. display: flex;
  108. justify-content: space-between;
  109. padding: 20px;
  110. .search-top-input{
  111. display: flex;
  112. border-radius: 12px;
  113. min-width: 676px;
  114. overflow: hidden;
  115. border: 1px solid #439dc1;
  116. box-shadow: 0 5px 13px rgba(0, 0, 0, .25);
  117. .el-input-group {
  118. line-height: normal;
  119. display: inline-table;
  120. width: 100%;
  121. border-collapse: separate;
  122. border-spacing: 0;
  123. .el-input-group__prepend {
  124. border-radius: 0;
  125. background-color: #fff;
  126. border: none;
  127. font-size: 14px;
  128. font-weight: 400;
  129. line-height: 24px;
  130. color: #439dc1;
  131. }
  132. .el-input__inner {
  133. border-radius: 0;
  134. height: 41px;
  135. border: 1px solid #439dc1 !important;
  136. border-top: 0 !important;
  137. border-bottom: 0 !important;
  138. background-color: #fff;
  139. color: #439dc1;
  140. }
  141. }
  142. .el-button {
  143. border-radius: 0;
  144. background-color: #439dc1;
  145. border: 1px solid #439dc1;
  146. width: 77px;
  147. color: #fff;
  148. }
  149. .selector{
  150. line-height: normal;
  151. display: flex;
  152. width: 100%;
  153. border-collapse: separate;
  154. border-spacing: 0;
  155. // display: flex;
  156. .selector-title{
  157. border-radius: 0;
  158. background-color: #fff;
  159. border: none;
  160. font-size: 14px;
  161. font-weight: 400;
  162. line-height: 41px;
  163. color: #439dc1;
  164. vertical-align: middle;
  165. display: table-cell;
  166. position: relative;
  167. padding: 0 20px;
  168. white-space: nowrap;
  169. }
  170. .el-input__inner{
  171. border-radius: 0;
  172. height: 41px;
  173. border: 1px solid #439dc1 !important;
  174. border-top: 0 !important;
  175. border-bottom: 0 !important;
  176. background-color: #fff;
  177. color: #439dc1;
  178. }
  179. }
  180. }
  181. .search-top-buttom{
  182. width: 20%;
  183. display: flex;
  184. justify-content: right;
  185. .button-background{margin-left: 20px;}
  186. .button-nobackgroubd{margin-left: 20px;}
  187. }
  188. }
  189. }
  190. //可展开搜索框
  191. .queryCriteria{
  192. display: flex;
  193. height: 32px;
  194. padding: 20px;
  195. padding-top: 0;
  196. span{
  197. font-size: 14px;
  198. color: #439dc1;
  199. font-weight: bold;
  200. line-height: 32px;
  201. margin-right: 20px;
  202. }
  203. .el-input{
  204. width: 160px;
  205. height: 32px;
  206. .el-input__inner{
  207. width: 100%;
  208. height: 32px;
  209. border: 1px solid #439dc1;
  210. border-radius: 8px;
  211. color: #439dc1;
  212. }
  213. }
  214. .el-input__prefix{color: #439dc1;width: 20px;}
  215. .interval{
  216. width: 40px;
  217. height: 2px;
  218. background-color: #B3B3B3;
  219. margin: 16px 13px;
  220. border-radius: 20px;
  221. }
  222. button{
  223. width: 80px;
  224. height: 32px;
  225. color: #439dc1;
  226. margin-left: 13px;
  227. background-color: #0000;
  228. border: 1px solid #439dc1;
  229. border-radius: 8px;
  230. }
  231. ul{
  232. display: flex;
  233. li{
  234. font-size: 14px;
  235. cursor: pointer;
  236. line-height: 32px;
  237. color: #5b5b5b;
  238. padding: 0;
  239. margin-right: 20px;
  240. i{
  241. line-height: 34px;
  242. }
  243. }
  244. }
  245. }
  246. //选择字体颜色
  247. .zt{
  248. color: #2384aa !important;
  249. }
  250. //不带间隔的表格
  251. .WithoutInterval{
  252. .el-tag--dark {
  253. border: 1px solid rgba(0, 0, 0, 0);
  254. margin: 0 5px;
  255. cursor: pointer;
  256. min-width: 75px;
  257. min-height: 35px;
  258. }
  259. .el-button.is-disabled{
  260. color: #C0C4CC;
  261. &:hover {
  262. color: #C0C4CC;
  263. }
  264. }
  265. .el-button--text{
  266. color: #439dc1;
  267. &:hover {
  268. color: #4ab1d6;
  269. }
  270. }
  271. .el-table th.el-table__cell.is-leaf{
  272. background-color: #ffffff;
  273. border-bottom: 1px solid #dedede ;
  274. }
  275. .el-table .cell {
  276. color: #707070 ;
  277. text-align: center;
  278. }
  279. .el-table td.el-table__cell {
  280. background-color: #fff;
  281. border-bottom: 1px solid #dedede ;
  282. }
  283. .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  284. background-color: #f1f4f5;
  285. }
  286. .el-table__empty-block{
  287. background-color: #fff;
  288. border-bottom: 1px solid #dedede ;
  289. }
  290. .el-table::before{
  291. background-color: #dedede;
  292. }
  293. }
  294. //表格 可展开 he不可展开隐藏
  295. .expand{
  296. .el-table__expand-column{
  297. background: #439dc1 !important;
  298. .cell {
  299. display: none;
  300. }
  301. }
  302. .indexbackground{
  303. background-color: #439dc1 !important;
  304. }
  305. }
  306. //带间隔的表格
  307. .interval{
  308. .el-button--primary{
  309. background-color: #439dc1;
  310. border-color: #439dc1;
  311. &:hover{
  312. background-color: #4ab1d6;
  313. border-color: #4ab1d6;
  314. }
  315. }
  316. .el-button--danger{
  317. background-color: #f56c6c;
  318. border-color: #f56c6c;
  319. &:hover{
  320. background-color: #ff8181;
  321. border-color: #ff8181;
  322. }
  323. }
  324. .el-table, .el-table__expanded-cell {
  325. background-color: rgba(0, 0, 0, 0) !important;
  326. }
  327. .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  328. background-color: #f1f4f5;
  329. }
  330. .el-table__fixed-right::before,.el-table--border::after, .el-table--group::after, .el-table::before {
  331. background: 0 !important;
  332. }
  333. .el-table__body, .el-table__footer, .el-table__header {
  334. border-collapse: separate;
  335. border-spacing: 0px 8px;
  336. }
  337. .is-leaf:first-child {
  338. border-top-left-radius: 8px;
  339. border-bottom-left-radius: 8px;
  340. }
  341. .is-leaf:last-child {
  342. border-top-right-radius: 8px;
  343. border-bottom-right-radius: 8px;
  344. }
  345. .el-table td.el-table__cell:first-child {
  346. border-top-left-radius: 8px;
  347. border-bottom-left-radius: 8px;
  348. }
  349. .el-table td.el-table__cell:last-child {
  350. border-top-right-radius: 8px;
  351. border-bottom-right-radius: 8px;
  352. }
  353. .el-table tr {
  354. border-radius: 8px;
  355. overflow: clip;
  356. background-color: #00000000;
  357. }
  358. .el-table td.el-table__cell{
  359. border-bottom: none;
  360. background-color: #fff;
  361. }
  362. .indexbackground{
  363. width: 20px;
  364. height: 20px;
  365. background: #439dc1;
  366. text-align: center;
  367. line-height: 20px;
  368. color: #fff;
  369. border-radius: 50%;
  370. margin: 0 auto;
  371. }
  372. .el-table .cell {
  373. color: #707070 ;
  374. text-align: center;
  375. }
  376. .el-table__empty-block{
  377. background: #fff;
  378. border-radius: 8px;
  379. }
  380. .el-table th.el-table__cell.is-leaf {
  381. border-bottom: none;
  382. background: #fff !important;
  383. }
  384. }
  385. .block{
  386. margin: 20px auto;
  387. width: 30%;
  388. }
  389. //表单
  390. .form{
  391. width: 100%;
  392. padding: 20px;
  393. box-sizing: border-box;
  394. .el-form {
  395. width: 100%;
  396. display: flex;
  397. box-sizing: border-box;
  398. flex-wrap: wrap;
  399. border: 1px solid #e4e7ed !important;
  400. .el-form-item {
  401. width: 50%;
  402. box-sizing: border-box;
  403. margin-bottom: 0px;
  404. .el-form-item__label {
  405. border: 1px solid #e4e7ed;
  406. box-sizing: border-box;
  407. line-height: 38px !important;
  408. background-color: #e4e7ed63;
  409. height: 100%;
  410. }
  411. .el-input-group__append{
  412. border-radius: 0;
  413. }
  414. .is-disabled{
  415. .el-input__inner{
  416. color: #0006 !important;
  417. background-color: #0000000f !important;
  418. }
  419. .el-textarea__inner{
  420. color: #0006 !important;
  421. background-color: #0000000f !important;
  422. }
  423. }
  424. .el-textarea__inner{
  425. color: #666161 !important;
  426. border-radius: 0;
  427. background-color: #FFFFFF !important;
  428. }
  429. .el-input__inner {
  430. color: #666161 !important;
  431. border-radius: 0;
  432. background-color: #FFFFFF !important;
  433. }
  434. }
  435. }
  436. }
  437. //侧边栏按钮
  438. .dialog-footer {
  439. width: 45%;
  440. margin: 0 auto;
  441. display: flex;
  442. justify-content: space-between;
  443. .el-button {
  444. width: 45%;
  445. }
  446. .el-button--primary {
  447. background-color: #47A1C4;
  448. border: 1px solid #47A1C4;
  449. }
  450. }
  451. //侧边栏
  452. .al{
  453. .el-drawer__header {
  454. -webkit-box-shadow: none;
  455. box-shadow: none;
  456. margin: 0;
  457. &:first-child {
  458. font-size: 18px !important;
  459. color: #439dc1 !important;
  460. padding: 10px 20px;
  461. border-bottom: 2px solid #ccc;
  462. }
  463. }
  464. .tc-top{
  465. border-bottom: 2px solid #ccc;
  466. padding: 10px 0;
  467. h2 {
  468. padding:0 20px;
  469. font-size: 19px;
  470. color: #439dc1;
  471. }
  472. }
  473. .tc-middle{
  474. padding: 20px;
  475. padding-top: 0;
  476. box-sizing: border-box;
  477. h3 {
  478. font-size: 18px;
  479. color: #439dc1;
  480. margin: 15px 0;
  481. }
  482. .el-table__empty-block{
  483. border-radius: 8px;
  484. }
  485. .el-table tr {
  486. border-radius: 8px;
  487. overflow: clip;
  488. }
  489. }
  490. }
  491. //弹窗
  492. .tk{
  493. .el-dialog{
  494. border-radius: 10px;
  495. }
  496. .el-dialog__header {
  497. box-shadow: 0 2px 2px #9d9d9d63;
  498. .el-dialog__title {
  499. color: #439dc1 !important;
  500. }
  501. }
  502. .el-dialog__body {
  503. padding: 14px 20px;
  504. box-sizing: border-box;
  505. }
  506. }
  507. //选择器
  508. #header {
  509. box-sizing: border-box;
  510. padding: 20px 40px 0;
  511. display: flex;
  512. }
  513. .item_box{
  514. width:140px;
  515. height:44px;
  516. line-height: 44px;
  517. border-radius: 8px 8px 0px 0px;
  518. margin-right: 10px;
  519. text-align: center;
  520. font-size: 18px;
  521. cursor: pointer;
  522. color: #7ABEFF;
  523. border: 1px solid #7AA2E2;
  524. background-color: #E0F0FF;
  525. border-bottom: none;
  526. .item_num{
  527. display: inline-block;
  528. width:20px;
  529. height:20px;
  530. line-height: 20px;
  531. border-radius: 50%;
  532. background: #FF0000;
  533. border: 1px solid #fff;
  534. font-size: 12px;
  535. color:#fff;
  536. text-align: center;
  537. transform: translateY(-1px);
  538. }
  539. }
  540. .active {
  541. color: #167AA1;
  542. color: #fff;
  543. background: #439dc1;
  544. }
  545. //流程操作返回退回提交
  546. .so-top{
  547. border-top: 1px solid #dedede;
  548. background-color: #fff;
  549. padding: 0 1% 0 1%;
  550. margin: -20px;
  551. margin-bottom: 0;
  552. .Left-buttom-content {
  553. width: 100%;
  554. height: 98%;
  555. border-radius: 24px;
  556. overflow: auto;
  557. display: flex;
  558. border-radius: 0;
  559. justify-content: space-between;
  560. .Left-buttom-content-top {
  561. padding: 9px 20px;
  562. font-size: 16px;
  563. font-weight: 700;
  564. color: #167AA1;
  565. background-color: #fff;
  566. height: 42px;
  567. box-sizing: border-box;
  568. display: flex;
  569. align-items: center;
  570. img{
  571. margin-right:8px;
  572. }
  573. }
  574. }
  575. .buttome {
  576. width: 333px;
  577. display: flex;
  578. justify-content: flex-end;
  579. box-sizing: border-box;
  580. .buttome-a {
  581. width: 80px;
  582. height: 30px;
  583. background-color: #439dc1;
  584. border-radius: 8px;
  585. margin: 5px 10px;
  586. text-align: center;
  587. line-height: 27px;
  588. cursor: pointer;
  589. span {
  590. font-size: 14px;
  591. color: #FFFFFF;
  592. }
  593. }
  594. }
  595. }
  596. //详情标题头
  597. .detailstitle{
  598. padding: 9px 20px;
  599. font-size: 16px;
  600. font-weight: 700;
  601. color: #167AA1;
  602. background-color: #fff;
  603. border-bottom: 2px solid #dedede;
  604. height: 42px;
  605. box-sizing: border-box;
  606. display: flex;
  607. align-items: center;
  608. img{
  609. margin-right:8px;
  610. }
  611. }
  612. //分页样式
  613. .block{
  614. .el-pagination{
  615. .btn-prev{border-radius: 5px;}
  616. .btn-next{border-radius: 5px;}
  617. .el-pager{
  618. .active{
  619. background-color: #439dc1 !important;
  620. &:hover{
  621. color: #fff !important;
  622. }
  623. }
  624. .number{
  625. border-radius: 5px;
  626. &:hover{
  627. color: #439dc1 ;
  628. }
  629. }
  630. }
  631. }
  632. .el-input__inner{
  633. border-radius: 5px;
  634. }
  635. }
  636. //输入框间隔
  637. .line{
  638. height: 40px;
  639. line-height: 40px;
  640. margin: 10px 0;
  641. font-size: 16px;
  642. color: #666;
  643. display: flex;
  644. justify-content: center;
  645. span{
  646. display: inline-block;
  647. width: 200px;
  648. height: 20px;
  649. border-bottom: 2px solid #dfdfdf;
  650. &:first-child{
  651. margin-right: 10px;
  652. }
  653. &:last-child{
  654. margin-left: 10px;
  655. }
  656. }
  657. }