商丘12345 前端

home.css 21KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498
  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. }
  17. .iconfont {
  18. font-family: "iconfont";
  19. font-style: normal;
  20. color: #ffffff;
  21. }
  22. .fr {
  23. float: right;
  24. }
  25. .fl {
  26. float: left;
  27. }
  28. .size-12 {
  29. font-size: 12px;
  30. }
  31. .clearfix{
  32. content: "";
  33. display: block;
  34. clear: both;
  35. }
  36. .title-box {
  37. margin-top: 5px;
  38. }
  39. .title-box li {
  40. margin-left: 30px;
  41. }
  42. .title-box li:hover {
  43. cursor: pointer;
  44. }
  45. .HoverColor {
  46. color: #f8ac59;
  47. }
  48. .FailureColor {
  49. color: #f95f5e;
  50. }
  51. .navbar-header {
  52. width: 100%;
  53. background-color: #048aad;
  54. padding-top: 10px;
  55. }
  56. .title-box li p {
  57. color: #ffffff;
  58. font-size: 14px;
  59. font-weight: bold;
  60. letter-spacing: 2px;
  61. margin-top: 5px;
  62. }
  63. .size-14 {
  64. font-size: 14px;
  65. color: #ffffff !important;
  66. }
  67. .img-circle {
  68. width: 58px;
  69. }
  70. .xian {
  71. border: 1px solid #ffffff;
  72. display: inline-block;
  73. width: 15%;
  74. margin: 5px;
  75. }
  76. .ss {
  77. margin-left: 20px;
  78. }
  79. .fe-3 {
  80. font-size: 3em;
  81. }
  82. .title-box p {
  83. text-align: center;
  84. }
  85. .closed {
  86. display: inline-block;
  87. /* margin-left: 5%;*/
  88. cursor: pointer;
  89. color: #ffffff;
  90. float: right;
  91. margin-right: 5%;
  92. height: 42px;
  93. line-height: 42px;
  94. }
  95. .closed div {
  96. overflow: hidden;
  97. float: left;
  98. height: 100%;
  99. }
  100. .closed ul {
  101. margin-bottom: 0px;
  102. }
  103. .closed li {
  104. float: left;
  105. margin-right: 20px;
  106. }
  107. .closed i {
  108. display: inline-block;
  109. background: url(../img/chilun.png) no-repeat;
  110. margin-right: 5px;
  111. width: 14px;
  112. height: 16px;
  113. vertical-align: middle;
  114. }
  115. .ga {
  116. background-position: 0 0 !important;
  117. }
  118. .sz {
  119. background-position: 0 -15px !important;
  120. }
  121. .tc {
  122. background-position: 0 -33px !important;
  123. }
  124. .zhuangtai {
  125. display: block;
  126. width: 30%;
  127. margin-left: 10px;
  128. font-size: 14px;
  129. font-weight: 800;
  130. }
  131. .wq {
  132. color: #f95f5e;
  133. }
  134. #top-search li:hover {
  135. color: #eaeaea;
  136. }
  137. .content-tabs1 ul {
  138. padding-left: 0;
  139. }
  140. .content-tabs1 li {
  141. list-style: none;
  142. float: left;
  143. height: 5px;
  144. }
  145. .top1 {
  146. background-color: #68adfe;
  147. }
  148. .top2 {
  149. background-color: #9897f0;
  150. }
  151. .top3 {
  152. background-color: #87eebf;
  153. }
  154. .top4 {
  155. background-color: #68b0fe;
  156. }
  157. .top5 {
  158. background-color: #f95a83;
  159. }
  160. .top6 {
  161. background-color: #eb76dd;
  162. }
  163. .top7 {
  164. background-color: #69cbd0;
  165. }
  166. .top8 {
  167. background-color: #69cbd0;
  168. }
  169. .top9 {
  170. background-color: #aaf58d;
  171. }
  172. .top10 {
  173. background-color: #f76a53;
  174. }
  175. .top11 {
  176. background-color: #eb76dd;
  177. }
  178. .top12 {
  179. background-color: #6c77da;
  180. }
  181. .top13 {
  182. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  183. background: -moz-linear-gradient(left, #f073db, #65abfc);
  184. background: -o-linear-gradient(left, #f073db, #65abfc);
  185. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  186. background: linear-gradient(left, #f073db, #65abfc);
  187. /* Opera 11.1 - 12.0 */
  188. /* Firefox 3.6 - 15 */
  189. /* 标准的语法 */
  190. }
  191. .zts {
  192. height: 30px;
  193. margin-left: 2%;
  194. line-height: 30px;
  195. padding-top: 15px;
  196. }
  197. .zts li {
  198. height: 20px;
  199. line-height: 20px;
  200. font-weight: bold;
  201. letter-spacing: 2px;
  202. }
  203. .quan {
  204. width: 15px;
  205. height: 15px !important;
  206. border-radius: 50%;
  207. margin-right: 2%;
  208. margin-left: 5px;
  209. margin-top: 2px;
  210. }
  211. .lx {
  212. background: #6a6d69;
  213. }
  214. .br {
  215. background: red;
  216. }
  217. .bl {
  218. background: #7ab85b;
  219. }
  220. .by {
  221. background: yellow;
  222. }
  223. .LH {
  224. line-height: 35px;
  225. }
  226. .zts span {
  227. line-height: 20px;
  228. margin-right: 50px;
  229. font-size: 12px;
  230. }
  231. .photo {
  232. width: 40px;
  233. height: 40px;
  234. border-width: 2px;
  235. border-style: solid;
  236. border-radius: 50%;
  237. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  238. margin-bottom: 1px;
  239. }
  240. .photo img {
  241. display: block;
  242. width: 100%;
  243. height: 100%;
  244. }
  245. .ls {
  246. /*margin-left: 20px;*/
  247. text-align: center;
  248. overflow: initial !important;
  249. position: relative;
  250. }
  251. .ls .dropdown-menu {
  252. top: 115%;
  253. left: -100%;
  254. width: 320px;
  255. background: rgba(0, 160, 205, 0.92);
  256. }
  257. .ls .dropdown-menu li {
  258. float: initial;
  259. margin-right: 0;
  260. line-height: 25px;
  261. }
  262. .dropdown-menu>li>a {
  263. margin: 0;
  264. color: #555;
  265. padding: 0;
  266. text-align: center;
  267. }
  268. .dropdown-menu>li>a:focus,
  269. .dropdown-menu>li>a:hover {
  270. color: #fff;
  271. text-decoration: none;
  272. background-color: #00a1cb;
  273. }
  274. .dropdown-menu>li>a div {
  275. float: initial;
  276. }
  277. .dropdown-menu>li>a .tipCon {
  278. width: 100%;
  279. overflow: hidden;
  280. white-space: nowrap;
  281. text-overflow: ellipsis;
  282. }
  283. .dropdown-menu>li>a .order_time span {
  284. display: inline-block;
  285. margin: 0;
  286. }
  287. .order_time span.work_order {
  288. float: left;
  289. }
  290. .order_time span.ort {
  291. float: right;
  292. }
  293. .ls span {
  294. margin-right: 18px;
  295. }
  296. .ls span.tuBiao,
  297. .ls span.chat,
  298. .ls span.surIcon {
  299. display: inline-block;
  300. vertical-align: middle;
  301. position: relative;
  302. font-size: 15px;
  303. }
  304. .ls span.chat.come_mess {
  305. color: red;
  306. }
  307. .ls span.surIcon {
  308. font-size: 18px;
  309. }
  310. .ls span.tuBiao span,
  311. .ls span.chat span,
  312. .ls span.surIcon span {
  313. position: absolute;
  314. padding: 3px;
  315. top: -13px;
  316. }
  317. .min-right {
  318. margin-right: 10px;
  319. }
  320. .navbar-top-links i {
  321. width: 24px;
  322. height: 21px;
  323. display: block;
  324. background: url(../img/topIcon.png) no-repeat;
  325. background-position: center center;
  326. margin: 0 auto;
  327. }
  328. /*挂断*/
  329. .DropCall {
  330. background-position: 0px 0 !important;
  331. }
  332. /*外呼*/
  333. .MakeCall {
  334. background-position: 0px -20px !important;
  335. }
  336. /*置忙*/
  337. .SayBusy {
  338. background-position: 0px -42px !important;
  339. }
  340. /*置闲*/
  341. .SayFree {
  342. background-position: 0px -65px !important;
  343. }
  344. /*多方通话*/
  345. .Meeting {
  346. background-position: 0px -85px !important;
  347. }
  348. /*多方通话回签*/
  349. .MeetingTakeBack {
  350. background-position: 0px -85px !important;
  351. }
  352. /*转移*/
  353. .Transfer {
  354. background-position: 0px -108px !important;
  355. }
  356. /*保持*/
  357. .Hold {
  358. background-position: 0px -131px !important;
  359. }
  360. /*接回*/
  361. .Retrieve {
  362. background-position: 0px -153px !important;
  363. }
  364. /*签入*/
  365. .Login {
  366. background-position: 0px -197px !important;
  367. }
  368. /*外呼签入*/
  369. .callOutLogin {
  370. background-position: 0px -197px !important;
  371. }
  372. /*签出*/
  373. .Logout {
  374. background-position: 0px -175px !important;
  375. }
  376. /* 满意度 */
  377. .satisfactionEvaluation {
  378. background: url(../img/satisfactionEvaluation.png) no-repeat !important;
  379. background-size: 24px 21px !important;
  380. }
  381. .navbar-top-links .satisfactionEvaluation.active {
  382. background: url(../img/satisfactionEvaluation2.png) no-repeat !important;
  383. background-size: 24px 21px !important;
  384. }
  385. /*协商呼叫 */
  386. .Consult {
  387. background: url(../img/new_xshj.png) no-repeat 0 0 !important;
  388. }
  389. .navbar-top-links .Consult.active {
  390. background: url(../img/new_xshj2.png) no-repeat 0 0 !important;
  391. }
  392. /*确认转移 */
  393. .ConfirmTransfer {
  394. background: url(../img/new_qrzy.png) no-repeat 0 0 !important;
  395. }
  396. .navbar-top-links .ConfirmTransfer.active {
  397. background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
  398. }
  399. /*取消转移 */
  400. .CancelTransfer {
  401. background: url(../img/new_qxzy.png) no-repeat 0 0 !important;
  402. }
  403. .navbar-top-links .CancelTransfer.active {
  404. background: url(../img/new_qxzy2.png) no-repeat 0 0 !important;
  405. }
  406. /*转IVR */
  407. .TurnIvr {
  408. background: url(../img/IVR.png) no-repeat 0 0 !important;
  409. }
  410. .navbar-top-links .TurnIvr.active {
  411. background: url(../img/IVR2.png) no-repeat 0 0 !important;
  412. }
  413. .navbar-top-links .active {
  414. background-position-x: -23px !important;
  415. }
  416. .ldcr-bottom .detail-con ul li .active a {
  417. color: #f95a83 !important;
  418. }
  419. .ldcr-bottom .detail-con ul li .active em {
  420. color: #f95a83 !important;
  421. }
  422. .ldcr-bottom .detail-con ul li .active+.explancon {
  423. display: block !important;
  424. }
  425. .searchbtn {
  426. width: 2.5em;
  427. height: 24px;
  428. border-radius: 5px;
  429. position: absolute;
  430. background-color: #01a1cb;
  431. background-image: url(../img/searIcon.png);
  432. background-repeat: no-repeat;
  433. background-position: center center;
  434. cursor: pointer;
  435. }
  436. .max-box {
  437. height: 42px;
  438. /*width: 100%;*/
  439. }
  440. .laydate_body .laydate_bottom,
  441. .laydate_body .laydate_top {
  442. height: 31px !important;
  443. }
  444. .laydate_body .laydate_y .laydate_yms ul li {
  445. width: 59px !important;
  446. }
  447. .col-sm-1 {
  448. padding-right: 0;
  449. line-height: 22px;
  450. text-align: center;
  451. font-family: "微软雅黑";
  452. }
  453. ul.ztree {
  454. border: 1px solid #617775;
  455. background: #f0f6e4;
  456. overflow-y: scroll;
  457. overflow-x: auto;
  458. }
  459. .minBacha {
  460. position: absolute;
  461. top: 0;
  462. right: 80px;
  463. z-index: 10;
  464. overflow: hidden;
  465. }
  466. .minBacha>div {
  467. float: left;
  468. height: 35px;
  469. width: 35px;
  470. margin-left: 2px;
  471. }
  472. .minBacha>div a {
  473. display: block;
  474. height: 100%;
  475. width: 100%;
  476. text-align: center;
  477. background-position: center center;
  478. background-color: #2f4050;
  479. opacity: 0.5;
  480. }
  481. .minBacha>div a:hover {
  482. opacity: 1;
  483. }
  484. .minClosed>a {
  485. background: url("../img/min.png") no-repeat;
  486. }
  487. .Bacha>a {
  488. background: url("../img/gb.png") no-repeat;
  489. }
  490. .lblcount {
  491. position: absolute;
  492. right: 5px;
  493. top: 8px;
  494. }
  495. .first {
  496. z-index: 1000;
  497. }
  498. .khzl {
  499. font-size: 12px;
  500. border: 0;
  501. width: 80%;
  502. margin: 35px auto;
  503. color: #fff;
  504. }
  505. .khzl tr {
  506. border: 0;
  507. }
  508. .khzl th {
  509. padding: 5px 8px 5px 0;
  510. text-align: right;
  511. width: 45%;
  512. font-weight: normal;
  513. border: 0;
  514. }
  515. .khzl tbody>tr>td,
  516. .khzl tbody>tr>th {
  517. border: 0;
  518. }
  519. .khzl tbody>tr>td input {
  520. border: 0;
  521. outline: none;
  522. background: #243747;
  523. padding-left: 5px;
  524. width: 100%;
  525. }
  526. .khbtn {
  527. /*background: #97a0a8;*/
  528. color: #1ab394;
  529. font-size: 14px;
  530. vertical-align: middle;
  531. }
  532. .hei-list {
  533. width: 400px;
  534. margin: 0 auto;
  535. }
  536. .heiTop {
  537. height: 35px;
  538. background: #1ab394;
  539. color: #fff;
  540. line-height: 35px;
  541. padding: 0 15px;
  542. border-top-left-radius: 3px;
  543. border-top-right-radius: 3px;
  544. }
  545. .heiTop .htl {
  546. float: left;
  547. margin: 0;
  548. }
  549. .heiTop .bacha {
  550. float: right;
  551. font-size: 18px;
  552. cursor: pointer;
  553. margin: 0;
  554. }
  555. .heiCon {
  556. width: 100%;
  557. background: #fff;
  558. text-align: center;
  559. padding: 25px 15px;
  560. height: auto;
  561. overflow-y: auto;
  562. border: 1px solid #eee;
  563. }
  564. #time-word {
  565. border: 1px solid #1ab394;
  566. padding: 5px 0 5px 10px;
  567. width: 120px;
  568. outline: none;
  569. color: #000;
  570. }
  571. .chooses {
  572. margin-top: 10px;
  573. }
  574. .btns {
  575. background: #00a1cb;
  576. color: #fff;
  577. padding: 10px 15px;
  578. outline: none;
  579. font-size: 14px;
  580. margin-left: 50px;
  581. display: inline-block;
  582. border: 0;
  583. border-radius: 3px;
  584. box-sizing: border-box;
  585. }
  586. .bianji {
  587. display: inline-block;
  588. height: 16px;
  589. width: 16px;
  590. vertical-align: middle;
  591. margin-right: 5px;
  592. }
  593. .bianji.edi {
  594. background: url(../img/xgai.png) no-repeat;
  595. }
  596. .bianji.sav {
  597. background: url(../img/bbc.png) no-repeat;
  598. }
  599. .bianji.canc {
  600. background: url(../img/quxi.png) no-repeat;
  601. }
  602. .t-shade {
  603. position: fixed;
  604. top: 0;
  605. left: 0;
  606. width: 100%;
  607. height: 100%;
  608. background: rgba(0, 0, 0, 0.48);
  609. z-index: 10004;
  610. display: none;
  611. }
  612. .shade_k {
  613. z-index: 10005;
  614. width: 40%;
  615. left: 30%;
  616. margin: 20% auto;
  617. position: absolute;
  618. background-color: #fff;
  619. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  620. border-radius: 5px;
  621. }
  622. .shade_title {
  623. padding: 0 80px 0 20px;
  624. height: 42px;
  625. line-height: 42px;
  626. border-bottom: 1px solid #eee;
  627. font-size: 16px;
  628. color: #ffffff;
  629. overflow: hidden;
  630. background-color: #00a1cb;
  631. border-radius: 2px 2px 0 0;
  632. position: relative;
  633. }
  634. .setwin {
  635. position: absolute;
  636. right: 15px;
  637. top: 5px;
  638. font-size: 20px;
  639. line-height: initial;
  640. }
  641. .setwin a {
  642. font-size: 20px;
  643. color: #fff;
  644. }
  645. .shade_content {
  646. overflow-y: auto;
  647. position: relative;
  648. padding-bottom: 50px;
  649. padding: 10px;
  650. }
  651. .wh_btn {
  652. width: 80%;
  653. text-align: center;
  654. padding-top: 20px;
  655. margin: 0 auto;
  656. margin-bottom: 20px;
  657. }
  658. .wh_btn input {
  659. padding: 7px 20px;
  660. color: #fff;
  661. border-radius: 5px;
  662. margin-right: 30px;
  663. border: 1px solid #999;
  664. border-color: rgb(26, 179, 148);
  665. }
  666. .sc_btn {
  667. color: rgb(255, 255, 255);
  668. font-size: 12px;
  669. margin-left: 15px;
  670. box-sizing: border-box;
  671. background: #00a1cb;
  672. padding: 6px 10px;
  673. outline: none;
  674. border-width: 0px;
  675. border-style: initial;
  676. border-color: initial;
  677. border-image: initial;
  678. border-radius: 3px;
  679. }
  680. .sc_btn:hover {
  681. color: #fff !important;
  682. }
  683. .cx {
  684. display: block;
  685. }
  686. .boxCon {
  687. width: 100%;
  688. background: #fff;
  689. text-align: center;
  690. padding: 10px 15px;
  691. height: auto;
  692. overflow-y: auto;
  693. }
  694. .Import {
  695. color: #fe6604;
  696. }
  697. .Hidens {
  698. display: none;
  699. }
  700. /*右下角消息弹框开始*/
  701. /*.rightDown_list .divider{
  702. height: 1px;
  703. margin: 9px 0;
  704. overflow: hidden;
  705. background-color: ;
  706. }*/
  707. .rightDown_list>li {
  708. border-bottom: 1px solid #e5e5e5;
  709. }
  710. .rightDown_list>li>a {
  711. border-radius: 3px;
  712. color: inherit;
  713. line-height: 25px;
  714. /*margin: 4px;*/
  715. text-align: left;
  716. font-weight: 400;
  717. padding: 3px 20px;
  718. min-height: 0;
  719. display: block;
  720. }
  721. .small-chat-box .content {
  722. padding: 5px 15px !important;
  723. }
  724. .small-chat-box {
  725. height: 400px;
  726. }
  727. /*右下角消息弹框结束*/
  728. /*来电类型样式*/
  729. .dicValueList span:nth-of-type(1) {
  730. line-height: 36px;
  731. }
  732. .dicValueList ul {
  733. list-style: none;
  734. margin: 0;
  735. padding: 0;
  736. }
  737. .dicValueList ul li {
  738. float: left;
  739. margin-right: 20px;
  740. text-align: center;
  741. padding: 6px 0;
  742. }
  743. .dicValueList li input {
  744. display: none;
  745. }
  746. .dicValueList li label {
  747. margin: 0;
  748. font-weight: normal;
  749. display: block;
  750. width: 100%;
  751. border: 1px solid #ccc;
  752. padding: 2px 10px;
  753. cursor: pointer;
  754. }
  755. .dicValueList .checkedDept {
  756. border-color: #fe6604;
  757. }
  758. .sele_send {
  759. cursor: pointer;
  760. }
  761. .reply,
  762. .sele_send {
  763. color: #337ab7;
  764. margin-left: 5px;
  765. }
  766. .reply:hover,
  767. .sele_send:hover {
  768. color: #23527c;
  769. }
  770. .chat_content {
  771. height: 45px;
  772. }
  773. .sidebar-container ul.nav-tabs {
  774. height: 41px;
  775. }
  776. /*.tab-content {
  777. height: calc(100% - 41px);
  778. overflow-y: auto;
  779. width: 100%;
  780. padding: 0 0 10px 0;
  781. }*/
  782. /*.layui-layer-content {
  783. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  784. }*/
  785. .phoneBZ {
  786. display: inline-block;
  787. height: 15px;
  788. width: 15px;
  789. position: absolute;
  790. right: 0px;
  791. bottom: -15px;
  792. background: url(../img/phoneBZ.png) no-repeat;
  793. display: none;
  794. }
  795. .open_chat {
  796. font-size: 14px;
  797. line-height: 18px;
  798. text-align: center;
  799. padding: 6px 5px;
  800. -webkit-box-sizing: border-box;
  801. -moz-box-sizing: border-box;
  802. box-sizing: border-box;
  803. position: fixed;
  804. top: 50%;
  805. right: 26px;
  806. z-index: 100;
  807. background: #0489ac;
  808. color: #fff;
  809. cursor: pointer;
  810. display: none;
  811. }
  812. .open_chat .before {
  813. position: absolute;
  814. padding: 5px;
  815. background: red;
  816. border-radius: 50%;
  817. display: none;
  818. right: -4px;
  819. top: -4px;
  820. }
  821. .open_chat .before.show {
  822. display: block !important;
  823. }
  824. .open_chat .before.hide {
  825. display: none !important;
  826. }
  827. .source_area {
  828. position: relative;
  829. }
  830. .source_area img {
  831. display: inline;
  832. width: 15px;
  833. margin-left: 10px;
  834. margin-top: -5px;
  835. }
  836. /* 一键转接 */
  837. .hw_through p select {
  838. height: 19px;
  839. line-height: 19px;
  840. }
  841. .hw_through {
  842. position: relative;
  843. }
  844. .keyTransfer {
  845. width: 24px;
  846. margin: 0 auto;
  847. }
  848. .navbar-top-links .keyTransfer {
  849. background: url(../img/through_xian.png) no-repeat 0 0 !important;
  850. background-size: 21px !important;
  851. }
  852. .navbar-top-links .keyTransfer.active {
  853. background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
  854. }
  855. .keyTransfer img {
  856. margin-top: 3px;
  857. width: 100%;
  858. }
  859. .keyTransferDiv {
  860. width: 105px;
  861. position: absolute;
  862. right: -40px;
  863. top: 55px;
  864. text-align: center;
  865. background: #ffffff;
  866. border: 1px solid #cccccc;
  867. display: none;
  868. z-index: 999999;
  869. }
  870. .keyTransferDiv dl {
  871. margin: 0;
  872. }
  873. .keyTransferDiv dl dt {
  874. line-height: 30px;
  875. }
  876. .keyTransferDiv dl dt:hover {
  877. cursor: pointer;
  878. background: #048aad;
  879. color: #ffffff;
  880. }
  881. .mapPos {
  882. margin-right: 15px;
  883. }
  884. .reposit {
  885. /*position: absolute;
  886. left: 250px;
  887. bottom: 15px;*/
  888. margin-left: 50px;
  889. -moz-border-radius: 20px;
  890. -webkit-border-radius: 20px;
  891. border-radius: 20px;
  892. background: #FFA000;
  893. color: #ffffff;
  894. width: 40px;
  895. height: 40px;
  896. line-height: 40px;
  897. text-align: center;
  898. cursor: pointer;
  899. display: inline-block;
  900. }
  901. .repoConte {
  902. position: absolute;
  903. right: 60px;
  904. top: 188px;
  905. display: none;
  906. padding: 5px 10px;
  907. width: 1000px;
  908. height: 530px;
  909. border: 1px solid #e6e6e6;
  910. background: #ffffff;
  911. overflow-y: scroll;
  912. z-index: 1000;
  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: 0 5px !important;
  1173. border: 0 !important;
  1174. margin-left: 8px !important;
  1175. margin-bottom: 3px;
  1176. }
  1177. .fileBox{
  1178. display: inline-block;
  1179. }
  1180. .TurnXianDiv {
  1181. width: 64px;
  1182. position: absolute;
  1183. right: -15px;
  1184. top: 55px;
  1185. text-align: center;
  1186. background: #FFFFFF;
  1187. border: 1px solid #CCCCCC;
  1188. display: none;
  1189. }
  1190. .TurnXianDiv dl {
  1191. margin: 0;
  1192. }
  1193. .TurnXianDiv dl dt {
  1194. line-height: 30px;
  1195. }
  1196. .TurnXianDiv dl dt:hover {
  1197. cursor: pointer;
  1198. background: #048aad;
  1199. color: #FFFFFF;
  1200. }
  1201. .ld-sercon select {
  1202. height: 22px;
  1203. width: 128px;
  1204. padding-left: 20px;
  1205. }
  1206. .reposit {
  1207. -moz-border-radius: 20px;
  1208. -webkit-border-radius: 20px;
  1209. border-radius: 20px;
  1210. position: absolute;
  1211. background: #00a1cb;
  1212. color: #FFFFFF;
  1213. z-index: 2;
  1214. width: 40px;
  1215. height: 40px;
  1216. line-height: 40px;
  1217. text-align: center;
  1218. right: 5px;
  1219. top: 20px;
  1220. }
  1221. .mapPos {
  1222. margin-top: 75px;
  1223. margin-left: 83px;
  1224. }
  1225. .source_area input[type="text"] {
  1226. width: 392px;
  1227. }
  1228. .source_area select[name="sourcearea"] {
  1229. margin-bottom: 10px;
  1230. }