Brak opisu

home.css 20KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447
  1. @font-face {
  2. font-family: "iconfont";
  3. src: url("../fonts/iconfont.eot");
  4. /* IE9*/
  5. src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  6. url("../fonts/iconfont.woff") format("woff"), /* chrome、firefox */
  7. url("../fonts/iconfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  8. url("../fonts/iconfont.svg#iconfont") format("svg");
  9. /* iOS 4.1- */
  10. }
  11. body {
  12. font-family: "微软雅黑";
  13. }
  14. ul li {
  15. list-style: none;
  16. /* overflow: hidden; */
  17. }
  18. .iconfont {
  19. font-family: "iconfont";
  20. font-style: normal;
  21. color: #ffffff;
  22. }
  23. .fr {
  24. float: right;
  25. }
  26. .fl {
  27. float: left;
  28. }
  29. .size-12 {
  30. font-size: 12px;
  31. }
  32. .clearfix{
  33. content: "";
  34. display: block;
  35. clear: both;
  36. }
  37. .title-box {
  38. margin-top: 5px;
  39. }
  40. .title-box li {
  41. margin-left: 30px;
  42. }
  43. .title-box li:hover {
  44. cursor: pointer;
  45. }
  46. .HoverColor {
  47. color: #f8ac59;
  48. }
  49. .FailureColor {
  50. color: #f95f5e;
  51. }
  52. .navbar-header {
  53. width: 100%;
  54. background-color: #048aad;
  55. padding-top: 10px;
  56. }
  57. .title-box li p {
  58. color: #ffffff;
  59. font-size: 14px;
  60. font-weight: bold;
  61. letter-spacing: 2px;
  62. margin-top: 5px;
  63. }
  64. .size-14 {
  65. font-size: 14px;
  66. color: #ffffff !important;
  67. }
  68. .img-circle {
  69. width: 58px;
  70. }
  71. .xian {
  72. border: 1px solid #ffffff;
  73. display: inline-block;
  74. width: 15%;
  75. margin: 5px;
  76. }
  77. .ss {
  78. margin-left: 20px;
  79. }
  80. .fe-3 {
  81. font-size: 3em;
  82. }
  83. .title-box p {
  84. text-align: center;
  85. }
  86. .closed {
  87. display: inline-block;
  88. /* margin-left: 5%;*/
  89. cursor: pointer;
  90. color: #ffffff;
  91. float: right;
  92. margin-right: 5%;
  93. height: 42px;
  94. line-height: 42px;
  95. }
  96. .closed div {
  97. overflow: hidden;
  98. float: left;
  99. height: 100%;
  100. }
  101. .closed ul {
  102. margin-bottom: 0px;
  103. }
  104. .closed li {
  105. float: left;
  106. margin-right: 20px;
  107. }
  108. .closed i {
  109. display: inline-block;
  110. background: url(../img/chilun.png) no-repeat;
  111. margin-right: 5px;
  112. width: 14px;
  113. height: 16px;
  114. vertical-align: middle;
  115. }
  116. .ga {
  117. background-position: 0 0 !important;
  118. }
  119. .sz {
  120. background-position: 0 -15px !important;
  121. }
  122. .tc {
  123. background-position: 0 -33px !important;
  124. }
  125. .zhuangtai {
  126. display: block;
  127. width: 30%;
  128. margin-left: 10px;
  129. font-size: 14px;
  130. font-weight: 800;
  131. }
  132. .wq {
  133. color: #f95f5e;
  134. }
  135. #top-search li:hover {
  136. color: #eaeaea;
  137. }
  138. .content-tabs1 ul {
  139. padding-left: 0;
  140. }
  141. .content-tabs1 li {
  142. list-style: none;
  143. float: left;
  144. height: 5px;
  145. }
  146. .top1 {
  147. background-color: #68adfe;
  148. }
  149. .top2 {
  150. background-color: #9897f0;
  151. }
  152. .top3 {
  153. background-color: #87eebf;
  154. }
  155. .top4 {
  156. background-color: #68b0fe;
  157. }
  158. .top5 {
  159. background-color: #f95a83;
  160. }
  161. .top6 {
  162. background-color: #eb76dd;
  163. }
  164. .top7 {
  165. background-color: #69cbd0;
  166. }
  167. .top8 {
  168. background-color: #69cbd0;
  169. }
  170. .top9 {
  171. background-color: #aaf58d;
  172. }
  173. .top10 {
  174. background-color: #f76a53;
  175. }
  176. .top11 {
  177. background-color: #eb76dd;
  178. }
  179. .top12 {
  180. background-color: #6c77da;
  181. }
  182. .top13 {
  183. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  184. background: -moz-linear-gradient(left, #f073db, #65abfc);
  185. background: -o-linear-gradient(left, #f073db, #65abfc);
  186. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  187. background: linear-gradient(left, #f073db, #65abfc);
  188. /* Opera 11.1 - 12.0 */
  189. /* Firefox 3.6 - 15 */
  190. /* 标准的语法 */
  191. }
  192. .zts {
  193. height: 30px;
  194. margin-left: 2%;
  195. line-height: 30px;
  196. padding-top: 15px;
  197. }
  198. .zts li {
  199. height: 20px;
  200. line-height: 20px;
  201. font-weight: bold;
  202. letter-spacing: 2px;
  203. }
  204. .quan {
  205. width: 15px;
  206. height: 15px !important;
  207. border-radius: 50%;
  208. margin-right: 2%;
  209. margin-left: 5px;
  210. margin-top: 2px;
  211. }
  212. .lx {
  213. background: #6a6d69;
  214. }
  215. .br {
  216. background: red;
  217. }
  218. .bl {
  219. background: #7ab85b;
  220. }
  221. .by {
  222. background: yellow;
  223. }
  224. .LH {
  225. line-height: 35px;
  226. }
  227. .zts span {
  228. line-height: 20px;
  229. margin-right: 50px;
  230. font-size: 12px;
  231. }
  232. .photo {
  233. width: 40px;
  234. height: 40px;
  235. border-width: 2px;
  236. border-style: solid;
  237. border-radius: 50%;
  238. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  239. margin-bottom: 1px;
  240. }
  241. .photo img {
  242. display: block;
  243. width: 100%;
  244. height: 100%;
  245. }
  246. .ls {
  247. /*margin-left: 20px;*/
  248. text-align: center;
  249. overflow: initial !important;
  250. position: relative;
  251. }
  252. .ls .dropdown-menu {
  253. top: 115%;
  254. left: -100%;
  255. width: 320px;
  256. background: rgba(0, 160, 205, 0.92);
  257. }
  258. .ls .dropdown-menu li {
  259. float: initial;
  260. margin-right: 0;
  261. line-height: 25px;
  262. }
  263. .dropdown-menu>li>a {
  264. margin: 0;
  265. color: #555;
  266. padding: 0;
  267. text-align: center;
  268. }
  269. .dropdown-menu>li>a:focus,
  270. .dropdown-menu>li>a:hover {
  271. color: #fff;
  272. text-decoration: none;
  273. background-color: #00a1cb;
  274. }
  275. .dropdown-menu>li>a div {
  276. float: initial;
  277. }
  278. .dropdown-menu>li>a .tipCon {
  279. width: 100%;
  280. overflow: hidden;
  281. white-space: nowrap;
  282. text-overflow: ellipsis;
  283. }
  284. .dropdown-menu>li>a .order_time span {
  285. display: inline-block;
  286. margin: 0;
  287. }
  288. .order_time span.work_order {
  289. float: left;
  290. }
  291. .order_time span.ort {
  292. float: right;
  293. }
  294. .ls span {
  295. margin-right: 18px;
  296. }
  297. .ls span.tuBiao,
  298. .ls span.chat,
  299. .ls span.surIcon {
  300. display: inline-block;
  301. vertical-align: middle;
  302. position: relative;
  303. font-size: 15px;
  304. }
  305. .ls span.chat.come_mess {
  306. color: red;
  307. }
  308. .ls span.surIcon {
  309. font-size: 18px;
  310. }
  311. .ls span.tuBiao span,
  312. .ls span.chat span,
  313. .ls span.surIcon span {
  314. position: absolute;
  315. padding: 3px;
  316. top: -13px;
  317. }
  318. .min-right {
  319. margin-right: 10px;
  320. }
  321. .navbar-top-links i {
  322. width: 24px;
  323. height: 21px;
  324. display: block;
  325. background: url(../img/topIcon.png) no-repeat;
  326. background-position: center center;
  327. margin: 0 auto;
  328. }
  329. /*挂断*/
  330. .DropCall {
  331. background-position: 0px 0 !important;
  332. }
  333. /*外呼*/
  334. .MakeCall {
  335. background-position: 0px -20px !important;
  336. }
  337. /*置忙*/
  338. .SayBusy {
  339. background-position: 0px -42px !important;
  340. }
  341. /*置闲*/
  342. .SayFree {
  343. background-position: 0px -65px !important;
  344. }
  345. /*多方通话*/
  346. .Meeting {
  347. background-position: 0px -85px !important;
  348. }
  349. /*多方通话回签*/
  350. .MeetingTakeBack {
  351. background-position: 0px -85px !important;
  352. }
  353. /*转移*/
  354. .Transfer {
  355. background-position: 0px -108px !important;
  356. }
  357. /*保持*/
  358. .Hold {
  359. background-position: 0px -131px !important;
  360. }
  361. /*接回*/
  362. .Retrieve {
  363. background-position: 0px -153px !important;
  364. }
  365. /*签入*/
  366. .Login {
  367. background-position: 0px -197px !important;
  368. }
  369. /*外呼签入*/
  370. .callOutLogin {
  371. background-position: 0px -197px !important;
  372. }
  373. /*签出*/
  374. .Logout {
  375. background-position: 0px -175px !important;
  376. }
  377. /* 满意度 */
  378. .satisfactionEvaluation {
  379. background: url(../img/satisfactionEvaluation.png) no-repeat !important;
  380. background-size: 24px 21px !important;
  381. }
  382. .navbar-top-links .satisfactionEvaluation.active {
  383. background: url(../img/satisfactionEvaluation2.png) no-repeat !important;
  384. background-size: 24px 21px !important;
  385. }
  386. /*协商呼叫 */
  387. .Consult {
  388. background: url(../img/new_xshj.png) no-repeat 0 0 !important;
  389. }
  390. .navbar-top-links .Consult.active {
  391. background: url(../img/new_xshj2.png) no-repeat 0 0 !important;
  392. }
  393. /*确认转移 */
  394. .ConfirmTransfer {
  395. background: url(../img/new_qrzy.png) no-repeat 0 0 !important;
  396. }
  397. .navbar-top-links .ConfirmTransfer.active {
  398. background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
  399. }
  400. /*取消转移 */
  401. .CancelTransfer {
  402. background: url(../img/new_qxzy.png) no-repeat 0 0 !important;
  403. }
  404. .navbar-top-links .CancelTransfer.active {
  405. background: url(../img/new_qxzy2.png) no-repeat 0 0 !important;
  406. }
  407. /*转IVR */
  408. .TurnIvr {
  409. background: url(../img/IVR.png) no-repeat 0 0 !important;
  410. }
  411. .navbar-top-links .TurnIvr.active {
  412. background: url(../img/IVR2.png) no-repeat 0 0 !important;
  413. }
  414. .navbar-top-links .active {
  415. background-position-x: -23px !important;
  416. }
  417. .ldcr-bottom .detail-con ul li .active a {
  418. color: #f95a83 !important;
  419. }
  420. .ldcr-bottom .detail-con ul li .active em {
  421. color: #f95a83 !important;
  422. }
  423. .ldcr-bottom .detail-con ul li .active+.explancon {
  424. display: block !important;
  425. }
  426. .searchbtn {
  427. width: 2.5em;
  428. height: 24px;
  429. border-radius: 5px;
  430. position: absolute;
  431. background-color: #01a1cb;
  432. background-image: url(../img/searIcon.png);
  433. background-repeat: no-repeat;
  434. background-position: center center;
  435. cursor: pointer;
  436. }
  437. .max-box {
  438. height: 42px;
  439. /*width: 100%;*/
  440. }
  441. .laydate_body .laydate_bottom,
  442. .laydate_body .laydate_top {
  443. height: 31px !important;
  444. }
  445. .laydate_body .laydate_y .laydate_yms ul li {
  446. width: 59px !important;
  447. }
  448. .col-sm-1 {
  449. padding-right: 0;
  450. line-height: 22px;
  451. text-align: center;
  452. font-family: "微软雅黑";
  453. }
  454. ul.ztree {
  455. border: 1px solid #617775;
  456. background: #f0f6e4;
  457. overflow-y: scroll;
  458. overflow-x: auto;
  459. }
  460. .minBacha {
  461. position: absolute;
  462. top: 0;
  463. right: 80px;
  464. z-index: 10;
  465. overflow: hidden;
  466. }
  467. .minBacha>div {
  468. float: left;
  469. height: 35px;
  470. width: 35px;
  471. margin-left: 2px;
  472. }
  473. .minBacha>div a {
  474. display: block;
  475. height: 100%;
  476. width: 100%;
  477. text-align: center;
  478. background-position: center center;
  479. background-color: #2f4050;
  480. opacity: 0.5;
  481. }
  482. .minBacha>div a:hover {
  483. opacity: 1;
  484. }
  485. .minClosed>a {
  486. background: url("../img/min.png") no-repeat;
  487. }
  488. .Bacha>a {
  489. background: url("../img/gb.png") no-repeat;
  490. }
  491. .lblcount {
  492. position: absolute;
  493. right: 5px;
  494. top: 8px;
  495. }
  496. .first {
  497. z-index: 1000;
  498. }
  499. .khzl {
  500. font-size: 12px;
  501. border: 0;
  502. width: 80%;
  503. margin: 35px auto;
  504. color: #fff;
  505. }
  506. .khzl tr {
  507. border: 0;
  508. }
  509. .khzl th {
  510. padding: 5px 8px 5px 0;
  511. text-align: right;
  512. width: 45%;
  513. font-weight: normal;
  514. border: 0;
  515. }
  516. .khzl tbody>tr>td,
  517. .khzl tbody>tr>th {
  518. border: 0;
  519. }
  520. .khzl tbody>tr>td input {
  521. border: 0;
  522. outline: none;
  523. background: #243747;
  524. padding-left: 5px;
  525. width: 100%;
  526. }
  527. .khbtn {
  528. /*background: #97a0a8;*/
  529. color: #1ab394;
  530. font-size: 14px;
  531. vertical-align: middle;
  532. }
  533. .hei-list {
  534. width: 400px;
  535. margin: 0 auto;
  536. }
  537. .heiTop {
  538. height: 35px;
  539. background: #1ab394;
  540. color: #fff;
  541. line-height: 35px;
  542. padding: 0 15px;
  543. border-top-left-radius: 3px;
  544. border-top-right-radius: 3px;
  545. }
  546. .heiTop .htl {
  547. float: left;
  548. margin: 0;
  549. }
  550. .heiTop .bacha {
  551. float: right;
  552. font-size: 18px;
  553. cursor: pointer;
  554. margin: 0;
  555. }
  556. .heiCon {
  557. width: 100%;
  558. background: #fff;
  559. text-align: center;
  560. padding: 25px 15px;
  561. height: auto;
  562. overflow-y: auto;
  563. border: 1px solid #eee;
  564. }
  565. #time-word {
  566. border: 1px solid #1ab394;
  567. padding: 5px 0 5px 10px;
  568. width: 120px;
  569. outline: none;
  570. color: #000;
  571. }
  572. .chooses {
  573. margin-top: 10px;
  574. }
  575. .btns {
  576. background: #00a1cb;
  577. color: #fff;
  578. padding: 10px 15px;
  579. outline: none;
  580. font-size: 14px;
  581. margin-left: 50px;
  582. display: inline-block;
  583. border: 0;
  584. border-radius: 3px;
  585. box-sizing: border-box;
  586. }
  587. .bianji {
  588. display: inline-block;
  589. height: 16px;
  590. width: 16px;
  591. vertical-align: middle;
  592. margin-right: 5px;
  593. }
  594. .bianji.edi {
  595. background: url(../img/xgai.png) no-repeat;
  596. }
  597. .bianji.sav {
  598. background: url(../img/bbc.png) no-repeat;
  599. }
  600. .bianji.canc {
  601. background: url(../img/quxi.png) no-repeat;
  602. }
  603. .t-shade {
  604. position: fixed;
  605. top: 0;
  606. left: 0;
  607. width: 100%;
  608. height: 100%;
  609. background: rgba(0, 0, 0, 0.48);
  610. z-index: 10004;
  611. display: none;
  612. }
  613. .shade_k {
  614. z-index: 10005;
  615. width: 40%;
  616. left: 30%;
  617. margin: 20% auto;
  618. position: absolute;
  619. background-color: #fff;
  620. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  621. border-radius: 5px;
  622. }
  623. .shade_title {
  624. padding: 0 80px 0 20px;
  625. height: 42px;
  626. line-height: 42px;
  627. border-bottom: 1px solid #eee;
  628. font-size: 16px;
  629. color: #ffffff;
  630. overflow: hidden;
  631. background-color: #00a1cb;
  632. border-radius: 2px 2px 0 0;
  633. position: relative;
  634. }
  635. .setwin {
  636. position: absolute;
  637. right: 15px;
  638. top: 5px;
  639. font-size: 20px;
  640. line-height: initial;
  641. }
  642. .setwin a {
  643. font-size: 20px;
  644. color: #fff;
  645. }
  646. .shade_content {
  647. overflow-y: auto;
  648. position: relative;
  649. padding-bottom: 50px;
  650. padding: 10px;
  651. }
  652. .wh_btn {
  653. width: 80%;
  654. text-align: center;
  655. padding-top: 20px;
  656. margin: 0 auto;
  657. margin-bottom: 20px;
  658. }
  659. .wh_btn input {
  660. padding: 7px 20px;
  661. color: #fff;
  662. border-radius: 5px;
  663. margin-right: 30px;
  664. border: 1px solid #999;
  665. border-color: rgb(26, 179, 148);
  666. }
  667. .sc_btn {
  668. color: rgb(255, 255, 255);
  669. font-size: 12px;
  670. margin-left: 15px;
  671. box-sizing: border-box;
  672. background: #00a1cb;
  673. padding: 6px 10px;
  674. outline: none;
  675. border-width: 0px;
  676. border-style: initial;
  677. border-color: initial;
  678. border-image: initial;
  679. border-radius: 3px;
  680. }
  681. .sc_btn:hover {
  682. color: #fff !important;
  683. }
  684. .cx {
  685. display: block;
  686. }
  687. .boxCon {
  688. width: 100%;
  689. background: #fff;
  690. text-align: center;
  691. padding: 10px 15px;
  692. height: auto;
  693. overflow-y: auto;
  694. }
  695. .Import {
  696. color: #fe6604;
  697. }
  698. .Hidens {
  699. display: none;
  700. }
  701. /*右下角消息弹框开始*/
  702. /*.rightDown_list .divider{
  703. height: 1px;
  704. margin: 9px 0;
  705. overflow: hidden;
  706. background-color: ;
  707. }*/
  708. .rightDown_list>li {
  709. border-bottom: 1px solid #e5e5e5;
  710. }
  711. .rightDown_list>li>a {
  712. border-radius: 3px;
  713. color: inherit;
  714. line-height: 25px;
  715. /*margin: 4px;*/
  716. text-align: left;
  717. font-weight: 400;
  718. padding: 3px 20px;
  719. min-height: 0;
  720. display: block;
  721. }
  722. .small-chat-box .content {
  723. padding: 5px 15px !important;
  724. }
  725. .small-chat-box {
  726. height: 400px;
  727. }
  728. /*右下角消息弹框结束*/
  729. /*来电类型样式*/
  730. .dicValueList span:nth-of-type(1) {
  731. line-height: 36px;
  732. }
  733. .dicValueList ul {
  734. list-style: none;
  735. margin: 0;
  736. padding: 0;
  737. }
  738. .dicValueList ul li {
  739. float: left;
  740. margin-right: 20px;
  741. text-align: center;
  742. padding: 6px 0;
  743. }
  744. .dicValueList li input {
  745. display: none;
  746. }
  747. .dicValueList li label {
  748. margin: 0;
  749. font-weight: normal;
  750. display: block;
  751. width: 100%;
  752. border: 1px solid #ccc;
  753. padding: 2px 10px;
  754. cursor: pointer;
  755. }
  756. .dicValueList .checkedDept {
  757. border-color: #fe6604;
  758. }
  759. .sele_send {
  760. cursor: pointer;
  761. }
  762. .reply,
  763. .sele_send {
  764. color: #337ab7;
  765. margin-left: 5px;
  766. }
  767. .reply:hover,
  768. .sele_send:hover {
  769. color: #23527c;
  770. }
  771. .chat_content {
  772. height: 45px;
  773. }
  774. .sidebar-container ul.nav-tabs {
  775. height: 41px;
  776. }
  777. /*.tab-content {
  778. height: calc(100% - 41px);
  779. overflow-y: auto;
  780. width: 100%;
  781. padding: 0 0 10px 0;
  782. }*/
  783. /*.layui-layer-content {
  784. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  785. }*/
  786. .phoneBZ {
  787. display: inline-block;
  788. height: 15px;
  789. width: 15px;
  790. position: absolute;
  791. right: 0px;
  792. bottom: -15px;
  793. background: url(../img/phoneBZ.png) no-repeat;
  794. display: none;
  795. }
  796. .open_chat {
  797. font-size: 14px;
  798. line-height: 18px;
  799. text-align: center;
  800. padding: 6px 5px;
  801. -webkit-box-sizing: border-box;
  802. -moz-box-sizing: border-box;
  803. box-sizing: border-box;
  804. position: fixed;
  805. top: 50%;
  806. right: 26px;
  807. z-index: 100;
  808. background: #0489ac;
  809. color: #fff;
  810. cursor: pointer;
  811. display: none;
  812. }
  813. .open_chat .before {
  814. position: absolute;
  815. padding: 5px;
  816. background: red;
  817. border-radius: 50%;
  818. display: none;
  819. right: -4px;
  820. top: -4px;
  821. }
  822. .open_chat .before.show {
  823. display: block !important;
  824. }
  825. .open_chat .before.hide {
  826. display: none !important;
  827. }
  828. .source_area {
  829. position: relative;
  830. }
  831. .source_area img {
  832. display: inline;
  833. width: 15px;
  834. margin-left: 10px;
  835. margin-top: -5px;
  836. }
  837. /* 一键转接 */
  838. .hw_through p select {
  839. height: 19px;
  840. line-height: 19px;
  841. }
  842. .hw_through {
  843. position: relative;
  844. }
  845. .keyTransfer {
  846. width: 24px;
  847. margin: 0 auto;
  848. }
  849. .navbar-top-links .keyTransfer {
  850. background: url(../img/through_xian.png) no-repeat 0 0 !important;
  851. background-size: 21px !important;
  852. }
  853. .navbar-top-links .keyTransfer.active {
  854. background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
  855. }
  856. .keyTransfer img {
  857. margin-top: 3px;
  858. width: 100%;
  859. }
  860. .keyTransferDiv {
  861. width: 105px;
  862. position: absolute;
  863. right: -40px;
  864. top: 55px;
  865. text-align: center;
  866. background: #ffffff;
  867. border: 1px solid #cccccc;
  868. display: none;
  869. z-index: 999999;
  870. }
  871. .keyTransferDiv dl {
  872. margin: 0;
  873. }
  874. .keyTransferDiv dl dt {
  875. line-height: 30px;
  876. }
  877. .keyTransferDiv dl dt:hover {
  878. cursor: pointer;
  879. background: #048aad;
  880. color: #ffffff;
  881. }
  882. .mapPos {
  883. margin-right: 15px;
  884. }
  885. .reposit {
  886. /*position: absolute;
  887. left: 250px;
  888. bottom: 15px;*/
  889. margin-left: 50px;
  890. -moz-border-radius: 20px;
  891. -webkit-border-radius: 20px;
  892. border-radius: 20px;
  893. background: #FFA000;
  894. color: #ffffff;
  895. width: 40px;
  896. height: 40px;
  897. line-height: 40px;
  898. text-align: center;
  899. cursor: pointer;
  900. display: inline-block;
  901. }
  902. .repoConte {
  903. position: absolute;
  904. right: 60px;
  905. top: 35px;
  906. display: none;
  907. padding: 5px 10px;
  908. width: 1000px;
  909. height: 530px;
  910. border: 1px solid #e6e6e6;
  911. background: #ffffff;
  912. overflow-y: scroll;
  913. }
  914. /* 综合查询 */
  915. .comprehensive {
  916. /*position: absolute;
  917. left: 300px;
  918. bottom: 15px;*/
  919. margin-left: 50px;
  920. -moz-border-radius: 20px;
  921. -webkit-border-radius: 20px;
  922. border-radius: 20px;
  923. background: #FFA000;
  924. color: #ffffff;
  925. z-index: 2;
  926. width: 40px;
  927. height: 40px;
  928. line-height: 40px;
  929. text-align: center;
  930. cursor: pointer;
  931. display: inline-block;
  932. }
  933. .comprehensiveContent {
  934. position: absolute;
  935. right: 60px;
  936. top: 35px;
  937. display: none;
  938. padding: 5px 10px;
  939. width: 1300px;
  940. height: 530px;
  941. border: 1px solid #e6e6e6;
  942. background: #ffffff;
  943. overflow-y: scroll;
  944. }
  945. .comprehensiveContentSerrch {
  946. margin: 15px 0 10px 0;
  947. }
  948. .comprehensiveContentSerrch .form-group .col-sm-1 {
  949. line-height: 34px;
  950. }
  951. .content {
  952. height: 450px !important;
  953. }
  954. .top_notices_num {
  955. color: #ff9800;
  956. position: absolute;
  957. right: 15px;
  958. top: -17px;
  959. }
  960. .top_notices_lists {
  961. position: absolute;
  962. top: 24px;
  963. background-color: #ecfeff;
  964. width: 310px;
  965. z-index: 1000;
  966. border-radius: 0;
  967. padding: 10px;
  968. border-radius: 2px;
  969. box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
  970. overflow-y: auto;
  971. max-height: 500px;
  972. display: none;
  973. }
  974. .top_notices_lists li span {
  975. color: #048aad;
  976. }
  977. .top_notices_con {
  978. display: inline-block;
  979. float: left;
  980. width: 200px;
  981. height: 42px;
  982. white-space: nowrap;
  983. overflow: hidden;
  984. text-overflow: ellipsis;
  985. /*position: absolute;*/
  986. }
  987. .top_notices_con1 {
  988. display: inline-block;
  989. width: 100%;
  990. /*height: 100%;*/
  991. float: left;
  992. /*text-align: center;*/
  993. font-size: 14px;
  994. }
  995. .top_notices_item1 {
  996. height: 100%;
  997. font-size: 0px;
  998. }
  999. .btn-primary {
  1000. float: right;
  1001. }
  1002. .tan_ping {
  1003. overflow-y: auto;
  1004. /*max-height: 200px;*/
  1005. background-color: #ccc;
  1006. border-radius: 5px;
  1007. position: absolute;
  1008. bottom: 50px;
  1009. right: 80px;
  1010. z-index: 111;
  1011. width: 300px;
  1012. height: 150px;
  1013. display: none;
  1014. }
  1015. .last_li {
  1016. position: absolute;
  1017. bottom: 0;
  1018. width: 100%;
  1019. }
  1020. .news {
  1021. margin-top: 10px;
  1022. width: 100%;
  1023. height: 110px;
  1024. }
  1025. .tan_ping button {
  1026. background-color: #048aad;
  1027. margin: 5px;
  1028. cursor: pointer;
  1029. color: #fff;
  1030. text-align: center;
  1031. border: none;
  1032. border-radius: 5px;
  1033. }
  1034. #chuli {
  1035. float: right;
  1036. }
  1037. #top_notices_lists1 {
  1038. height: 100%;
  1039. }
  1040. .result_str {
  1041. display: block;
  1042. float: left;
  1043. text-align: center;
  1044. }
  1045. #result {
  1046. min-width: 370px;
  1047. min-height: 140px;
  1048. }
  1049. .operation_bj {
  1050. float: right;
  1051. }
  1052. .reflectCategory-wrapper {
  1053. position: relative;
  1054. }
  1055. .reflectCategoryList-wrapper {
  1056. display: none;
  1057. position: absolute;
  1058. top: 38px;
  1059. z-index: 9999;
  1060. line-height: 32px;
  1061. background: #FFF;
  1062. }
  1063. #reflectCategoryList {
  1064. height: 240px;
  1065. background: #FFF;
  1066. border: 1px solid #e5e6e7;
  1067. overflow: auto;
  1068. }
  1069. #reflectCategoryList li {
  1070. padding: 0 10px;
  1071. width: 100%;
  1072. line-height: 32px;
  1073. }
  1074. #reflectCategoryList li:hover {
  1075. background: #00a1cb;
  1076. }
  1077. /*来电弹屏*/
  1078. .listW15{ width: 13%;}
  1079. .listW17{ width: 17%;}
  1080. .listW18{ width: 18%;}
  1081. .listW19{ width: 19%;}
  1082. .listW20{ width: 20%;}
  1083. .listW30{ width: 30%;}
  1084. .listW35{ width: 35%;}
  1085. .listW45{ width: 45%;}
  1086. .listW52{ width: 52%;}
  1087. .listW68{ width: 68%;}
  1088. .listW85{ width: 85%;}
  1089. .lineHeight36{ line-height: 36px;}
  1090. .orderForm{
  1091. margin-top: 30px;
  1092. }
  1093. #dicForms{
  1094. content: "";
  1095. display: block;
  1096. clear: both;
  1097. }
  1098. .dicLeft,.dicRight{
  1099. float: left;
  1100. width: 50%;
  1101. }
  1102. .dicLeft .form-group{ display: flex;}
  1103. .dicLeft .form-group .labelTit{
  1104. text-align: right;
  1105. line-height: 36px;
  1106. }
  1107. .Nows_box .labelTit{
  1108. text-align: right;
  1109. line-height: 36px;
  1110. }
  1111. .Nows_box .labelContent textarea{
  1112. padding: 5px;
  1113. width: 100%;
  1114. }
  1115. .dicLeft .form-group .labelContent{ margin-left: 15px;}
  1116. .dicLeft .form-group .labelContent .radioStyle{
  1117. margin-left: 15px;
  1118. }
  1119. .dicLeft .form-group .labelContent textarea{
  1120. padding: 5px;
  1121. width: 100%;
  1122. }
  1123. .dicLeft .form-group .labelContent select option{
  1124. padding: 5px;
  1125. width: 98%;
  1126. }
  1127. .dicLeft .form-group .labelContent .form-control{
  1128. padding: 5px;
  1129. width: 100%;
  1130. }
  1131. .dicLeft .form-group .labelContent{
  1132. font-weight: normal;
  1133. }
  1134. .dicBtn{
  1135. width: 100%;
  1136. padding-top: 20px;
  1137. }
  1138. .historyCon{
  1139. overflow: hidden;
  1140. }
  1141. .historyCon .complainL{
  1142. float: left;
  1143. width: 49%;
  1144. }
  1145. .historyCon .complainR{
  1146. float: right;
  1147. width: 50%;
  1148. }
  1149. .table-responsive table thead tr th{
  1150. background-color:#1AA3C7 ;
  1151. }
  1152. /*.table-striped>tbody>tr{
  1153. background-color:#DAF3F8 !important;
  1154. }*/
  1155. .list tr td{
  1156. border-top: 1px solid #8D9EA6 !important;
  1157. border-left: 1px solid #8D9EA6 !important;
  1158. }
  1159. .bootstrap-table .table{
  1160. border-bottom: 1px solid #8D9EA6 !important;
  1161. border-right: 1px solid #8D9EA6 !important;
  1162. }
  1163. .bootstrap-table .table > thead > tr > th{
  1164. border-bottom: 1px solid #8D9EA6 !important;
  1165. border-right: 1px solid #8D9EA6 !important;
  1166. }
  1167. .files{
  1168. display: inline-block;
  1169. background: #666;
  1170. color: #fff !important;
  1171. font-size: 12px;
  1172. padding: 8px 5px !important;
  1173. border: 0 !important;
  1174. margin-left: 8px !important;
  1175. margin-bottom: 3px;
  1176. }
  1177. .fileBox{
  1178. display: inline-block;
  1179. }