Keine Beschreibung

home.css 19KB

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