Sin descripción

home.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446
  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. .listW85{ width: 85%;}
  1088. .lineHeight36{ line-height: 36px;}
  1089. .orderForm{
  1090. margin-top: 30px;
  1091. }
  1092. #dicForms{
  1093. content: "";
  1094. display: block;
  1095. clear: both;
  1096. }
  1097. .dicLeft,.dicRight{
  1098. float: left;
  1099. width: 50%;
  1100. }
  1101. .dicLeft .form-group{ display: flex;}
  1102. .dicLeft .form-group .labelTit{
  1103. text-align: right;
  1104. line-height: 36px;
  1105. }
  1106. .Nows_box .labelTit{
  1107. text-align: right;
  1108. line-height: 36px;
  1109. }
  1110. .Nows_box .labelContent textarea{
  1111. padding: 5px;
  1112. width: 100%;
  1113. }
  1114. .dicLeft .form-group .labelContent{ margin-left: 15px;}
  1115. .dicLeft .form-group .labelContent .radioStyle{
  1116. margin-left: 15px;
  1117. }
  1118. .dicLeft .form-group .labelContent textarea{
  1119. padding: 5px;
  1120. width: 100%;
  1121. }
  1122. .dicLeft .form-group .labelContent select option{
  1123. padding: 5px;
  1124. width: 98%;
  1125. }
  1126. .dicLeft .form-group .labelContent .form-control{
  1127. padding: 5px;
  1128. width: 100%;
  1129. }
  1130. .dicLeft .form-group .labelContent{
  1131. font-weight: normal;
  1132. }
  1133. .dicBtn{
  1134. width: 100%;
  1135. margin-top: 20px;
  1136. }
  1137. .historyCon{
  1138. overflow: hidden;
  1139. }
  1140. .historyCon .complainL{
  1141. float: left;
  1142. width: 49%;
  1143. }
  1144. .historyCon .complainR{
  1145. float: right;
  1146. width: 50%;
  1147. }
  1148. .table-responsive table thead tr th{
  1149. background-color:#1AA3C7 ;
  1150. }
  1151. /*.table-striped>tbody>tr{
  1152. background-color:#DAF3F8 !important;
  1153. }*/
  1154. .list tr td{
  1155. border-top: 1px solid #8D9EA6 !important;
  1156. border-left: 1px solid #8D9EA6 !important;
  1157. }
  1158. .bootstrap-table .table{
  1159. border-bottom: 1px solid #8D9EA6 !important;
  1160. border-right: 1px solid #8D9EA6 !important;
  1161. }
  1162. .bootstrap-table .table > thead > tr > th{
  1163. border-bottom: 1px solid #8D9EA6 !important;
  1164. border-right: 1px solid #8D9EA6 !important;
  1165. }
  1166. .files{
  1167. display: inline-block;
  1168. background: #666;
  1169. color: #fff !important;
  1170. font-size: 12px;
  1171. padding: 0 5px !important;
  1172. border: 0 !important;
  1173. margin-left: 8px !important;
  1174. margin-bottom: 3px;
  1175. }
  1176. .fileBox{
  1177. display: inline-block;
  1178. }