高新区管委会,以5.0标准版为基准,从双汇项目拷贝

call.css 10.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. ul,
  2. li,
  3. ol {
  4. list-style: none;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. a {
  9. text-decoration: none
  10. }
  11. .clearfix:after {
  12. content: "";
  13. display: block;
  14. clear: both;
  15. }
  16. .ldtp-con{
  17. width: 100%;
  18. margin: 0 auto;
  19. height: 100%;
  20. /*overflow: hidden;*/
  21. position: relative;
  22. /*top: 97px;
  23. left: 220px;*/
  24. background: #fff;
  25. /*border-left: 4px solid #1ab395;*/
  26. /*display: none;*/
  27. }
  28. .ldtp-con .hei-list{
  29. position: absolute;
  30. top: 20%;
  31. left: 40%;
  32. z-index: 10;
  33. display: none;
  34. }
  35. .ldtp-con .hei-list input{
  36. margin-top: 3px;
  37. }
  38. /*.minClosed{
  39. position: absolute;
  40. top: 0px;
  41. right: 80px;
  42. height: 35px;
  43. width: 35px;
  44. z-index: 10;
  45. }
  46. .minClosed a{
  47. display: block;
  48. height: 1px;
  49. background: #000;
  50. width: 15px;
  51. position: absolute;
  52. top: 15px;
  53. left: 10px;
  54. }
  55. .minClosed:hover{
  56. background: #ccc;
  57. }*/
  58. .ldtp-cl {
  59. background: #243747;
  60. font-family: "宋体";
  61. height: 100%;
  62. }
  63. .ldtp-cl .head-pic>div {
  64. height: 90px;
  65. width: 90px;
  66. -webkit-border-radius: 50%;
  67. -moz-border-radius: 50%;
  68. border-radius: 50%;
  69. overflow: hidden;
  70. margin: 20px auto;
  71. border-width: 2px;
  72. border-style: solid;
  73. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  74. }
  75. .ldtp-cl .head-pic ul li {
  76. font-size: 12px;
  77. color: #dfe4ed;
  78. text-align: center;
  79. }
  80. .ldtp-cl .head-pic ul li.nikeName i {
  81. display: inline-block;
  82. width: 20px;
  83. height: 1px;
  84. background: #dfe4ed;
  85. }
  86. .ldtp-cl .head-pic ul li.nikeName span {
  87. margin: 0 10px;
  88. }
  89. .ldtp-cl .head-pic ul li.lahei{
  90. color: #ce2114;
  91. margin: 10px 0;
  92. cursor: pointer;
  93. }
  94. .ldtp-cl .head-pic ul li.lahei i{
  95. display: inline-block;
  96. height: 16px;
  97. width: 16px;
  98. vertical-align: middle;
  99. }
  100. .ldtp-cl .head-pic ul li.lahei .push{
  101. background: url(../../img/lahei.png) no-repeat;
  102. }
  103. .ldtp-cl .head-pic ul li.lahei .qxlh{
  104. background: url(../../img/retur.png) no-repeat;
  105. }
  106. .ldtp-cl .head-pic ul li.td-call {
  107. padding: 1em 6em;
  108. }
  109. .ldtp-cl .head-pic ul li>a {
  110. display: inline-block;
  111. }
  112. .ldtp-cl .head-pic ul li>a.drop {
  113. float: right;
  114. }
  115. .ldtp-cl .head-pic ul li>a.take {
  116. float: left;
  117. }
  118. .ldtp-cl .head-pic ul li>a>i {
  119. display: inline-block;
  120. height: 36px;
  121. width: 36px;
  122. }
  123. .ldtp-cl .head-pic ul li>a.take>i {
  124. background: url(../../img/drop1.png) no-repeat;
  125. }
  126. .ldtp-cl .head-pic ul li>a.drop>i {
  127. background: url(../../img/take.png) no-repeat;
  128. }
  129. .ldtp-cl .come-detail {
  130. color: #fcf9f9;
  131. padding-left: 5em;
  132. line-height: 2em;
  133. margin-top: 35px;
  134. }
  135. .ldtp-cr {
  136. height: 100%;
  137. overflow: hidden;
  138. overflow-y: auto;
  139. }
  140. .ldtp-cr .ld-service li {
  141. float: left;
  142. font-size: 14px;
  143. color: #000;
  144. padding: 5px 15px;
  145. cursor: pointer;
  146. }
  147. .ldtp-cr ul.ld-service li.cr-click {
  148. background: #000;
  149. color: #fff;
  150. }
  151. .ld-sercon .Ps-chaxun {
  152. padding: 15px 0;
  153. }
  154. .ld-sercon .Ps-chaxun span {
  155. margin-right: 1.2em;
  156. margin-top: 3px;
  157. }
  158. .ld-sercon input {
  159. /*width: 128px;*/
  160. padding-left: 20px;
  161. padding-right: 0;
  162. }
  163. .ld-sercon span p{
  164. display: inline-block;
  165. margin: 0;
  166. width: 128px;
  167. overflow: hidden;
  168. vertical-align: middle;
  169. border: 1px solid #ccc;
  170. position: relative;
  171. }
  172. /*.ld-sercon span p i{
  173. display: block;
  174. height: 18px;
  175. width: 18px;
  176. background: url(../img/select_03.png) no-repeat;
  177. position: absolute;
  178. top: 0;
  179. right: 0;
  180. }*/
  181. .ld-sercon textarea{
  182. width: 70%;
  183. vertical-align: middle;
  184. -webkit-border-radius: 5px;
  185. -moz-border-radius: 5px;
  186. border-radius: 5px;
  187. }
  188. .ld-sercon .bton{
  189. width: 70px;
  190. background: #e43926;
  191. -webkit-border-radius: 5px;
  192. -moz-border-radius: 5px;
  193. border-radius: 5px;
  194. margin: 0 auto;
  195. color: #fff;
  196. text-align: center;
  197. }
  198. .second-con{
  199. padding: 20px 0;
  200. }
  201. .ld-sercon .addjl {
  202. display: inline-block;
  203. width: 84px;
  204. -webkit-border-radius: 5px;
  205. -moz-border-radius: 5px;
  206. border-radius: 5px;
  207. text-align: center;
  208. padding: 0px;
  209. font-size: 12px;
  210. height: 24px;
  211. line-height: 24px;
  212. cursor: pointer;
  213. background: #e43926;
  214. color: #fff
  215. }
  216. .tbth{
  217. background: #1ab394;
  218. }
  219. .dealw {
  220. color: #1ab394;
  221. }
  222. .ld-sercon>div{
  223. display: none;
  224. }
  225. .ldcr-bottom .ldcrb-top>ul {
  226. float: left;
  227. }
  228. .ldcr-bottom .ldcrb-top>ul li{
  229. float: left;
  230. font-size: 14px;
  231. width: 90px;
  232. text-align: center;
  233. height: 30px;
  234. line-height: 30px;
  235. cursor: pointer;
  236. }
  237. .ldcr-bottom .ldcrb-top>div{
  238. float: right;
  239. width: 285px;
  240. height: 30px;
  241. position: relative;
  242. }
  243. .ldcr-bottom .ldcrb-top>div .sear-inp{
  244. width: 100%;
  245. height: 100%;
  246. border: 1px solid #ccc;
  247. overflow: hidden;
  248. }
  249. .ldcr-bottom .ldcrb-top>div .sear-inp input{
  250. display: block;
  251. height: 100%;
  252. width: 88%;
  253. border: 0;
  254. outline: none;
  255. padding: 10px;
  256. }
  257. .searIcon{
  258. position: absolute;
  259. width: 12%;
  260. height: 100%;
  261. right: 0;
  262. top: 0;
  263. background-color: #01a1cb;
  264. background-image: url(../../img/searIcon.png);
  265. background-repeat: no-repeat;
  266. background-position: center center;
  267. cursor: pointer;
  268. }
  269. .ldcr-bottom .detail-con{
  270. padding: 15px;
  271. border: 1px solid #ebebeb;
  272. -webkit-border-radius: 5px;
  273. -moz-border-radius: 5px;
  274. border-radius: 5px;
  275. margin-top: 15px;
  276. }
  277. .ldcr-bottom .detail-con ul li {
  278. margin-bottom: 10px;
  279. }
  280. .ldcr-bottom .detail-con ul li .zhishi-title{
  281. border-bottom: 1px solid #ccc;
  282. }
  283. .ldcr-bottom .detail-con ul li .zhishi-title a{
  284. display: block;
  285. float: left;
  286. width: 55%;
  287. white-space: nowrap;
  288. overflow: hidden;
  289. text-overflow: ellipsis;
  290. color: #000;
  291. }
  292. .ldcr-bottom .detail-con ul li .zhishi-title em{
  293. display: block;
  294. float: right;
  295. font-style: normal;
  296. font-family: Verdana;
  297. float: right;
  298. color: #000;
  299. }
  300. .ldcr-bottom .detail-con ul li .explancon{
  301. padding: 30px 10px;
  302. text-indent: 24px;
  303. line-height: 24px;
  304. color: #999;
  305. background: #f5f5f5;
  306. display:none;
  307. }
  308. .second-con{
  309. border: 1px solid #e6e6e6;
  310. -webkit-border-radius: 5px;
  311. -moz-border-radius: 5px;
  312. border-radius: 5px;
  313. margin: 15px 0;
  314. }
  315. .shows{
  316. display: block;
  317. }
  318. .hides{
  319. display: none!important;
  320. }
  321. .hei-list .bacha:hover{
  322. color: #ccc;
  323. }
  324. .form-group{
  325. height: 30px;
  326. line-height: 30px;
  327. }
  328. .workOrderTypeText{
  329. padding-left: 0;
  330. width: 80px;
  331. }
  332. .r_order_type {
  333. height: 30px;
  334. line-height: 30px;
  335. }
  336. #isAssign{
  337. width: 140px;
  338. padding: 0;
  339. }
  340. #isOver{
  341. width: 140px;
  342. padding: 0;
  343. }
  344. #duplicate{
  345. width: 100px;
  346. padding: 0;
  347. }
  348. .ke-container{
  349. width: 70%!important;
  350. }
  351. .cx {
  352. display: block!important;
  353. }
  354. .shade_k {
  355. z-index: 10005;
  356. width: 50%;
  357. margin: 5% auto;
  358. background-color: #fff;
  359. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  360. border-radius: 5px;
  361. }
  362. .setwin {
  363. position: absolute;
  364. right: 15px;
  365. top: 5px;
  366. font-size: 20px;
  367. line-height: initial;
  368. }
  369. .shade_content {
  370. height: 500px;
  371. position: relative;
  372. padding-bottom: 50px;
  373. overflow-x: hidden;
  374. }
  375. #formRegistrationType{
  376. display: inline-block;
  377. }
  378. #formRegistrationType input[type="radio"] {
  379. margin-top: -2px;
  380. }
  381. #formPutRecord{
  382. width: 100%;
  383. }
  384. #formPutRecord input[type="radio"] {
  385. margin-top: -7px;
  386. }
  387. /* 工单列表 */
  388. .W50 {
  389. width: 50px;
  390. }
  391. .W50 .th-inner {
  392. width: 50px;
  393. }
  394. .W60 {
  395. width: 60px;
  396. }
  397. .W60 .th-inner {
  398. width: 60px;
  399. }
  400. .W70 {
  401. width: 70px;
  402. }
  403. .W70 .th-inner {
  404. width: 70px;
  405. }
  406. .W80 {
  407. width: 80px;
  408. }
  409. .W80 .th-inner {
  410. width: 80px;
  411. }
  412. .W100 {
  413. width: 100px;
  414. }
  415. .W100 .th-inner {
  416. width: 100px;
  417. }
  418. .W120 {
  419. width: 120px;
  420. }
  421. .W120 .th-inner {
  422. width: 120px;
  423. }
  424. .W140 {
  425. width: 140px
  426. }
  427. .W140 .th-inner {
  428. width: 140px;
  429. }
  430. .W160 {
  431. width: 160px
  432. }
  433. .W160 .th-inner {
  434. width: 160px;
  435. }
  436. .W180 {
  437. width: 180px
  438. }
  439. .W180 .th-inner {
  440. width: 180px;
  441. }
  442. .W190 {
  443. width: 190px;
  444. }
  445. .W190 .th-inner {
  446. width: 190px;
  447. }
  448. .W220 {
  449. width: 220px;
  450. }
  451. .W220 .th-inner {
  452. width: 220px;
  453. }
  454. .W240 {
  455. width: 240px;
  456. }
  457. .W240 .th-inner {
  458. width: 240px;
  459. }
  460. .W380{
  461. width: 380px;
  462. }
  463. .W380 .th-inner{
  464. width: 380px;
  465. }
  466. /* 快捷回复 */
  467. .common {
  468. position: relative;
  469. }
  470. .quickReplyButton {
  471. position: absolute;
  472. top: 0;
  473. right: 0;
  474. width: 80px;
  475. height: 40px;
  476. background: #01a1cb;
  477. text-align: center;
  478. cursor: pointer;
  479. color: white;
  480. line-height: 40px;
  481. z-index: 10;
  482. }
  483. .quickReplyButtonTitle {
  484. }
  485. .quickReplyFloat {
  486. display: none;
  487. position: absolute;
  488. top: 0;
  489. right: 80px;
  490. width: 90%;
  491. height: 100%;
  492. padding: 30px 10%;
  493. z-index: 10;
  494. background: #F4F6F6;
  495. border: 1px solid #BFC9CA;
  496. overflow: auto;
  497. }
  498. .quickReplyFloatTableWrapper{
  499. margin-top: 20px;
  500. }
  501. .quickReplyFloatTab ul li{
  502. float: left;
  503. font-size: 14px;
  504. width: 90px;
  505. text-align: center;
  506. height: 30px;
  507. line-height: 30px;
  508. cursor: pointer;
  509. }
  510. .quickReplyFloatTabActivity{
  511. background: black;
  512. color: #fff
  513. }
  514. .knowledgeBaseDetail {
  515. cursor: pointer;
  516. }
  517. .knowledgeBaseDetail:hover{
  518. color: #1ab394;
  519. }
  520. .selDpart1{
  521. display: none;
  522. position: absolute;
  523. left: 0px;
  524. top: 30px;
  525. z-index: 11111;
  526. width: 280px;
  527. line-height: 30px;
  528. background: #FFFFFF;
  529. }
  530. #sponsor{
  531. width: 280px;
  532. border: 1px solid #00a1cb;
  533. margin: 0;
  534. padding: 0;
  535. list-style: none;
  536. max-height: 212px;
  537. overflow-x: hidden;
  538. overflow-y: scroll;
  539. }
  540. #sponsor li{
  541. margin: 0;
  542. padding-left: 10px;
  543. width: 280px;
  544. height: 30px;
  545. line-height: 30px;
  546. list-style: none;
  547. }
  548. #sponsor li:hover{
  549. background: #00a1cb;
  550. }