cld-custom.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /* app dialog */
  2. .modal {
  3. z-index: 949
  4. }
  5. .modal-backdrop{
  6. z-index: 940
  7. }
  8. .page-header {
  9. z-index:900
  10. }
  11. .nav-function-minify:not(.nav-function-top) .page-sidebar,.nav-function-hidden:not(.nav-function-top) .page-sidebar {
  12. z-index: 901
  13. }
  14. .page-sidebar{
  15. z-index: 902
  16. }
  17. .dialog-sheet{
  18. position: relative;
  19. }
  20. .dialog-sheet > .close {
  21. position: absolute;
  22. right:8px;
  23. top:8px;
  24. z-index: 999
  25. }
  26. .dialog-sheet .sheet-box{
  27. width: 100%;
  28. height: 100%;
  29. overflow: hidden;
  30. }
  31. .dialog-sheet .sheet-left-panel{
  32. position: relative;
  33. width: 45%;
  34. height: 100%;
  35. flex-direction: column;
  36. z-index: 11;
  37. }
  38. .dialog-sheet .sheet-right-panel{
  39. position: relative;
  40. overflow: hidden;
  41. border-left: 1px solid #eaeaea;
  42. background-color: #fafafa;
  43. }
  44. .sheet-panel-header{
  45. height: 56px;
  46. line-height: 56px
  47. }
  48. .sheet-panel-content{
  49. margin-bottom:24px
  50. }
  51. .card-header-tabs.sheet-nav-tabs{
  52. margin-bottom:-3px;
  53. }
  54. .card-header-tabs.sheet-nav-tabs .nav-item .nav-link.active{
  55. border-bottom:2px solid #886ab5
  56. }
  57. .cldform .cldform-line{
  58. height: 1px;
  59. background: #f3f3f3;
  60. clear: both;
  61. }
  62. .cldform .cldform-item{
  63. float: left;
  64. width: 100%;
  65. position: relative;
  66. padding: 8px 0;
  67. box-sizing: border-box;
  68. }
  69. .cldform .cldform-item.cldform-item-half{
  70. width: 50%
  71. }
  72. .cldform .cldform-item.cldform-item-wauto{
  73. width:auto;
  74. min-width: 310px
  75. }
  76. .cldform .cldform-item .cldform-label{
  77. float: left;
  78. height: 36px;
  79. display: flex;
  80. align-items: center;
  81. box-sizing: border-box;
  82. z-index: 1;
  83. width:78px;
  84. }
  85. .cldform .cldform-item .cldform-control{
  86. width: 100%;
  87. padding-left: 90px;
  88. box-sizing: border-box;
  89. position: relative;
  90. }
  91. .cldform .cldform-item .cldform-control:after{
  92. content: "";
  93. display: block;
  94. width: 100%;
  95. clear: both;
  96. }
  97. .cldform .cldform-item .cldform-control .cldform-contarl-box{
  98. box-sizing: border-box;
  99. height: 36px;
  100. border: 1px solid #f7f7f7;
  101. font-size: 13px;
  102. background: #f7f7f7;
  103. border-radius: 4px;
  104. padding: 0 12px;
  105. width: 100%;
  106. outline: none;
  107. -webkit-appearance: none;
  108. }
  109. .cldform .cldform-item .cldform-control .cldform-contarl-box:hover{
  110. border-color: #f2f2f2;
  111. background: #f2f2f2;
  112. }
  113. .cldform .cldform-item .cldform-control .cldform-contarl-box:focus{
  114. border-color: #2196f3!important;
  115. background: #fff!important;
  116. }
  117. .cldform .cldform-item .cldform-control .cldform-contarl-textareabox{
  118. padding: 8px 12px 6px;
  119. word-break: break-all;
  120. height: auto;
  121. white-space: pre-wrap;
  122. }
  123. .cldform .cldform-item .cldform-control .cldform-contarl-blank{
  124. background: #fff;
  125. border:none;
  126. }
  127. .cldform .cldform-item .cldform-control .cldform-contarl-blank:hover{
  128. background: #fff;
  129. border:none;
  130. }
  131. .cldform .cldform-item .cldform-control .cldform-contarl-textarea{
  132. border-radius: 4px;
  133. box-sizing: border-box;
  134. padding: 8px 12px 7px;
  135. vertical-align: top;
  136. border-color: #2196f3;
  137. background: #fff;
  138. font-size: 14px;
  139. border: 1px solid #ccc;
  140. overflow-x: hidden;
  141. overflow-y: hidden;
  142. resize: none;
  143. }
  144. .cldform .cldform-item .cldform-control .cldform-contarl-textarea:focus,.cldform .cldform-item .cldform-control .cldform-contarl-textarea:hover {
  145. border-color: #1e88e5
  146. }
  147. .cldform .cldform-item .cldform-control .cldform-contarl-dropdown{
  148. display: inline-block;
  149. width: 100%;
  150. cursor: pointer;
  151. }
  152. .cldform .cldform-item .cldform-control .cldform-contarl-dropdown > .far{
  153. float:right;
  154. color:#868e96;
  155. }
  156. .cldform .cldform-item-wauto .cldform-control .cldform-contarl-dropdown > .far{
  157. margin-left:30px;
  158. }
  159. .city-item .btn {
  160. margin-right:3px;
  161. margin-bottom:3px;
  162. }
  163. .sheet-nav-tabs .nav-link.active{
  164. background: none;
  165. color: #886ab5;
  166. border-top-color: #886ab5;
  167. border-bottom-color: #fafafa
  168. }
  169. .sheet-nav-tabs .nav-link.active:not(:hover){
  170. color: #886ab5;
  171. }
  172. .sheet-nav-tabs .nav-item .nav-link.active:not(:hover) {
  173. color: #886ab5!important;
  174. }
  175. .cldform .cldform-item .cldform-control .cldform-control-checkbox{
  176. margin-top:8px;
  177. }
  178. .cldform-control-checkbox .custom-control{
  179. padding-left: 1.4rem;
  180. margin-right: .5rem;
  181. margin-bottom: .5rem
  182. }
  183. .cldform-control-checkbox .custom-control-label::before,.cldform-control-checkbox .custom-control-label::after{
  184. left:-1.3rem;
  185. top:0.02469rem;
  186. }
  187. .modal {
  188. background:rgba(0, 0, 0,0.2);
  189. }
  190. .modal-backdrop {
  191. background:none;
  192. }
  193. .pointer-hover:hover{
  194. background-color: #fafafa;
  195. cursor: pointer;
  196. }
  197. .sheet-panel-log{
  198. height:314px;
  199. }
  200. @media screen and ( max-width : 1365px ) {
  201. .sheet-panel-log{
  202. height:184px;
  203. }
  204. }
  205. @media screen and (min-resolution: 1.5dppx), /*通用像素密度*/
  206. (min-device-pixel-ratio: 1.5),/*安卓ios使用谷歌火狐浏览器也可使用*/
  207. {
  208. /*样式书写处*/
  209. .sheet-panel-log{
  210. height:174px;
  211. }
  212. }
  213. .sheet-btns {
  214. height:24px;
  215. }
  216. .save-tips {
  217. position: absolute;
  218. top:0;
  219. left:0;
  220. width:100%;
  221. z-index:999;
  222. }
  223. .custom-checkbox .custom-control-label,.custom-radio .custom-control-label,.custom-switch .custom-control-label{
  224. cursor: pointer;
  225. }
  226. .tagcol-01{
  227. background-color:#16A085;
  228. }
  229. .tagcol-02{
  230. background-color:#2980B9;
  231. }
  232. .tagcol-03{
  233. background-color:#8E44AD;
  234. }
  235. .tagcol-04{
  236. background-color:#CC3333;
  237. }
  238. .tagcol-05{
  239. background-color:#B8651B;
  240. }
  241. .tagcol-06{
  242. background-color:#2C3E50;
  243. }
  244. .tagcol-07{
  245. background-color:#efd200;
  246. }
  247. .tagcol-01-s{
  248. color:#16A085;
  249. }
  250. .tagcol-02-s{
  251. color:#2980B9;
  252. }
  253. .tagcol-03-s{
  254. color:#8E44AD;
  255. }
  256. .tagcol-04-s{
  257. color:#f90000;
  258. }
  259. .tagcol-05-s{
  260. color:#B8651B;
  261. }
  262. .tagcol-06-s{
  263. color:#2C3E50;
  264. }
  265. .tagcol-07-s{
  266. color:#efd200;
  267. }
  268. .tagcol-11{
  269. background-color:#F8AC59;
  270. }
  271. .tagcol-12{
  272. background-color:#FF69B4;
  273. }
  274. .tagcol-13{
  275. background-color:#999999;
  276. }
  277. .tagcol-14{
  278. background-color:#7186ab;
  279. }
  280. .tagcol-15{
  281. background-color:#778b72;
  282. }
  283. .tagcol-16{
  284. background-color:#c292ca;
  285. }
  286. .tagcol-17{
  287. background-color:#a14751;
  288. }
  289. .tagcol-11-s{
  290. color:#F8AC59;
  291. }
  292. .tagcol-12-s{
  293. color:#FF69B4;
  294. }
  295. .tagcol-13-s{
  296. color:#999999;
  297. }
  298. .tagcol-14-s{
  299. color:#7186ab;
  300. }
  301. .tagcol-15-s{
  302. color:#778b72;
  303. }
  304. .tagcol-16-s{
  305. color:#c292ca;
  306. }
  307. .tagcol-17-s{
  308. color:#a14751;
  309. }
  310. .tagcol-01,.tagcol-02,.tagcol-03,.tagcol-04,.tagcol-05,.tagcol-06,.tagcol-07,.tagcol-08,.tagcol-11,.tagcol-12,.tagcol-13,.tagcol-14,.tagcol-15,.tagcol-16,.tagcol-17,.tagcol-18{
  311. color:#fff;
  312. margin:0 1px;
  313. line-height:10px;
  314. }
  315. /*审批列表*/
  316. .timeline-list .timeline-list-item{
  317. position: relative;
  318. }
  319. .timeline-list-item .timeline-item-tail{
  320. position: absolute;
  321. top: 10px;
  322. left: 10px;
  323. height: calc(100% - 10px);
  324. border-left: 1px solid #ddd ;
  325. }
  326. .timeline-list-item .timeline-item-icon{
  327. width:20px;
  328. height:20px;
  329. position: absolute;
  330. border-radius: 100px;
  331. text-align: center;
  332. line-height: 20px
  333. }
  334. .timeline-list-item .timeline-item-content{
  335. position: relative;
  336. margin: 0 0 0 30px;
  337. word-break: break-word;
  338. }
  339. /*内容区侧栏*/
  340. .content-side {
  341. width:260px;
  342. }
  343. .content-side + div{
  344. width:calc(100% - 260px);
  345. margin-left:260px;
  346. }
  347. .content-side .card{
  348. height:calc(100vh - 114px)
  349. }
  350. .content-side .card .card-body{
  351. height:calc(100%);
  352. overflow:auto;
  353. }
  354. .breadcrumb-arrow li a:hover::after {
  355. border-left-color: #838383;
  356. }
  357. .breadcrumb-arrow li a:hover::before {
  358. border-color: #838383;
  359. border-left-color: rgb(136, 106, 181);
  360. border-left-color: transparent;
  361. }
  362. .breadcrumb-arrow li a:hover{
  363. background:#838383;
  364. color:#fff;
  365. }
  366. /*商机状态设置*/
  367. .busi-state{
  368. padding-left:20px;
  369. }
  370. .busi-state-item{
  371. padding: 10px 10px 10px 30px;
  372. height: 38px;
  373. position: relative;
  374. margin: 5px 5px 5px 0;
  375. border-top: 2px solid #ebebeb;
  376. border-bottom: 2px solid #ebebeb;
  377. display: inline-block;
  378. }
  379. .busi-state-item:first-child {
  380. padding: 10px 10px 10px 10px;
  381. }
  382. .busi-state-item .state-arrow{
  383. width: 38px;
  384. height: 38px;
  385. -webkit-transform: scale(.707) rotate(
  386. 45deg
  387. );
  388. transform: scale(.707) rotate(
  389. 45deg
  390. );
  391. border-top: 2px solid #ebebeb;
  392. border-right: 2px solid #ebebeb;
  393. background-color: #fff;
  394. position: absolute;
  395. }
  396. .state-suc span.title{
  397. cursor: pointer;
  398. position: relative;
  399. z-index: 999
  400. }
  401. .state-doing span.title,.state-undo span.title{
  402. color:#967bbd;
  403. cursor: pointer;
  404. position: relative;
  405. z-index: 999
  406. }
  407. .state-invalid span.title{
  408. position: relative;
  409. z-index: 999
  410. }
  411. .busi-state-item .state-circle{
  412. width: 38px;
  413. height: 38px;
  414. border-radius: 19px;
  415. background-color: #fff;
  416. -webkit-transform: rotate(
  417. 45deg
  418. );
  419. transform: rotate(
  420. 45deg
  421. );
  422. position: absolute;
  423. z-index: -1;
  424. }
  425. .circle-left{
  426. border-left: 2px solid #ebebeb;
  427. border-bottom: 2px solid #ebebeb;
  428. top: -2px;
  429. left: -17px;
  430. }
  431. .circle-right{
  432. border-top: 2px solid #ebebeb;
  433. border-right: 2px solid #ebebeb;
  434. z-index: 1;
  435. top: -2px;
  436. right: -15.5px;
  437. }
  438. .arrow-right{
  439. z-index: 1;
  440. top: -2px;
  441. right: -19px;
  442. }
  443. .arrow-left{
  444. top: -2px;
  445. left: -18px;
  446. }
  447. .state-suc .circle-left, .state-suc .circle-right {
  448. border-color: #967bbd;
  449. background-color: #967bbd;
  450. }
  451. .state-suc{
  452. border-top: 2px solid #967bbd;
  453. border-bottom: 2px solid #967bbd;
  454. background-color: #967bbd;
  455. color: #fff;
  456. }
  457. .state-suc .arrow-right {
  458. border-color: #967bbd;
  459. background-color: #967bbd;
  460. }
  461. .state-doing{
  462. border-top: 2px solid #967bbd;
  463. border-bottom: 2px solid #967bbd;
  464. background-color: #fff;
  465. color: #967bbd;
  466. }
  467. .state-doing .arrow-left, .state-doing .arrow-right, .state-doing .circle-left, .state-doing .circle-right {
  468. border-color: #967bbd;
  469. background-color: #fff;
  470. }
  471. .state-invalid .circle-left, .state-invalid .circle-right, .state-invalid .state-arrow, .state-invalid .state-circle {
  472. border-color: #ebebeb;
  473. background-color: #ebebeb;
  474. }
  475. .state-fail{
  476. border-top: 2px solid #ff6767;
  477. border-bottom: 2px solid #ff6767;
  478. background-color: #ff6767;
  479. color: #fff;
  480. }
  481. .state-fail .arrow-left{
  482. border-color: #ff6767;
  483. background-color: #fff;
  484. }
  485. .state-fail .circle-left, .state-fail .circle-right {
  486. border-color: #ff6767;
  487. background-color: #ff6767;
  488. }
  489. .state-invalid{
  490. border-top: 2px solid #ebebeb;
  491. border-bottom: 2px solid #ebebeb;
  492. background-color: #ebebeb;
  493. color: #666;
  494. }
  495. .state-invalid .arrow-left {
  496. border-color: #ebebeb;
  497. background-color: #fff;
  498. }
  499. .state-invalid .arrow-right{
  500. border-color: #ebebeb;
  501. background-color: #ebebeb;
  502. }