No Description

Transfer.css 14KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. @charset "utf-8";
  2. img {
  3. border: 0;
  4. vertical-align: middle;
  5. max-width: 100%;
  6. }
  7. body {
  8. font-size: 16px;
  9. font-family: 'PingFang SC', 'Hiragino Sans GB', 'PingHei', 'Open Sans', 'sans-serif', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'SimSun', 'Arial';
  10. color: #666666;
  11. }
  12. html,
  13. body,
  14. div,
  15. dl,
  16. dt,
  17. dd,
  18. ul,
  19. ol,
  20. li,
  21. h1,
  22. h2,
  23. h3,
  24. h4,
  25. h5,
  26. h6,
  27. pre,
  28. form,
  29. input,
  30. textarea,
  31. p,
  32. table,
  33. tr,
  34. th,
  35. td,
  36. span,
  37. strong,
  38. em {
  39. padding: 0;
  40. margin: 0;
  41. font-style: normal;
  42. font-size: 16px;
  43. }
  44. input {
  45. border: 0;
  46. padding: 0px;
  47. font-size: 16px;
  48. background: none;
  49. font-family: "PingFang SC", "Hiragino Sans GB", "PingHei", "Open Sans", "sans-serif", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "SimSun", "Arial";
  50. }
  51. input:-webkit-autofill,
  52. textarea:-webkit-autofill,
  53. select:-webkit-autofill {
  54. background-color: #fff;
  55. -webkit-box-shadow: 0 0 0 1000px white inset;
  56. }
  57. input[type=text]:focus,
  58. input[type=password]:focus,
  59. textarea:focus {
  60. /*background-color: #fff;
  61. -webkit-box-shadow: 0 0 0 1000px white inset;*/
  62. }
  63. button,
  64. button:focus,
  65. button:active,
  66. button:link {
  67. -webkit-appearance: none;
  68. outline: none;
  69. }
  70. ol,
  71. ul,
  72. li {
  73. list-style: none;
  74. }
  75. h1,
  76. h2,
  77. h3,
  78. h4,
  79. h5,
  80. h6 {
  81. font-weight: normal;
  82. font-size: 100%;
  83. }
  84. table {
  85. border-collapse: collapse;
  86. border-spacing: 0;
  87. }
  88. a {
  89. text-decoration: none;
  90. outline: none;
  91. cursor: pointer;
  92. color: #333;
  93. }
  94. a:link,
  95. a:visited {
  96. text-decoration: none;
  97. }
  98. a:hover {
  99. text-decoration: none;
  100. }
  101. a:active {
  102. text-decoration: none;
  103. }
  104. .clearboth {
  105. clear: both;
  106. }
  107. .fl {
  108. float: left;
  109. }
  110. .fr {
  111. float: right;
  112. }
  113. .ml5 {
  114. margin-left: 5px;
  115. }
  116. .mt20 {
  117. margin-top: 13px;
  118. }
  119. .mt50 {
  120. margin-top: 20px;
  121. }
  122. .mt10 {
  123. margin-top: 10px;
  124. }
  125. .ml20 {
  126. margin-left: 20px;
  127. }
  128. .div-h,
  129. .ty-p {
  130. line-height: 1.5;
  131. }
  132. .color9 {
  133. color: #999;
  134. }
  135. .color-blue {
  136. color: #00a0e8;
  137. }
  138. .p16 {
  139. padding: 16px;
  140. }
  141. .p24 {
  142. padding: 24px;
  143. }
  144. .bgf7 {
  145. padding: 10px;
  146. background: #f7f7f7;
  147. }
  148. .bg999 {
  149. padding: 10px;
  150. background: #999;
  151. }
  152. .ty-relative {
  153. position: relative;
  154. }
  155. @charset "utf-8";
  156. .tyue-checkbox {
  157. vertical-align: middle;
  158. display: inline-block;
  159. position: relative;
  160. white-space: nowrap;
  161. }
  162. .tyue-checkbox-txt {
  163. margin-left: 6px;
  164. margin-right: 8px;
  165. }
  166. /*过滤*/
  167. .ty-transfer-list {
  168. width: 45%;
  169. height: 350px;
  170. border: 1px solid #d9d9d9;
  171. border-radius: 3px;
  172. background: #fff;
  173. padding-left: 0;
  174. }
  175. .ty-transfer-list-head {
  176. height: 32px;
  177. line-height: 32px;
  178. text-align: center;
  179. font-size: 14px;
  180. color: #666;
  181. font-weight: bold;
  182. }
  183. .ty-transfer-list-serach {
  184. width: auto;
  185. padding: 0 15px 8px;
  186. position: relative;
  187. }
  188. .ty-transfer-list-serach input {
  189. display: block;
  190. width: 100%;
  191. height: 28px;
  192. line-height: 28px;
  193. padding-left: 30px;
  194. border: 1px solid #ccc;
  195. border-radius: 4px;
  196. box-sizing: border-box;
  197. }
  198. .ty-transfer-list-serach input {
  199. transition: all .3s linear;
  200. -webkit-transition: all .3s linear;
  201. -o-transition: all .3s linear;
  202. -moz-transition: all .3s linear;
  203. }
  204. .ty-transfer-list-serach>input:focus,
  205. .ty-transfer-list-serach>input:hover {
  206. border-color: #57c5f7;
  207. border: 1px solid #57c5f7;
  208. outline: 0;
  209. box-shadow: 0 0 0 2px rgba(45, 183, 245, .2);
  210. }
  211. .ty-transfer-list-serach-icon {
  212. width: 17px;
  213. height: 17px;
  214. display: block;
  215. position: absolute;
  216. top: 4px;
  217. left: 22px;
  218. z-index: 10;
  219. }
  220. .ty-transfer-list-body {
  221. border-top: 1px solid #d9d9d9;
  222. padding: 4px 10px;
  223. height: 285px;
  224. overflow-y: auto;
  225. box-sizing: border-box;
  226. }
  227. .ty-transfer .ty-tree-arrow-right span,
  228. .ty-transfer .ty-tree-arrow-bottom span {
  229. margin-left: 0;
  230. }
  231. .ty-transfer .ty-tree-select-ul {
  232. padding-left: 38px;
  233. }
  234. .ty-transfer .ty-tree-div .tyc-check-blue {
  235. margin: 8px 6px;
  236. }
  237. .ty-transfer .ty-tree-div {
  238. height: 30px;
  239. }
  240. .ty-transfer .ty-tree-text {
  241. height: 30px;
  242. line-height: 30px;
  243. line-height: 30px;
  244. cursor: pointer;
  245. }
  246. .ty-transfer .ty-tree-switcher {
  247. height: 28px;
  248. }
  249. .ty-transfer-list-foot {
  250. background: #f1f1f1;
  251. }
  252. .ty-transfer-list-serach+.ty-transfer-list-body {
  253. height: 230px;
  254. }
  255. .ty-transfer-operation span {
  256. display: block;
  257. width: 43px;
  258. height: 28px;
  259. text-align: center;
  260. position: relative;
  261. cursor: pointer;
  262. border: 1px solid #d9d9d9;
  263. border-radius: 4px;
  264. background-image: url("../img/ue-icon-little.png");
  265. background-repeat: no-repeat;
  266. background-color: #f3f3f3;
  267. transition: background-color 0.3s linear;
  268. -moz-transition: background-color 0.3s linear;
  269. -webkit-transition: background-color 0.3s linear;
  270. -o-transition: background-color 0.3s linear;
  271. }
  272. .ty-transfer-operation span i {
  273. font-size: 2em;
  274. color: #bbb;
  275. }
  276. .ty-transfer-operation span+span {
  277. margin-top: 25px;
  278. }
  279. .ty-transfer-operation span:hover {
  280. border: 1px solid #3dadf2;
  281. background-color: #7AC7F8;
  282. }
  283. .ty-transfer-operation span:hover i {
  284. color: #fff;
  285. }
  286. .ty-transfer-btn-toright,
  287. .ty-transfer-btn-toright.disabled:hover {
  288. background-position: 17px -150px;
  289. }
  290. .ty-transfer-btn-toright:hover,
  291. .ty-transfer-btn-toright.active,
  292. .ty-transfer-btn-toright.active:hover {
  293. background-position: 17px -175px;
  294. }
  295. .ty-transfer-btn-toleft,
  296. .ty-transfer-btn-toleft.disabled:hover {
  297. background-position: 17px -206px;
  298. }
  299. .ty-transfer-btn-toleft:hover,
  300. .ty-transfer-btn-toleft.active,
  301. .ty-transfer-btn-toleft.active:hover {
  302. background-position: 17px -231px;
  303. }
  304. .ty-transfer-operation span.active {
  305. border: 1px solid #3dadf2;
  306. background-color: #00A0E8;
  307. }
  308. .ty-transfer-operation span.active i {
  309. color: #fff;
  310. }
  311. .ty-transfer-btn-toleft.disabled:hover,
  312. .ty-transfer-btn-toright.disabled:hover {
  313. cursor: not-allowed;
  314. border: 1px solid #d9d9d9;
  315. ;
  316. background-color: #f3f3f3;
  317. }
  318. .ty-transfer-operation .active:hover {
  319. background-color: #7AC7F8;
  320. }
  321. .show .ty-tabs {
  322. width: 460px;
  323. }
  324. .ty-tabs-nav {
  325. height: 38px;
  326. border-bottom: 2px solid #d9d9d9;
  327. position: relative;
  328. }
  329. .ty-tabs-nav>div {
  330. height: 40px;
  331. overflow: hidden;
  332. position: relative;
  333. }
  334. .ty-tabs-nav-scroll>div {
  335. width: auto;
  336. margin: 0 40px;
  337. }
  338. .ty-tabs-ul {
  339. width: 100%;
  340. height: 38px;
  341. position: absolute;
  342. top: 0;
  343. left: 0;
  344. z-index: 10;
  345. }
  346. .tabs-nav-scroll-ul {
  347. width: 1300px;
  348. }
  349. .ty-tabs-ul li {
  350. float: left;
  351. padding: 0 15px;
  352. height: 38px;
  353. line-height: 38px;
  354. font-size: 14px;
  355. color: #666;
  356. cursor: pointer;
  357. }
  358. .ty-tabs-ul li.current {
  359. color: #00a0e8;
  360. }
  361. .ty-tabs-icon-prev,
  362. .ty-tabs-icon-next {
  363. width: 38px;
  364. height: 38px;
  365. display: block;
  366. border-bottom: 2px solid #d9d9d9;
  367. cursor: pointer;
  368. position: absolute;
  369. top: 0;
  370. z-index: 100;
  371. }
  372. .ty-tabs-icon-prev {
  373. background-position: 15px -368px;
  374. left: 0;
  375. }
  376. .ty-tabs-icon-prev:hover {
  377. background-position: 15px -396px;
  378. }
  379. .ty-tabs-icon-next {
  380. background-position: 15px -424px;
  381. right: 0;
  382. }
  383. .ty-tabs-icon-next:hover {
  384. background-position: 15px -454px;
  385. }
  386. .ty-tabs-line {
  387. width: 86px;
  388. height: 2px;
  389. background: #00a0e8;
  390. position: absolute;
  391. bottom: -2px;
  392. left: 0;
  393. z-index: 101;
  394. }
  395. .ty-tabs-nav-scroll .ty-tabs-line {
  396. left: 40px;
  397. }
  398. .show .ty-tabs-card {
  399. width: 460px;
  400. }
  401. .ty-tabs-card-nav {
  402. height: 32px;
  403. position: relative;
  404. }
  405. .ty-tabs-card-nav>div {
  406. height: 32px;
  407. position: relative;
  408. }
  409. .ty-tabs-card-nav-scroll>div {
  410. width: auto;
  411. margin: 0 40px;
  412. }
  413. .ty-tabs-card-ul {
  414. width: 100%;
  415. height: 32px;
  416. position: absolute;
  417. top: 1px;
  418. left: 0;
  419. z-index: 10;
  420. }
  421. .ty-tabs-card-ul li {
  422. float: left;
  423. min-width: 48px;
  424. height: 30px;
  425. line-height: 30px;
  426. text-align: center;
  427. padding: 0 15px;
  428. font-size: 12px;
  429. color: #666;
  430. border: 1px solid #f1f1f1;
  431. border-bottom: 0;
  432. background: #f1f1f1;
  433. border-radius: 4px 4px 0 0;
  434. cursor: pointer;
  435. }
  436. .ty-tabs-card-ul li+li {
  437. margin-left: 8px;
  438. }
  439. .ty-tabs-card-ul li.current {
  440. color: #00a0e8;
  441. border: 1px solid #d9d9d9;
  442. border-bottom: 1px solid #fff;
  443. background: #fff;
  444. }
  445. .ty-tabs-card-con {
  446. border: 1px solid #d9d9d9;
  447. }
  448. .tabbox {
  449. width: 100%;
  450. height: 140px;
  451. margin: auto;
  452. }
  453. .tabbox .content {
  454. overflow: hidden;
  455. width: auto;
  456. height: auto;
  457. position: relative;
  458. }
  459. .tabbox .content ul {
  460. position: relative;
  461. left: 0;
  462. top: 0;
  463. height: auto;
  464. }
  465. .tabbox .content li {
  466. width: 1500px;
  467. height: auto;
  468. float: left;
  469. padding: 50px;
  470. }
  471. .tabbox .content li p {
  472. padding: 10px;
  473. }
  474. /*.ty-tabs-card-con{height:100px;padding-top:80px;}*/
  475. .ty-tabs-card-con>.mt20 {
  476. text-align: center;
  477. }
  478. .ty-tabs-card .ty-tabs-icon-prev,
  479. .ty-tabs-card .ty-tabs-icon-next {
  480. width: 32px;
  481. height: 32px;
  482. display: block;
  483. border-bottom: 0;
  484. cursor: pointer;
  485. position: absolute;
  486. top: 0;
  487. z-index: 100;
  488. }
  489. .ty-tabs-card .ty-tabs-icon-prev {
  490. background-position: 15px -371px;
  491. left: 0;
  492. }
  493. .ty-tabs-card .ty-tabs-icon-prev:hover {
  494. background-position: 15px -399px;
  495. }
  496. .ty-tabs-card .ty-tabs-icon-next {
  497. background-position: 15px -427px;
  498. right: 0;
  499. }
  500. .ty-tabs-card .ty-tabs-icon-next:hover {
  501. background-position: 15px -457px;
  502. }
  503. .ty-breadcrumb {
  504. height: 24px;
  505. }
  506. .ty-breadcrumb li {
  507. float: left;
  508. height: 24px;
  509. line-height: 24px;
  510. font-size: 14px;
  511. color: #999;
  512. }
  513. .ty-breadcrumb span {
  514. padding: 0 10px;
  515. color: #ccc;
  516. font-size: 14px;
  517. }
  518. .ty-breadcrumb a {
  519. color: #666;
  520. font-size: 14px;
  521. }
  522. .ty-breadcrumb a:hover {
  523. text-decoration: none;
  524. color: #00a0e8;
  525. }
  526. .ty-breadcrumb a:hover {
  527. font-weight: bold;
  528. }
  529. .ty-breadcrumb a.current:hover {
  530. color: #666;
  531. font-weight: bold;
  532. cursor: default;
  533. }
  534. .ty-breadcrumb a.current {
  535. font-weight: bold;
  536. }
  537. /* 分页 start */
  538. .ty-page {
  539. height: 20px;
  540. padding: 3px 0;
  541. }
  542. .ty-page li {
  543. float: left;
  544. }
  545. .ty-page li+li {
  546. margin-left: 8px;
  547. height: 20px;
  548. }
  549. .ty-page a {
  550. height: 20px;
  551. line-height: 20px;
  552. padding: 0 6px;
  553. color: #333;
  554. }
  555. .ty-page a:hover {
  556. color: #00a0e8;
  557. text-decoration: none;
  558. }
  559. .ty-page a.current,
  560. .ty-page a.current:hover {
  561. color: #fff;
  562. border-radius: 4px;
  563. background: #00a0e8;
  564. }
  565. .ty-page li.focus,
  566. .ty-page li.focus:hover {
  567. color: #fff;
  568. border-radius: 4px;
  569. background: #00a0e8;
  570. }
  571. .ty-page li.focus a {
  572. color: #fff;
  573. }
  574. .ty-page .ty-page-prev,
  575. .ty-page .ty-page-next {
  576. color: #666;
  577. }
  578. .ty-page .ty-page-prev:hover,
  579. .ty-page .ty-page-next:hover {
  580. color: #00a0e8;
  581. }
  582. .ty-page .ty-page-prev-disabled,
  583. .ty-page .ty-page-next-disabled {
  584. cursor: default;
  585. color: #ccc;
  586. }
  587. .ty-page .ty-page-prev-disabled:hover,
  588. .ty-page .ty-page-next-disabled:hover {
  589. color: #ccc;
  590. background: transparent;
  591. }
  592. .ty-page .ty-page-options {
  593. width: 90px;
  594. height: 24px;
  595. border: 1px solid #ccc;
  596. border-radius: 4px;
  597. position: relative;
  598. }
  599. .ty-page-options.current {
  600. border: 2px solid #d5f1fd;
  601. top: -1px;
  602. }
  603. .ty-page-options p {
  604. width: auto;
  605. margin: 0 25px 0 12px;
  606. height: 24px;
  607. line-height: 24px;
  608. position: relative;
  609. }
  610. .ty-page-options-icon {
  611. width: 20px;
  612. height: 20px;
  613. display: block;
  614. position: absolute;
  615. top: 2px;
  616. right: -20px;
  617. }
  618. .ty-page-options-icon02 {
  619. width: 20px;
  620. height: 20px;
  621. display: block;
  622. background: url(../images/ue-icon-little.png) no-repeat left -20px;
  623. position: absolute;
  624. top: 2px;
  625. right: -20px;
  626. }
  627. .ty-page-options ul {
  628. width: 100%;
  629. background: #fff;
  630. border-radius: 4px;
  631. border: 1px solid #ccc;
  632. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  633. border: 1px solid #e5e5e5;
  634. overflow: hidden;
  635. position: absolute;
  636. top: 30px;
  637. left: 0;
  638. z-index: 100;
  639. }
  640. .ty-page-options li {
  641. cursor: pointer;
  642. text-indent: 12px;
  643. color: #666;
  644. width: 100%;
  645. }
  646. .ty-page-options li:hover {
  647. background: #f0f9ff;
  648. }
  649. .ty-page-options .ui-select-pagesize {
  650. display: none
  651. }
  652. .ty-page-options li.current {
  653. background: #f5f5f5;
  654. }
  655. .ty-page-jumper {
  656. height: 26px;
  657. }
  658. .ty-page-jumper span {
  659. display: block;
  660. height: 26px;
  661. line-height: 26px;
  662. float: left;
  663. }
  664. .ty-page-jumper input {
  665. display: block;
  666. height: 24px;
  667. line-height: 24px;
  668. padding: 0 10px;
  669. width: 20px;
  670. border-radius: 4px;
  671. border: 1px solid #ccc;
  672. color: #666;
  673. float: left;
  674. margin: 0 10px;
  675. }
  676. .ty-page02 {
  677. height: 26px;
  678. }
  679. .ty-page02 span {
  680. display: block;
  681. height: 26px;
  682. line-height: 26px;
  683. color: #333;
  684. }
  685. .ty-page02 input+span {
  686. margin-right: 10px;
  687. }
  688. /*.ty-page02 input{width:30px;height:24px;line-height:24px;text-align:center;border:1px solid #ccc;border-radius:4px;margin:0 13px 0 5px;}*/
  689. .ty-page02-prev,
  690. .ty-page02-next {
  691. width: 20px;
  692. height: 26px;
  693. line-height: 26px;
  694. text-align: center;
  695. cursor: pointer;
  696. color: #666;
  697. float: left;
  698. margin-left: 5px;
  699. }
  700. .ty-page02-prev:hover,
  701. .ty-page02-next:hover {
  702. color: #00a0e8;
  703. }
  704. /*20161013分页样式修改*/
  705. /*分页调整*/
  706. .ty-page li.ui-pager {
  707. cursor: pointer;
  708. }
  709. .ty-page .ui-pager-disabled,
  710. .ty-page .ui-pager-disabled:hover {
  711. cursor: not-allowed;
  712. color: #ccc;
  713. background: transparent;
  714. }
  715. .ty-page .ui-select-pagesize>li {
  716. height: 32px;
  717. line-height: 32px;
  718. margin: 0;
  719. }
  720. .ty-page .js-page-action {
  721. margin-top: 4px
  722. }
  723. .ty-page-jumper input {
  724. transition: all .3s linear;
  725. -webkit-transition: all .3s linear;
  726. -o-transition: all .3s linear;
  727. -moz-transition: all .3s linear;
  728. }
  729. .ty-page-jumper>input:focus,
  730. .ty-page-jumper>input:hover {
  731. border-color: #57c5f7;
  732. border: 1px solid #57c5f7;
  733. outline: 0;
  734. box-shadow: 0 0 0 2px rgba(45, 183, 245, .2);
  735. }
  736. .ty-page-options {
  737. cursor: pointer;
  738. transition: all .3s linear;
  739. -webkit-transition: all .3s linear;
  740. -o-transition: all .3s linear;
  741. -moz-transition: all .3s linear;
  742. }
  743. .ty-page-options.current {
  744. border: 1px solid #57c5f7;
  745. top: 0;
  746. outline: 0;
  747. box-shadow: 0 0 0 2px rgba(45, 183, 245, .2);
  748. }
  749. .ty-page .ty-page-prev,
  750. .ty-page .ty-page-next {
  751. font-size: 12px;
  752. outline: none;
  753. cursor: pointer;
  754. border: 0;
  755. background: transparent;
  756. font-weight: normal;
  757. padding: 0;
  758. font-family: 'PingFang SC', 'Hiragino Sans GB', 'PingHei', 'Open Sans', 'sans-serif', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'SimSun', 'Arial';
  759. }
  760. .ty-page .ty-page-prev-disabled,
  761. .ty-page .ty-page-next-disabled {
  762. cursor: not-allowed;
  763. }
  764. /* 分页 end*/
  765. /**20161014 tree按钮**/
  766. /**未选中禁用**/
  767. .tyc-check-disabled span {
  768. background: #f3f3f3;
  769. width: 10px;
  770. height: 10px;
  771. display: block;
  772. border: 1px solid #d8d8d8;
  773. position: absolute;
  774. top: 0;
  775. left: 0;
  776. z-index: 2;
  777. }
  778. /**选中禁用**/
  779. /*.tyc-check-disabled span:after{
  780. content: "";
  781. width: 10px;
  782. height: 10px;
  783. display: block;
  784. border: 1px solid #d8d8d8;
  785. display: block;
  786. background: url(../images/table-icon.png) no-repeat 0 -410px #f3f3f3;
  787. position: absolute;
  788. top: 0;
  789. left: 0;
  790. z-index: 2;
  791. display: none;
  792. }*/
  793. .tyc-check-checkall span {
  794. width: 10px;
  795. height: 10px;
  796. display: block;
  797. border: 1px solid #d8d8d8;
  798. display: block;
  799. position: absolute;
  800. top: 0;
  801. left: 0;
  802. z-index: 2;
  803. }
  804. /**未选全**/
  805. .tyc-check-incomplete span {
  806. width: 12px;
  807. height: 12px;
  808. border: 0;
  809. display: block;
  810. position: absolute;
  811. top: -1px;
  812. left: -1px;
  813. z-index: 2;
  814. }
  815. /**展开**/
  816. .tyc-check-expand span {
  817. width: 12px;
  818. height: 12px;
  819. border: 0;
  820. display: block;
  821. position: absolute;
  822. top: -1px;
  823. left: -1px;
  824. z-index: 2;
  825. }