cld-custom.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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. .cldform .cldform-line{
  52. height: 1px;
  53. background: #f3f3f3;
  54. clear: both;
  55. }
  56. .cldform .cldform-item{
  57. float: left;
  58. width: 100%;
  59. position: relative;
  60. padding: 8px 0;
  61. box-sizing: border-box;
  62. }
  63. .cldform .cldform-item.cldform-item-half{
  64. width: 50%
  65. }
  66. .cldform .cldform-item.cldform-item-wauto{
  67. width:auto;
  68. min-width: 310px
  69. }
  70. .cldform .cldform-item .cldform-label{
  71. float: left;
  72. height: 36px;
  73. display: flex;
  74. align-items: center;
  75. box-sizing: border-box;
  76. z-index: 1;
  77. width:78px;
  78. }
  79. .cldform .cldform-item .cldform-control{
  80. width: 100%;
  81. padding-left: 90px;
  82. box-sizing: border-box;
  83. position: relative;
  84. }
  85. .cldform .cldform-item .cldform-control:after{
  86. content: "";
  87. display: block;
  88. width: 100%;
  89. clear: both;
  90. }
  91. .cldform .cldform-item .cldform-control .cldform-contarl-box{
  92. box-sizing: border-box;
  93. height: 36px;
  94. border: 1px solid #f7f7f7;
  95. font-size: 13px;
  96. background: #f7f7f7;
  97. border-radius: 4px;
  98. padding: 0 12px;
  99. width: 100%;
  100. outline: none;
  101. -webkit-appearance: none;
  102. }
  103. .cldform .cldform-item .cldform-control .cldform-contarl-box:hover{
  104. border-color: #f2f2f2;
  105. background: #f2f2f2;
  106. }
  107. .cldform .cldform-item .cldform-control .cldform-contarl-box:focus{
  108. border-color: #2196f3!important;
  109. background: #fff!important;
  110. }
  111. .cldform .cldform-item .cldform-control .cldform-contarl-textareabox{
  112. padding: 8px 12px 6px;
  113. word-break: break-all;
  114. height: auto;
  115. white-space: pre-wrap;
  116. }
  117. .cldform .cldform-item .cldform-control .cldform-contarl-blank{
  118. background: #fff;
  119. border:none;
  120. }
  121. .cldform .cldform-item .cldform-control .cldform-contarl-blank:hover{
  122. background: #fff;
  123. border:none;
  124. }
  125. .cldform .cldform-item .cldform-control .cldform-contarl-textarea{
  126. border-radius: 4px;
  127. box-sizing: border-box;
  128. padding: 8px 12px 7px;
  129. vertical-align: top;
  130. border-color: #2196f3;
  131. background: #fff;
  132. font-size: 14px;
  133. border: 1px solid #ccc;
  134. overflow-x: hidden;
  135. overflow-y: hidden;
  136. resize: none;
  137. }
  138. .cldform .cldform-item .cldform-control .cldform-contarl-textarea:focus,.cldform .cldform-item .cldform-control .cldform-contarl-textarea:hover {
  139. border-color: #1e88e5
  140. }
  141. .cldform .cldform-item .cldform-control .cldform-contarl-dropdown{
  142. display: inline-block;
  143. width: 100%;
  144. cursor: pointer;
  145. }
  146. .cldform .cldform-item .cldform-control .cldform-contarl-dropdown > .far{
  147. float:right;
  148. color:#868e96;
  149. }
  150. .cldform .cldform-item-wauto .cldform-control .cldform-contarl-dropdown > .far{
  151. margin-left:30px;
  152. }
  153. .city-item .btn {
  154. margin-right:3px;
  155. margin-bottom:3px;
  156. }
  157. .sheet-nav-tabs .nav-link.active{
  158. background: none;
  159. color: #886ab5;
  160. border-top-color: #886ab5;
  161. border-bottom-color: #fafafa
  162. }
  163. .sheet-nav-tabs .nav-link.active:not(:hover){
  164. color: #886ab5;
  165. }
  166. .sheet-nav-tabs .nav-item .nav-link.active:not(:hover) {
  167. color: #886ab5!important;
  168. }
  169. .cldform .cldform-item .cldform-control .cldform-control-checkbox{
  170. margin-top:8px;
  171. }
  172. .cldform-control-checkbox .custom-control{
  173. padding-left: 1.4rem;
  174. margin-right: .5rem;
  175. margin-bottom: .5rem
  176. }
  177. .cldform-control-checkbox .custom-control-label::before,.cldform-control-checkbox .custom-control-label::after{
  178. left:-1.3rem;
  179. top:0.02469rem;
  180. }
  181. .modal {
  182. background:rgba(0, 0, 0,0.2);
  183. }
  184. .modal-backdrop {
  185. background:none;
  186. }
  187. .pointer-hover:hover{
  188. background-color: #fafafa;
  189. cursor: pointer;
  190. }
  191. .sheet-panel-log{
  192. height:314px;
  193. }
  194. .sheet-btns {
  195. height:24px;
  196. }
  197. .save-tips {
  198. position: absolute;
  199. top:0;
  200. left:0;
  201. width:100%;
  202. z-index:999;
  203. }
  204. .custom-checkbox .custom-control-label,.custom-radio .custom-control-label,.custom-switch .custom-control-label{
  205. cursor: pointer;
  206. }
  207. .tagcol-01{
  208. background-color:#16A085;
  209. }
  210. .tagcol-02{
  211. background-color:#2980B9;
  212. }
  213. .tagcol-03{
  214. background-color:#8E44AD;
  215. }
  216. .tagcol-04{
  217. background-color:#CC3333;
  218. }
  219. .tagcol-05{
  220. background-color:#B8651B;
  221. }
  222. .tagcol-06{
  223. background-color:#2C3E50;
  224. }
  225. .tagcol-07{
  226. background-color:#efd200;
  227. }
  228. .tagcol-01-s{
  229. color:#16A085;
  230. }
  231. .tagcol-02-s{
  232. color:#2980B9;
  233. }
  234. .tagcol-03-s{
  235. color:#8E44AD;
  236. }
  237. .tagcol-04-s{
  238. color:#f90000;
  239. }
  240. .tagcol-05-s{
  241. color:#B8651B;
  242. }
  243. .tagcol-06-s{
  244. color:#2C3E50;
  245. }
  246. .tagcol-07-s{
  247. color:#efd200;
  248. }
  249. .tagcol-11{
  250. background-color:#F8AC59;
  251. }
  252. .tagcol-12{
  253. background-color:#FF69B4;
  254. }
  255. .tagcol-13{
  256. background-color:#999999;
  257. }
  258. .tagcol-14{
  259. background-color:#7186ab;
  260. }
  261. .tagcol-15{
  262. background-color:#778b72;
  263. }
  264. .tagcol-16{
  265. background-color:#c292ca;
  266. }
  267. .tagcol-17{
  268. background-color:#a14751;
  269. }
  270. .tagcol-11-s{
  271. color:#F8AC59;
  272. }
  273. .tagcol-12-s{
  274. color:#FF69B4;
  275. }
  276. .tagcol-13-s{
  277. color:#999999;
  278. }
  279. .tagcol-14-s{
  280. color:#7186ab;
  281. }
  282. .tagcol-15-s{
  283. color:#778b72;
  284. }
  285. .tagcol-16-s{
  286. color:#c292ca;
  287. }
  288. .tagcol-17-s{
  289. color:#a14751;
  290. }
  291. .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{
  292. color:#fff;
  293. margin:0 1px;
  294. line-height:10px;
  295. }
  296. /*审批列表*/
  297. .timeline-list .timeline-list-item{
  298. position: relative;
  299. }
  300. .timeline-list-item .timeline-item-tail{
  301. position: absolute;
  302. top: 10px;
  303. left: 10px;
  304. height: calc(100% - 10px);
  305. border-left: 1px solid #ddd ;
  306. }
  307. .timeline-list-item .timeline-item-icon{
  308. width:20px;
  309. height:20px;
  310. position: absolute;
  311. border-radius: 100px;
  312. text-align: center;
  313. line-height: 20px
  314. }
  315. .timeline-list-item .timeline-item-content{
  316. position: relative;
  317. margin: 0 0 0 30px;
  318. word-break: break-word;
  319. }
  320. /*内容区侧栏*/
  321. .content-side {
  322. width:260px;
  323. }
  324. .content-side + div{
  325. width:calc(100% - 260px);
  326. margin-left:260px;
  327. }
  328. .content-side .card{
  329. height:calc(100vh - 114px)
  330. }
  331. .content-side .card .card-body{
  332. height:calc(100%);
  333. overflow:auto;
  334. }