gt_style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. body {
  2. background-color: #fff;
  3. }
  4. .title-menu {
  5. border-bottom: none;
  6. padding: 0 0 5px 0;
  7. }
  8. /*列表页*/
  9. .dj-list {
  10. /*margin: 0 15px;*/
  11. }
  12. .dj-list > .dj-list-body > .dj-list-content > .card > .body, .dj-list > .dj-list-body > .dj-list-content > .card > .panel > .body {
  13. padding: 0 20px !important;
  14. }
  15. /*编辑页*/
  16. .dj-card {
  17. background-color: white;
  18. border-radius: 6px;
  19. margin: 0 15px;
  20. display: flex;
  21. }
  22. .dj-card > .dj-body {
  23. padding: 0px 0px;
  24. flex: 1;
  25. width: 0;
  26. }
  27. .dj-card > .dj-body > .dj-pagetitle {
  28. padding: 10px 0px;
  29. font-size: 28px;
  30. }
  31. .dj-paneltitle {
  32. padding: 10px 5px 5px 0px;
  33. font-weight: bold;
  34. }
  35. .dj-paneltitle .title-line {
  36. float: left;
  37. width: 3px;
  38. height: 19px;
  39. background: #1890ff;
  40. margin-right: 8px;
  41. border-top-left-radius: 2px;
  42. border-top-right-radius: 2px;
  43. border-bottom-left-radius: 2px;
  44. border-bottom-right-radius: 2px;
  45. }
  46. /*表单*/
  47. .dj-formtable {
  48. padding: 5px 0px;
  49. }
  50. .dj-formtable > .dj-table, .dj-table2 {
  51. border: 1px solid #EDEDED;
  52. width: 100%;
  53. /*margin-bottom: 10px;*/
  54. /*table-layout: fixed;*/
  55. table-layout: fixed;
  56. word-break: break-all;
  57. }
  58. /*dj-table*/
  59. .dj-formtable > .dj-table > tbody > tr > th {
  60. width: 15%;
  61. }
  62. .dj-formtable > .dj-table > tbody > tr > td {
  63. width: 18%;
  64. }
  65. /*dj-table2*/
  66. .dj-formtable > .dj-table2 > tbody > tr > th {
  67. width: 15%;
  68. }
  69. .dj-formtable > .dj-table2 > tbody > tr > td {
  70. width: 85% !important;
  71. }
  72. /*dj-table3*/
  73. .dj-formtable > .dj-table3 > tbody > tr > th {
  74. width: 15%;
  75. }
  76. .dj-formtable > .dj-table3 > tbody > tr > td {
  77. width: 35% !important;
  78. }
  79. /*dj-table input btn*/
  80. .dj-formtable > .dj-table2 .input-short {
  81. width: 100px !important;
  82. display: inline;
  83. }
  84. .dj-formtable .td-btn-foot {
  85. text-align: right !important;
  86. }
  87. /*dj-table-list*/
  88. .dj-formtable > .dj-table-list > tbody > tr > th {
  89. width: auto !important;
  90. text-align: center !important;
  91. }
  92. .dj-formtable > .dj-table-list > tbody > tr > td {
  93. width: auto !important;
  94. text-align: center !important;
  95. }
  96. .dj-formtable > .dj-table-list > tbody > tr > .col-1 {
  97. width: 8.333333% !important;
  98. }
  99. .dj-formtable > .dj-table-list > tbody > tr > .col-2 {
  100. width: 16.666667% !important;
  101. }
  102. .dj-formtable > .dj-table-list > tbody > tr > .col-3 {
  103. width: 25% !important;
  104. }
  105. .dj-formtable > .dj-table > tbody > tr > th {
  106. border: 1px solid #EDEDED;
  107. background-color: #FBFBFB;
  108. text-align: right;
  109. padding: 0 15px;
  110. height: 30px;
  111. line-height: 30px;
  112. width: 15%;
  113. word-wrap: break-word;
  114. word-break: break-all;
  115. }
  116. .dj-formtable > .dj-table > tbody > tr > td {
  117. border: 1px solid #EDEDED;
  118. text-align: left;
  119. padding: 0 15px;
  120. height: 30px;
  121. line-height: 30px;
  122. word-wrap: break-word;
  123. word-break: break-all;
  124. }
  125. .dj-formtable > .dj-table > tbody > tr > td > .form-control, .dj-formtable .gt-table > tbody > tr > td > .form-control {
  126. width: 100%;
  127. box-shadow: none;
  128. -webkit-border-radius: 0;
  129. -moz-border-radius: 0;
  130. -ms-border-radius: 0;
  131. border-radius: 0;
  132. padding-left: 0;
  133. margin: 3px 0px;
  134. }
  135. .dj-formtable > .dj-table > tbody > tr > td > textarea {
  136. /* margin: 12px 0 0 0;
  137. width: 100%;*/
  138. }
  139. .dj-formtable > .dj-table > tbody > tr > td > .error {
  140. color: red;
  141. font-size: 13px;
  142. }
  143. .dj-formtable > .dj-table > tbody > tr > td > .input-group {
  144. margin: 3px 0px;
  145. }
  146. .dj-formtable > .dj-table > tbody > tr > td > .input-group >.input-group-text{
  147. background: white !important;
  148. border: none !important;
  149. padding: 0 5px !important;
  150. width: 20px !important;
  151. }
  152. .dj-formtable > .dj-table > tbody > tr > td > .ke-container {
  153. margin: 5px 0px;
  154. }
  155. .dj-formtable > .dj-table > tbody > tr > .dj-col-2 {
  156. width: 50%;
  157. }
  158. .dj-formtable > .dj-table > tbody > tr > .dj-col-3 {
  159. width: 85%;
  160. }
  161. .dj-formtable .card .header {
  162. border: none;
  163. }
  164. .ul-checkbox {
  165. display: flex;
  166. flex-wrap: wrap;
  167. padding: 0px 0 !important;
  168. margin: 0px;
  169. }
  170. .ul-checkbox>li{
  171. margin-right:10px;
  172. cursor:pointer;
  173. }
  174. .ul-checkbox>li>input{
  175. vertical-align: text-bottom;
  176. }
  177. /*下拉框*/
  178. .bootstrap-select {
  179. /*border-bottom: none !important;*/
  180. width: 100% !important;
  181. border: 1px solid #ddd !important;
  182. }
  183. .bootstrap-select .btn {
  184. /* height: auto !important;*/
  185. box-shadow:none;
  186. padding: 0px 10px !important;
  187. background-color:white !important;
  188. margin-bottom: 2px !important;
  189. color:#777 !important;
  190. }
  191. .bootstrap-select .btn:not(.btn-link):not(.btn-circle) {
  192. -webkit-border-radius: 0px;
  193. border-radius: 0px;
  194. box-shadow:none;
  195. }
  196. .btn:not(.btn-link):not(.btn-circle) span {
  197. margin-left: 0px !important;
  198. top: 0px !important;
  199. }
  200. .bootstrap-select .dropdown-toggle .caret {
  201. right:0px !important;
  202. }
  203. .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  204. top:12px !important;
  205. }
  206. /*选择框*/
  207. .input-group-search {
  208. border: 1px solid #ddd;
  209. border-top-right-radius: 3px;
  210. border-bottom-right-radius: 3px;
  211. }
  212. .input-group-addon {
  213. padding: 0px 12px !important;
  214. width: 50px !important;
  215. font-weight: normal !important;
  216. background-color: #EAEAEA !important;
  217. border: none !important;
  218. border-left: 1px solid #ddd !important;;
  219. border-radius: 0px !important;;
  220. }
  221. /**/
  222. .dj-nav {
  223. display: flex;
  224. margin-bottom: 0px;
  225. height: 28px;
  226. line-height: 28px;
  227. padding-left: 0px;
  228. }
  229. .dj-nav .dj-nav-item {
  230. background-color: #F7F7F7;
  231. text-align: center !important;
  232. cursor: pointer;
  233. padding: 0 10px;
  234. margin-right: 15px;
  235. }
  236. .dj-nav .dj-nav-selected {
  237. background-color: #C50101;
  238. color: white !important;
  239. }
  240. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  241. background-color: #EAEAEA !important;
  242. }
  243. /*组织结构树样式*/
  244. .pt-sidebar-collapsed-back {
  245. }
  246. .pt-sidebar-collapsed {
  247. }
  248. .pt-sidebar-collapsed-back .sidebar1 {
  249. width: 260px !important;
  250. position: relative;
  251. float: left;
  252. padding: 0 8px 0 0px;
  253. min-width: 1px;
  254. /*-moz-transition: all 0.5s;*/
  255. /*-o-transition: all 0.5s;*/
  256. /*-webkit-transition: all 0.5s;*/
  257. /*transition: all 0.5s ease-in-out;*/
  258. }
  259. .pt-sidebar-collapsed-back .content1 {
  260. width: calc(100% - 260px) !important;
  261. position: relative;
  262. float: left;
  263. /*padding: 0 15px 0 0;*/
  264. min-width: 1px;
  265. /*-moz-transition: all 0.5s;*/
  266. /*-o-transition: all 0.5s;*/
  267. /*-webkit-transition: all 0.5s;*/
  268. /*transition: all 0.5s ease-in-out;*/
  269. }
  270. .pt-sidebar-collapsed .sidebar1 {
  271. width: 0% !important;
  272. position: relative;
  273. float: left;
  274. padding: 0 0px;
  275. /*-moz-transition: all 0.5s;*/
  276. /*-o-transition: all 0.5s;*/
  277. /*-webkit-transition: all 0.5s;*/
  278. /*transition: all 0.5s ease-in-out;*/
  279. }
  280. .pt-sidebar-collapsed .content1 {
  281. width: 99.9% !important;
  282. position: relative;
  283. float: left;
  284. /*padding: 0 15px;*/
  285. /*-moz-transition: all 0.5s;*/
  286. /*-o-transition: all 0.5s;*/
  287. /*-webkit-transition: all 0.5s;*/
  288. /*transition: all 0.5s ease-in-out;*/
  289. }
  290. .sidebar1 .card {
  291. box-shadow: none;
  292. }
  293. .content1 .card {
  294. min-height: calc(100vh - 150px);
  295. border-top-right-radius: 6px;
  296. border-bottom-right-radius: 6px;
  297. border-top-left-radius: 6px;
  298. border-bottom-left-radius: 6px;
  299. box-shadow: none;
  300. }
  301. .pt-sidebar-collapsed-back .content1 .card {
  302. border-top-left-radius: 2px;
  303. border-bottom-left-radius: 2px;
  304. }
  305. .pt-sidebar-icon {
  306. color: #fff;
  307. position: absolute;
  308. top: 5px;
  309. right: 5px;
  310. line-height: 1;
  311. }
  312. .pt-sidebar-collapsed-back .sidebar-icon1 {
  313. transform: rotate(0deg);
  314. transition: all 600ms ease-in-out;
  315. background: #fd9f02;
  316. cursor: pointer;
  317. }
  318. .pt-sidebar-collapsed .sidebar-icon1 {
  319. transform: rotate(180deg);
  320. transition: all 600ms ease-in-out;
  321. background: #F44336;
  322. border-radius: 0;
  323. }
  324. .pt-sidebar-collapsed .pt-body {
  325. display: none;
  326. }
  327. .pt-header {
  328. min-width: 0px;
  329. padding: 3px 0;
  330. border-top-left-radius: 6px;
  331. border-bottom-left-radius: 6px;
  332. }
  333. /*横向时间轴*/
  334. .time-horizontal {
  335. list-style-type: none;
  336. border-top: 1px solid #707070;
  337. max-width: 800px;
  338. padding: 0px;
  339. margin: 0px;
  340. }
  341. .time-horizontal li {
  342. float: left;
  343. position: relative;
  344. text-align: center;
  345. width: 25%;
  346. padding-top: 10px;
  347. }
  348. .time-horizontal li b:before {
  349. content: '';
  350. position: absolute;
  351. top: -10px;
  352. left: 47%;
  353. width: 12px;
  354. height: 12px;
  355. border: 2px solid #4c4c4c;
  356. border-radius: 8px;
  357. background: #4c4c4c;
  358. }
  359. /*首页-我的党费*/
  360. .fee-content {
  361. padding: 5px 10px 0 10px;
  362. }
  363. .fee-content .fee-list {
  364. display: flex;
  365. padding: 0 5px;
  366. }
  367. .fee-content .fee-list > li {
  368. display: flex;
  369. }
  370. .fee-content .fee-list .feeitem {
  371. width: 10%;
  372. }
  373. .fee-content .fee-list .feeitem_last {
  374. width: 5%;
  375. }
  376. .fee-content .fee-list > li .fee-icon {
  377. width: 50px;
  378. text-align: center;
  379. }
  380. .fee-content .fee-list > li .fee-line {
  381. width: 80%;
  382. height: 1px;
  383. background: #ddd;
  384. margin-top: 14px;
  385. }
  386. /*首页-我的工作提醒*/
  387. .leadwarning {
  388. background-color: #FAF7FB;
  389. border: 1px solid #ddd;
  390. width: 47%;
  391. }
  392. .leadwarning > table {
  393. width: 100%;
  394. }
  395. .leadwarning > table > tbody > tr > th {
  396. /*padding: 3px;*/
  397. width: 90%;
  398. font-weight: normal;
  399. padding-left: 3px;
  400. }
  401. .leadwarning > table > tbody > tr > td {
  402. text-align: center;
  403. padding-right: 3px;
  404. color: #1890ff;
  405. }
  406. .leadwarning > table > tbody > tr > td .leadwarning-number {
  407. cursor: pointer;
  408. }
  409. .leadwarning > table > tbody > tr > td .leadwarning-bottomline {
  410. height: 1px;
  411. width: 30px;
  412. background-color: #333;
  413. }
  414. .leadwarning-add {
  415. width: 6%;
  416. text-align: center;
  417. /*padding-top: 40px;*/
  418. font-size: 26px;
  419. color: #1890ff;
  420. display: flex;
  421. justify-content: center;
  422. align-items: center;
  423. padding-bottom: 7px;
  424. }
  425. .warning-label {
  426. float: right;
  427. cursor: pointer;
  428. }
  429. .warning-label-bule {
  430. color: #23C4D8;
  431. }
  432. .leadwarning-zxzxx {
  433. background-color: #FAF7FB;
  434. border: 1px solid #ddd;
  435. display: flex;
  436. }
  437. .leadwarning-zxzxx .leadwarning-zxzxx-item {
  438. width: 50%;
  439. display: flex;
  440. text-align: center;
  441. padding: 6px;
  442. }
  443. .leadwarning-zxzxx .leadwarning-zxzxx-item .leadwarning-zxzxx-item-number {
  444. cursor: pointer;
  445. color: #1890ff;
  446. }
  447. .leadwarning-zxzxx .leadwarning-zxzxx-item .leadwarning-zxzxx-item-line {
  448. height: 1px;
  449. width: 30px;
  450. background-color: #333;
  451. }
  452. .table-more {
  453. padding-top: 10px;
  454. }
  455. /*gt-table*/
  456. .gt-table {
  457. width: 100%;
  458. max-width: 100%;
  459. white-space: nowrap;
  460. background-color: #fff;
  461. }
  462. .gt-table > td, .gt-table > tbody > tr > td, .gt-table > tbody > tr > th, .gt-table > tfoot > tr > td, .gt-table > tfoot > tr > th, .gt-table > thead > tr > td {
  463. font-size: 1em;
  464. color: #333;
  465. border-top: none !important;
  466. vertical-align: middle !important;
  467. }
  468. .gt-table > thead > tr > th {
  469. font-size: 1em;
  470. color: #636363;
  471. border-top: none !important;
  472. }
  473. .gt-table > tbody > .tr-total, .gt-table > tfoot > .tr-total {
  474. height: 30px;
  475. font-size: 14px;
  476. font-weight: bold;
  477. }
  478. /*gt-table边框*/
  479. .gt-table-bordered {
  480. border-top: 1px solid #eee;
  481. }
  482. .gt-table-bordered > tbody > tr > td, .gt-table-bordered tbody > tr > th, .gt-table > tfoot > tr > td {
  483. padding: 8px 10px 5px 10px;
  484. border: 1px solid #eee;
  485. }
  486. .gt-table-bordered > thead > tr > th {
  487. padding: 8px 10px 5px 10px;
  488. /*border: 1px solid #eee;*/
  489. text-align: center;
  490. background-color: #f6f6f6;
  491. border: 1px solid #e8e8e8;
  492. }
  493. /*gt-table隔行变色*/
  494. .gt-table-evenodd > tbody > tr:nth-of-type(even) {
  495. background-color: #fafafa;
  496. }
  497. .gt-table-evenodd > tbody > tr:nth-of-type(odd) {
  498. background-color: #fff;
  499. }
  500. tr > .th-select > input[type=checkbox]{
  501. width: 40px !important;
  502. }
  503. tr > .th-rownum > div {
  504. width: 40px !important;
  505. }
  506. .table > thead > tr > th {
  507. vertical-align: middle;
  508. }
  509. pre {
  510. border: none;
  511. background: white;
  512. padding: 9px 0 0 0;
  513. white-space: pre-wrap;
  514. word-wrap: break-word;
  515. }
  516. .th-select, .table thead tr .th-select {
  517. width: 60px;
  518. /*padding: 0 22px !important;*/
  519. }
  520. .th-select input{
  521. margin:0px !important;
  522. vertical-align:middle;
  523. }
  524. .table tbody tr td input[type="checkbox"] {
  525. margin: 0px !important;
  526. vertical-align: middle;
  527. }
  528. .th-rownum, .table thead tr .th-rownum {
  529. width: 60px;
  530. /*padding: 0 18px !important;*/
  531. }
  532. /*操作图标样式*/
  533. .icons-create {
  534. color: green;
  535. font-size: 20px;
  536. cursor: pointer;
  537. align-items: center;
  538. padding-top:2px;
  539. }
  540. .icons-delete {
  541. color: red;
  542. font-size: 14px;
  543. cursor: pointer;
  544. }
  545. .icons-description {
  546. color: #3c8dbc;
  547. font-size: 20px;
  548. cursor: pointer;
  549. }
  550. .glyphicon {
  551. font-size: 15px;
  552. cursor: pointer;
  553. padding-left: 2px;
  554. }
  555. .glyphicon-trash {
  556. color: red;
  557. font-size: 15px;
  558. cursor: pointer;
  559. padding-left: 2px;
  560. }
  561. .glyphicon-remove {
  562. color: red;
  563. font-size: 14px;
  564. cursor: pointer;
  565. }
  566. .glyphicon-copyright-mark {
  567. color: #337ab7;
  568. font-size: 15px;
  569. cursor: pointer;
  570. padding-left: 2px;
  571. }
  572. .glyphicon-off {
  573. color: green;
  574. font-size: 15px;
  575. cursor: pointer;
  576. padding-left: 2px;
  577. }
  578. .glyphicon-edit {
  579. color: green;
  580. font-size: 15px;
  581. cursor: pointer;
  582. padding-left: 2px;
  583. }
  584. .glyphicon-pencil {
  585. color: green;
  586. font-size: 15px;
  587. cursor: pointer;
  588. padding-left: 2px;
  589. }
  590. .glyphicon-list-alt {
  591. color: #337ab7;
  592. font-size: 15px;
  593. cursor: pointer;
  594. padding-left: 2px;
  595. }
  596. .glyphicon-download-alt {
  597. color: green;
  598. font-size: 15px;
  599. cursor: pointer;
  600. padding-left: 2px;
  601. }
  602. .form-group .form-line .fm-ct-first {
  603. width: 48%;
  604. }
  605. .form-group .form-line .fm-ct-last {
  606. width: 48%;
  607. float: right;
  608. }
  609. .form-group .form-line .fm-ct-first-button {
  610. width: 30%;
  611. }
  612. .form-group .form-line .fm-ct-last-button {
  613. width: 30%;
  614. }
  615. .fixed-table-header {
  616. height: 600px;
  617. }
  618. /*table宽度自适应--页面无滚动条*/
  619. .sidebar-collapsed-back .table-adapt {
  620. width: calc(100vw - 221px) !important;
  621. width: -moz-calc(100vw - 221px) !important;
  622. width: -webkit-calc(100vw - 221px) !important;
  623. }
  624. .sidebar-collapsed-back .fht-table-init {
  625. width: calc(100vw - 234px) !important;
  626. width: -moz-calc(100vw - 234px) !important;
  627. width: -webkit-calc(100vw - 234px) !important;
  628. }
  629. .sidebar-collapsed .table-adapt {
  630. width: calc(100vw - 54px) !important;
  631. width: -moz-calc(100vw - 54px) !important;
  632. width: -webkit-calc(100vw - 54px) !important;
  633. }
  634. .sidebar-collapsed .fht-table-init {
  635. width: calc(100vw - 68px) !important;
  636. width: -moz-calc(100vw - 68px) !important;
  637. width: -webkit-calc(100vw - 68px) !important;
  638. }
  639. /*table宽度自适应--页面有滚动条*/
  640. .sidebar-collapsed-back .table-adapt-scroll {
  641. width: calc(100vw - 228px) !important;
  642. width: -moz-calc(100vw - 228px) !important;
  643. width: -webkit-calc(100vw - 228px) !important;
  644. }
  645. .sidebar-collapsed-back .table-adapt-scroll .fht-table-init {
  646. width: calc(100vw - 241px) !important;
  647. width: -moz-calc(100vw - 241px) !important;
  648. width: -webkit-calc(100vw - 241px) !important;
  649. }
  650. .sidebar-collapsed .table-adapt-scroll {
  651. width: calc(100vw - 60px) !important;
  652. width: -moz-calc(100vw - 60px) !important;
  653. width: -webkit-calc(100vw - 60px) !important;
  654. }
  655. .sidebar-collapsed .table-adapt-scroll .fht-table-init {
  656. width: calc(100vw - 74px) !important;
  657. width: -moz-calc(100vw - 74px) !important;
  658. width: -webkit-calc(100vw - 74px) !important;
  659. }
  660. .sidebar-collapsed-back .fht-fixed-body {
  661. width: calc(100vw - 221px) !important;
  662. width: -moz-calc(100vw - 221px) !important;
  663. width: -webkit-calc(100vw - 221px) !important;
  664. }
  665. .sidebar-collapsed .fht-fixed-body {
  666. width: calc(100vw - 54px) !important;
  667. width: -moz-calc(100vw - 54px) !important;
  668. width: -webkit-calc(100vw - 54px) !important;
  669. }
  670. .zero-list-table-panel {
  671. display: flex;
  672. justify-content: space-between;
  673. }
  674. .zero-source-table-div {
  675. overflow: auto;
  676. flex: 1;
  677. width: 0;
  678. }
  679. .zero-source-table-div::-webkit-scrollbar { /*滚动条整体样式*/
  680. width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  681. height: 6px;
  682. }
  683. .zero-source-table-div::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  684. border-radius: 5px;
  685. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  686. background: #2A579A;
  687. }
  688. .zero-source-table-div::-webkit-scrollbar-track { /*滚动条里面轨道*/
  689. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  690. border-radius: 0;
  691. background: rgba(0, 0, 0, 0.1);
  692. }
  693. .zero-target-table-div {
  694. overflow: hidden;
  695. }
  696. .zero-list-table-panel table {
  697. margin: 0 !important;
  698. }
  699. .editable-div {
  700. width: 400px;
  701. min-height: 20px;
  702. max-height: 300px;
  703. _height: 120px;
  704. margin-left: auto;
  705. margin-right: auto;
  706. padding: 3px;
  707. outline: 0;
  708. border: 1px solid #ddd;
  709. font-size: 12px;
  710. line-height: 24px;
  711. padding: 2px;
  712. word-wrap: break-word;
  713. word-break: break-all;
  714. overflow-x: hidden;
  715. overflow-y: auto;
  716. }