cld-custom.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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 (min-resolution: 1.5dppx), /*通用像素密度*/
  201. (min-device-pixel-ratio: 1.5),/*安卓ios使用谷歌火狐浏览器也可使用*/
  202. {
  203. /*样式书写处*/
  204. .sheet-panel-log{
  205. height:174px;
  206. }
  207. }
  208. .sheet-btns {
  209. height:24px;
  210. }
  211. .save-tips {
  212. position: absolute;
  213. top:0;
  214. left:0;
  215. width:100%;
  216. z-index:999;
  217. }
  218. .custom-checkbox .custom-control-label,.custom-radio .custom-control-label,.custom-switch .custom-control-label{
  219. cursor: pointer;
  220. }
  221. .tagcol-01{
  222. background-color:#16A085;
  223. }
  224. .tagcol-02{
  225. background-color:#2980B9;
  226. }
  227. .tagcol-03{
  228. background-color:#8E44AD;
  229. }
  230. .tagcol-04{
  231. background-color:#CC3333;
  232. }
  233. .tagcol-05{
  234. background-color:#B8651B;
  235. }
  236. .tagcol-06{
  237. background-color:#2C3E50;
  238. }
  239. .tagcol-07{
  240. background-color:#efd200;
  241. }
  242. .tagcol-01-s{
  243. color:#16A085;
  244. }
  245. .tagcol-02-s{
  246. color:#2980B9;
  247. }
  248. .tagcol-03-s{
  249. color:#8E44AD;
  250. }
  251. .tagcol-04-s{
  252. color:#f90000;
  253. }
  254. .tagcol-05-s{
  255. color:#B8651B;
  256. }
  257. .tagcol-06-s{
  258. color:#2C3E50;
  259. }
  260. .tagcol-07-s{
  261. color:#efd200;
  262. }
  263. .tagcol-11{
  264. background-color:#F8AC59;
  265. }
  266. .tagcol-12{
  267. background-color:#FF69B4;
  268. }
  269. .tagcol-13{
  270. background-color:#999999;
  271. }
  272. .tagcol-14{
  273. background-color:#7186ab;
  274. }
  275. .tagcol-15{
  276. background-color:#778b72;
  277. }
  278. .tagcol-16{
  279. background-color:#c292ca;
  280. }
  281. .tagcol-17{
  282. background-color:#a14751;
  283. }
  284. .tagcol-11-s{
  285. color:#F8AC59;
  286. }
  287. .tagcol-12-s{
  288. color:#FF69B4;
  289. }
  290. .tagcol-13-s{
  291. color:#999999;
  292. }
  293. .tagcol-14-s{
  294. color:#7186ab;
  295. }
  296. .tagcol-15-s{
  297. color:#778b72;
  298. }
  299. .tagcol-16-s{
  300. color:#c292ca;
  301. }
  302. .tagcol-17-s{
  303. color:#a14751;
  304. }
  305. .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{
  306. color:#fff;
  307. margin:0 1px;
  308. line-height:10px;
  309. }
  310. /*审批列表*/
  311. .timeline-list .timeline-list-item{
  312. position: relative;
  313. }
  314. .timeline-list-item .timeline-item-tail{
  315. position: absolute;
  316. top: 10px;
  317. left: 10px;
  318. height: calc(100% - 10px);
  319. border-left: 1px solid #ddd ;
  320. }
  321. .timeline-list-item .timeline-item-icon{
  322. width:20px;
  323. height:20px;
  324. position: absolute;
  325. border-radius: 100px;
  326. text-align: center;
  327. line-height: 20px
  328. }
  329. .timeline-list-item .timeline-item-content{
  330. position: relative;
  331. margin: 0 0 0 30px;
  332. word-break: break-word;
  333. }
  334. /*内容区侧栏*/
  335. .content-side {
  336. width:260px;
  337. }
  338. .content-side + div{
  339. width:calc(100% - 260px);
  340. margin-left:260px;
  341. }
  342. .content-side .card{
  343. height:calc(100vh - 114px)
  344. }
  345. .content-side .card .card-body{
  346. height:calc(100%);
  347. overflow:auto;
  348. }
  349. .breadcrumb-arrow li a:hover::after {
  350. border-left-color: #838383;
  351. }
  352. .breadcrumb-arrow li a:hover::before {
  353. border-color: #838383;
  354. border-left-color: rgb(136, 106, 181);
  355. border-left-color: transparent;
  356. }
  357. .breadcrumb-arrow li a:hover{
  358. background:#838383;
  359. color:#fff;
  360. }