one.less 12 KB

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