modeler.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. .formPartLeft {
  2. float: left;
  3. width: 25%;
  4. height: 100%;
  5. }
  6. .formPartRight {
  7. float: left;
  8. width: 75%;
  9. height: 100%;
  10. padding-left: 10px;
  11. overflow: auto;
  12. }
  13. .formUnitBox {
  14. width: 100%;
  15. height: 25px;
  16. }
  17. .viewPartLeft {
  18. float: left;
  19. width: 40%;
  20. height: 100%;
  21. }
  22. .viewPartRight {
  23. float: left;
  24. width: 60%;
  25. height: 100%;
  26. padding-left: 10px;
  27. overflow: auto;
  28. }
  29. #formUnit,
  30. #userUnit,
  31. #directionUnit,
  32. #itemUserUnit{
  33. width: 100%;
  34. height: 25px;
  35. }
  36. .formTypeBox{
  37. width: 100%;
  38. height: 240px;
  39. padding: 10px 8px;
  40. box-sizing: border-box;
  41. overflow: auto;
  42. }
  43. .formTypeBox::-webkit-scrollbar {
  44. display: none; /* Chrome Safari */
  45. }
  46. .viewTypeBox{
  47. width: 100%;
  48. height: 230px;
  49. padding: 0px 5px;
  50. box-sizing: border-box;
  51. }
  52. .typeItem {
  53. width: 100%;
  54. line-height: 20px;
  55. padding: 10px 0px 10px 10px;
  56. cursor: pointer;
  57. box-sizing: border-box;
  58. text-align: left;
  59. }
  60. .typeItem i {
  61. color: #999999;
  62. }
  63. .typeItem.active i {
  64. color: #0e39de;
  65. }
  66. .typeItem.active {
  67. background-color: #f0f3f4;
  68. color: #0e39de;
  69. border-radius: 5px;
  70. }
  71. .formTableBox,
  72. .itemFlowBox{
  73. height: 160px;
  74. overflow: auto;;
  75. }
  76. .treeList > li,
  77. .treeDirectionList>li {
  78. padding-left: 0px !important;
  79. }
  80. .treeList > li > ul > li,
  81. .treeDirectionList > li > ul > li{
  82. padding-left: 10px !important;
  83. }
  84. .treeList > li > ul > li > ul > li,
  85. .treeDirectionList > li > ul > li > ul > li{
  86. padding-left: 30px !important;
  87. }
  88. .treeList a,
  89. .treeDirectionList a{
  90. text-decoration: none !important;
  91. height: 25px;
  92. }
  93. .treeList .activeBtn,
  94. .roleList .activeBtn,
  95. .groupList .activeBtn,
  96. .treeDirectionList .activeBtn,
  97. .userList .activeBtn {
  98. color: #ff2222 !important;
  99. }
  100. .roleList span,
  101. .groupList span,
  102. .userList span {
  103. cursor: pointer;
  104. }
  105. #nodeUserList {
  106. position: absolute;
  107. left: 5px;
  108. right: 5px;
  109. top: 530px;
  110. bottom: 5px;
  111. overflow: auto;
  112. padding: 0px 8px;
  113. }
  114. #nodeUserList .itemUser {
  115. width: 100%;
  116. line-height: 25px;
  117. padding: 18px 10px 10px 10px;
  118. border: 1px solid #E1E6EB;;
  119. margin-bottom: 15px;
  120. border-radius: 5px;
  121. position: relative;
  122. }
  123. #nodeUserList .itemLine {
  124. width: 100%;
  125. overflow: hidden;
  126. }
  127. #nodeUserList .itemTitle {
  128. width: 50px;
  129. line-height: 25px;
  130. }
  131. #nodeUserList .itemVal {
  132. line-height: 25px;
  133. }
  134. #nodeUserList .itemLine .itemTitle,
  135. #nodeUserList .itemLine .itemVal{
  136. float: left;
  137. }
  138. #nodeUserList .delUserbtn{
  139. position: absolute;
  140. width: 20px;
  141. height: 20px;
  142. float: right;
  143. text-align: center;
  144. right: 5px;
  145. top: 3px;
  146. cursor: pointer;
  147. }
  148. /**美化滚动条 只对webkit内核管用**/
  149. /*::-webkit-scrollbar {
  150. width: 6px;
  151. height: 6px;
  152. background-color: #F5F5F5;
  153. }
  154. ::-webkit-scrollbar-thumb {
  155. background-color: #999;
  156. }
  157. ::-webkit-scrollbar-track {
  158. background-color: #F5F5F5;
  159. }*/
  160. .tabInfo{
  161. display: none;
  162. position: absolute;
  163. left: 0.7%;
  164. right: 0.7%;
  165. bottom: 10px;
  166. top: 40px;
  167. overflow: auto;
  168. }
  169. .stateBtn{
  170. width: 24px;
  171. height: 24px;
  172. background-color: #0e9aef;
  173. color: #ffffff;
  174. float: left;
  175. margin-top: 3px;
  176. line-height: 24px;
  177. text-align: center;
  178. border-radius: 2px;
  179. margin-left: 5px;
  180. cursor: pointer;
  181. }
  182. .tabContentBox{
  183. float: left;
  184. width: 100%;
  185. height: 100%;
  186. margin: 0px 0.7%;
  187. background-color: #fff;
  188. padding: 10px 0px;
  189. overflow: auto;
  190. position: relative;
  191. }
  192. .tabPartTitle .sp-col-70,
  193. .tabPartTitle .sp-col-30{
  194. padding: 0 !important;
  195. }
  196. #valueSetList,
  197. #ruleList,
  198. .viewRuleList,
  199. #userRuleList,
  200. #userRuleListCopy,
  201. #msgRuleList{
  202. clear: both;
  203. width: 100%;
  204. padding:5px 8px;
  205. clear: both;
  206. overflow: hidden;
  207. position: relative;
  208. }
  209. .tabInfo .itemBox {
  210. width: 100%;
  211. line-height: 25px;
  212. padding: 18px 10px 10px 10px;
  213. border: 1px solid #E1E6EB;;
  214. border-radius: 5px;
  215. position: relative;
  216. }
  217. #valueSetList>.itemBox:not(:last-of-type),
  218. #ruleList>.itemBox:not(:last-of-type),
  219. .viewRuleList>.itemBox:not(:last-of-type),
  220. #userRuleList>.itemBox:not(:last-of-type),
  221. #userRuleListCopy>.itemBox:not(:last-of-type),
  222. #msgRuleList>.itemBox:not(:last-of-type){
  223. margin-bottom: 10px;
  224. }
  225. .tabInfo #userRuleList .itemTitle {
  226. width: 100px;
  227. line-height: 25px;
  228. }
  229. .tabInfo #userRuleListCopy .itemTitle {
  230. width: 100px;
  231. line-height: 25px;
  232. }
  233. .tabInfo .itemLine {
  234. width: 100%;
  235. overflow: hidden;
  236. }
  237. .tabInfo .itemTitle {
  238. width: 80px;
  239. line-height: 25px;
  240. }
  241. .tabInfo .itemVal {
  242. line-height: 25px;
  243. }
  244. .tabInfo .itemLine .itemTitle,
  245. .tabInfo .itemLine .itemVal{
  246. float: left;
  247. }
  248. .tabInfo .delUserbtn{
  249. position: absolute;
  250. width: 20px;
  251. height: 20px;
  252. float: right;
  253. text-align: center;
  254. right: 5px;
  255. top: 3px;
  256. cursor: pointer;
  257. }
  258. #ruleValueBox,
  259. #viewValueBox{
  260. text-align: left !important;
  261. }
  262. .itemLabel{
  263. display: inline-block;
  264. width: 33.33%;
  265. text-align: center;
  266. height: 25px;
  267. line-height: 25px;
  268. }
  269. .itemLabel input[type='checkbox']{
  270. margin-right: 4px;
  271. }
  272. .viewContentBox{
  273. clear: both;;
  274. width: 100%;
  275. overflow: hidden;
  276. padding: 0px 12px;
  277. }
  278. .itemView{
  279. width: 100%;
  280. height: 30px;
  281. line-height: 30px;
  282. }
  283. .itemView .itemViewName{
  284. float: left;
  285. width: 65%;
  286. height: 30px;
  287. line-height: 30px;
  288. overflow: hidden;
  289. white-space: nowrap;
  290. text-overflow: ellipsis; cursor:pointer;
  291. }
  292. .itemView .itemViewBtn{
  293. float: left;
  294. width: 35%;
  295. height: 30px;
  296. line-height: 30px;
  297. text-align: right;
  298. }
  299. .itemView .itemViewBtn i{
  300. margin-left: 5px;
  301. cursor: pointer;
  302. }
  303. .directionUserList label{
  304. display: inline-block;
  305. width: 100%;
  306. height: 25px;
  307. line-height: 25px;
  308. padding-left: 5px;
  309. }
  310. .directionUserList label input[type='checkbox']{
  311. margin-right: 5px;
  312. }
  313. .viewUserBox{
  314. clear: both;
  315. }
  316. .msgContentBox .sp-col-75,
  317. .msgContentBox .sp-col-20{
  318. padding: 0 0!important;
  319. }
  320. .msgContentBox{
  321. width: 100%;
  322. height: 70px;
  323. margin-top: 15px;
  324. display: none;
  325. }
  326. .msgContentBox .msgContentLeft{
  327. float: left;
  328. width: 50%;
  329. height: 100%;
  330. }
  331. .msgContentBox .msgContentRight{
  332. float: left;
  333. width: 50%;
  334. height: 100%;
  335. }
  336. .msgTitle{
  337. float: left;
  338. width: 28%;
  339. height: 100%;
  340. text-align: center;
  341. line-height: 20px;
  342. }
  343. .msgContent{
  344. float: left;
  345. width: 70%;
  346. height: 100%;
  347. }
  348. .msgContent>div{
  349. float: left;
  350. text-align: center;
  351. }
  352. .msgHide{
  353. display: none;
  354. }
  355. .delFormbtn i{
  356. cursor: pointer;
  357. }
  358. .maxHeight{
  359. max-height: 300px;
  360. }
  361. #formTitle,
  362. #formBox,
  363. #itemFlowTitle,
  364. #itemFlowBox{
  365. display: none;
  366. }
  367. .nodePart{
  368. width: 100%;
  369. overflow: hidden;
  370. }
  371. .nodePart>div{
  372. float: left;
  373. }
  374. .nodeType{
  375. height: 20px;
  376. }
  377. .nodeBtn{
  378. width: 20px;
  379. height: 20px;
  380. line-height: 20px;
  381. text-align: center;
  382. margin-left: 5px;
  383. cursor: pointer;
  384. display: none;
  385. }
  386. .nodeSelect{
  387. display: none;
  388. margin: 5px 0px;
  389. }
  390. .nodeChangeBtn{
  391. margin-left: 10px;
  392. line-height: 24px;
  393. padding: 0px 8px;
  394. margin-top: 2px;
  395. color: #ffffff;
  396. background-color: #0e9aef;
  397. border-radius: 4px;
  398. cursor: pointer;
  399. font-size: 13px;
  400. }
  401. .itemConfig{
  402. display: none;
  403. }
  404. .timePartLeft {
  405. float: left;
  406. width: 33%;
  407. height: 100%;
  408. }
  409. .timePartRight {
  410. float: left;
  411. width: 66.5%;
  412. height: 100%;
  413. padding-left: 10px;
  414. overflow: auto;
  415. margin-left: 0.5%;
  416. }
  417. .timeAdd{
  418. width: 100%;
  419. height: 30px;
  420. }
  421. .timeList{
  422. width: 99%;
  423. height: 350px;
  424. overflow: auto;
  425. padding: 5px 0px;
  426. }
  427. .timeListItem{
  428. padding: 8px 0px;
  429. border: 1px solid #E1E6EB;
  430. box-sizing: border-box;
  431. border-radius: 5px;
  432. margin-bottom: 15px;
  433. }
  434. .timeInputBox{
  435. width: 100%;
  436. height: 32px;
  437. margin-bottom: 8px;
  438. line-height: 32px;
  439. }
  440. .timeInputBoxLeft{
  441. float: left;
  442. height: 32px;
  443. line-height: 32px;
  444. width: 110px;
  445. text-indent: 8px;
  446. }
  447. .timeInputBoxRight{
  448. float: left;
  449. height: 32px;
  450. line-height: 32px;
  451. width: 180px;
  452. }
  453. .timeSetBox{
  454. width: 100%;
  455. margin-bottom: 8px;
  456. overflow: hidden;
  457. }
  458. .timeSetBoxLeft{
  459. float: left;
  460. height: 32px;
  461. line-height: 32px;
  462. width: 110px;
  463. text-indent: 8px;
  464. }
  465. .timeSetBoxRight{
  466. float: left;
  467. width: 180px;
  468. overflow: hidden;
  469. }
  470. .timeSetBoxRight>div{
  471. height: 32px;
  472. line-height: 32px;
  473. }
  474. .timeDayInput{
  475. width: 50px !important;
  476. }
  477. .colorDay{
  478. width: 30px !important;
  479. }
  480. .timeSetBoxRight>div label{
  481. display: inline-block;
  482. width: 75px;
  483. }
  484. .timeTableName{
  485. float: right;
  486. width: 100px;
  487. height: 100%;
  488. white-space: nowrap;
  489. overflow: hidden;
  490. text-overflow: ellipsis;
  491. }
  492. .timeColorBox{
  493. width: 100%;
  494. margin-bottom: 8px;
  495. overflow: hidden;
  496. }
  497. .timeColorBoxTop{
  498. height: 32px;
  499. line-height: 32px;
  500. width: 110px;
  501. text-indent: 8px;
  502. }
  503. .timeColorBoxBottom{
  504. height: 32px;
  505. line-height: 32px;
  506. width: 100%;
  507. }
  508. .timeColorItem{
  509. width: 33.33%;
  510. height: 32px;
  511. line-height: 32px;
  512. float: left;
  513. text-align: center;
  514. }
  515. .itmeBtnBox{
  516. width: 98%;
  517. overflow: hidden;
  518. }
  519. .timetips{
  520. width: 100%;
  521. height: 30px;
  522. text-align: center;
  523. line-height: 30px;
  524. }
  525. .tablePartLeft {
  526. float: left;
  527. width: 45%;
  528. height: 100%;
  529. }
  530. .tablePartRight {
  531. float: left;
  532. width: 54.5%;
  533. height: 100%;
  534. padding-left: 10px;
  535. }
  536. .viewTitle{
  537. width: 100%;
  538. height: 30px;
  539. line-height: 30px;
  540. }
  541. .viewTitle>div{
  542. float: left;
  543. }
  544. .viewTitleLeft{
  545. width: 60px;
  546. height: 100%;
  547. line-height: 30px;
  548. }
  549. .viewTitleRight{
  550. width: 300px;
  551. height: 100%;
  552. line-height: 30px;
  553. }
  554. .viewBoxColumn{
  555. width: 100%;
  556. height:220px;
  557. margin-top: 5px;
  558. overflow: auto;
  559. }
  560. .viewBoxFunc{
  561. width: 100%;
  562. height:100px;
  563. overflow: auto;
  564. }
  565. .viewBoxDirect{
  566. width: 100%;
  567. height:320px;
  568. margin-top: 5px;
  569. overflow: auto;
  570. }
  571. .viewBoxBtn{
  572. width: 100%;
  573. height: 30px;
  574. margin-top: 5px;
  575. }
  576. .viewBoxBtnLeft{
  577. float: left;
  578. width: 50%;
  579. height: 100%;
  580. line-height: 30px;
  581. }
  582. .viewBoxBtnRight{
  583. float: left;
  584. width: 50%;
  585. height: 100%;
  586. line-height: 25px;
  587. }
  588. .viewBoxColumn .sp-table-tip{
  589. width: 100%;
  590. height: 160px !important;
  591. line-height: 160px !important;
  592. font-size: 18px;
  593. text-align: center;
  594. border: 1px solid #E1E6EB;
  595. border-top: none;
  596. }
  597. .viewBoxFunc .sp-table-tip{
  598. width: 100%;
  599. height: 60px !important;
  600. line-height: 60px !important;
  601. font-size: 18px;
  602. text-align: center;
  603. border: 1px solid #E1E6EB;
  604. border-top: none;
  605. }
  606. .viewBoxDirect .sp-table-tip{
  607. width: 100%;
  608. height: 200px !important;
  609. line-height: 200px !important;
  610. font-size: 18px;
  611. text-align: center;
  612. border: 1px solid #E1E6EB;
  613. border-top: none;
  614. }
  615. .viewBoxColumn>table,
  616. .viewBoxFunc>table,
  617. .viewBoxDirect >table{
  618. font-size: 13px !important;
  619. }
  620. .activeDirect{
  621. background-color: #eeeeee;
  622. }
  623. .viewBoxDirect .sp-table-sm tbody td{
  624. white-space: normal !important;
  625. }
  626. .viewBoxDirect .sp-table-sm tbody tr:hover {
  627. background-color: #eeeeee;
  628. }