Нет описания

home.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  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: 50px;
  580. display: inline-block;
  581. border: 0;
  582. border-radius: 3px;
  583. box-sizing: border-box;
  584. }
  585. .bianji {
  586. display: inline-block;
  587. height: 16px;
  588. width: 16px;
  589. vertical-align: middle;
  590. margin-right: 5px;
  591. }
  592. .bianji.edi {
  593. background: url(../img/xgai.png) no-repeat;
  594. }
  595. .bianji.sav {
  596. background: url(../img/bbc.png) no-repeat;
  597. }
  598. .bianji.canc {
  599. background: url(../img/quxi.png) no-repeat;
  600. }
  601. .t-shade {
  602. position: fixed;
  603. top: 0;
  604. left: 0;
  605. width: 100%;
  606. height: 100%;
  607. background: rgba(0, 0, 0, 0.48);
  608. z-index: 10004;
  609. display: none;
  610. }
  611. .shade_k {
  612. z-index: 10005;
  613. width: 40%;
  614. left: 30%;
  615. margin: 20% auto;
  616. position: absolute;
  617. background-color: #fff;
  618. box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  619. border-radius: 5px;
  620. }
  621. .shade_title {
  622. padding: 0 80px 0 20px;
  623. height: 42px;
  624. line-height: 42px;
  625. border-bottom: 1px solid #eee;
  626. font-size: 16px;
  627. color: #ffffff;
  628. overflow: hidden;
  629. background-color: #00a1cb;
  630. border-radius: 2px 2px 0 0;
  631. position: relative;
  632. }
  633. .setwin {
  634. position: absolute;
  635. right: 15px;
  636. top: 5px;
  637. font-size: 20px;
  638. line-height: initial;
  639. }
  640. .setwin a {
  641. font-size: 20px;
  642. color: #fff;
  643. }
  644. .shade_content {
  645. overflow-y: auto;
  646. position: relative;
  647. padding-bottom: 50px;
  648. padding: 10px;
  649. }
  650. .wh_btn {
  651. width: 80%;
  652. text-align: center;
  653. padding-top: 20px;
  654. margin: 0 auto;
  655. margin-bottom: 20px;
  656. }
  657. .wh_btn input {
  658. padding: 7px 20px;
  659. color: #fff;
  660. border-radius: 5px;
  661. margin-right: 30px;
  662. border: 1px solid #999;
  663. border-color: rgb(26, 179, 148);
  664. }
  665. .sc_btn {
  666. color: rgb(255, 255, 255);
  667. font-size: 12px;
  668. margin-left: 15px;
  669. box-sizing: border-box;
  670. background: #00a1cb;
  671. padding: 6px 10px;
  672. outline: none;
  673. border-width: 0px;
  674. border-style: initial;
  675. border-color: initial;
  676. border-image: initial;
  677. border-radius: 3px;
  678. }
  679. .sc_btn:hover {
  680. color: #fff !important;
  681. }
  682. .cx {
  683. display: block;
  684. }
  685. .boxCon {
  686. width: 100%;
  687. background: #fff;
  688. text-align: center;
  689. padding: 10px 15px;
  690. height: auto;
  691. overflow-y: auto;
  692. }
  693. .Import {
  694. color: #fe6604;
  695. }
  696. .Hidens {
  697. display: none;
  698. }
  699. /*右下角消息弹框开始*/
  700. /*.rightDown_list .divider{
  701. height: 1px;
  702. margin: 9px 0;
  703. overflow: hidden;
  704. background-color: ;
  705. }*/
  706. .rightDown_list>li {
  707. border-bottom: 1px solid #e5e5e5;
  708. }
  709. .rightDown_list>li>a {
  710. border-radius: 3px;
  711. color: inherit;
  712. line-height: 25px;
  713. /*margin: 4px;*/
  714. text-align: left;
  715. font-weight: 400;
  716. padding: 3px 20px;
  717. min-height: 0;
  718. display: block;
  719. }
  720. .small-chat-box .content {
  721. padding: 5px 15px !important;
  722. }
  723. .small-chat-box {
  724. height: 400px;
  725. }
  726. /*右下角消息弹框结束*/
  727. /*来电类型样式*/
  728. .dicValueList span:nth-of-type(1) {
  729. line-height: 36px;
  730. }
  731. .dicValueList ul {
  732. list-style: none;
  733. margin: 0;
  734. padding: 0;
  735. }
  736. .dicValueList ul li {
  737. float: left;
  738. margin-right: 20px;
  739. text-align: center;
  740. padding: 6px 0;
  741. }
  742. .dicValueList li input {
  743. display: none;
  744. }
  745. .dicValueList li label {
  746. margin: 0;
  747. font-weight: normal;
  748. display: block;
  749. width: 100%;
  750. border: 1px solid #ccc;
  751. padding: 2px 10px;
  752. cursor: pointer;
  753. }
  754. .dicValueList .checkedDept {
  755. border-color: #fe6604;
  756. }
  757. .sele_send {
  758. cursor: pointer;
  759. }
  760. .reply,
  761. .sele_send {
  762. color: #337ab7;
  763. margin-left: 5px;
  764. }
  765. .reply:hover,
  766. .sele_send:hover {
  767. color: #23527c;
  768. }
  769. .chat_content {
  770. height: 45px;
  771. }
  772. .sidebar-container ul.nav-tabs {
  773. height: 41px;
  774. }
  775. /*.tab-content {
  776. height: calc(100% - 41px);
  777. overflow-y: auto;
  778. width: 100%;
  779. padding: 0 0 10px 0;
  780. }*/
  781. /*.layui-layer-content {
  782. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  783. }*/
  784. .phoneBZ {
  785. display: inline-block;
  786. height: 15px;
  787. width: 15px;
  788. position: absolute;
  789. right: 0px;
  790. bottom: -15px;
  791. background: url(../img/phoneBZ.png) no-repeat;
  792. display: none;
  793. }
  794. .open_chat {
  795. font-size: 14px;
  796. line-height: 18px;
  797. text-align: center;
  798. padding: 6px 5px;
  799. -webkit-box-sizing: border-box;
  800. -moz-box-sizing: border-box;
  801. box-sizing: border-box;
  802. position: fixed;
  803. top: 50%;
  804. right: 26px;
  805. z-index: 100;
  806. background: #0489ac;
  807. color: #fff;
  808. cursor: pointer;
  809. display: none;
  810. }
  811. .open_chat .before {
  812. position: absolute;
  813. padding: 5px;
  814. background: red;
  815. border-radius: 50%;
  816. display: none;
  817. right: -4px;
  818. top: -4px;
  819. }
  820. .open_chat .before.show {
  821. display: block !important;
  822. }
  823. .open_chat .before.hide {
  824. display: none !important;
  825. }
  826. .source_area {
  827. position: relative;
  828. }
  829. .source_area img {
  830. display: inline;
  831. width: 15px;
  832. margin-left: 10px;
  833. margin-top: -5px;
  834. }
  835. /* 一键转接 */
  836. .hw_through p select {
  837. height: 19px;
  838. line-height: 19px;
  839. }
  840. .hw_through {
  841. position: relative;
  842. }
  843. .keyTransfer {
  844. width: 24px;
  845. margin: 0 auto;
  846. }
  847. .navbar-top-links .keyTransfer {
  848. background: url(../img/through_xian.png) no-repeat 0 0 !important;
  849. background-size: 21px !important;
  850. }
  851. .navbar-top-links .keyTransfer.active {
  852. background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
  853. }
  854. .keyTransfer img {
  855. margin-top: 3px;
  856. width: 100%;
  857. }
  858. .keyTransferDiv {
  859. width: 105px;
  860. position: absolute;
  861. right: -40px;
  862. top: 55px;
  863. text-align: center;
  864. background: #ffffff;
  865. border: 1px solid #cccccc;
  866. display: none;
  867. z-index: 999999;
  868. }
  869. .keyTransferDiv dl {
  870. margin: 0;
  871. }
  872. .keyTransferDiv dl dt {
  873. line-height: 30px;
  874. }
  875. .keyTransferDiv dl dt:hover {
  876. cursor: pointer;
  877. background: #048aad;
  878. color: #ffffff;
  879. }
  880. .mapPos {
  881. margin-right: 15px;
  882. }
  883. .reposit {
  884. /*position: absolute;
  885. left: 250px;
  886. bottom: 15px;*/
  887. margin-left: 50px;
  888. -moz-border-radius: 20px;
  889. -webkit-border-radius: 20px;
  890. border-radius: 20px;
  891. background: #FFA000;
  892. color: #ffffff;
  893. width: 40px;
  894. height: 40px;
  895. line-height: 40px;
  896. text-align: center;
  897. cursor: pointer;
  898. display: inline-block;
  899. }
  900. .repoConte {
  901. position: absolute;
  902. right: 60px;
  903. top: 35px;
  904. display: none;
  905. padding: 5px 10px;
  906. width: 1000px;
  907. height: 530px;
  908. border: 1px solid #e6e6e6;
  909. background: #ffffff;
  910. overflow-y: scroll;
  911. }
  912. /* 综合查询 */
  913. .comprehensive {
  914. /*position: absolute;
  915. left: 300px;
  916. bottom: 15px;*/
  917. margin-left: 50px;
  918. -moz-border-radius: 20px;
  919. -webkit-border-radius: 20px;
  920. border-radius: 20px;
  921. background: #FFA000;
  922. color: #ffffff;
  923. z-index: 2;
  924. width: 40px;
  925. height: 40px;
  926. line-height: 40px;
  927. text-align: center;
  928. cursor: pointer;
  929. display: inline-block;
  930. }
  931. .comprehensiveContent {
  932. position: absolute;
  933. right: 60px;
  934. top: 35px;
  935. display: none;
  936. padding: 5px 10px;
  937. width: 1300px;
  938. height: 530px;
  939. border: 1px solid #e6e6e6;
  940. background: #ffffff;
  941. overflow-y: scroll;
  942. }
  943. .comprehensiveContentSerrch {
  944. margin: 15px 0 10px 0;
  945. }
  946. .comprehensiveContentSerrch .form-group .col-sm-1 {
  947. line-height: 34px;
  948. }
  949. .content {
  950. height: 450px !important;
  951. }
  952. .top_notices_num {
  953. color: #ff9800;
  954. position: absolute;
  955. right: 15px;
  956. top: -17px;
  957. }
  958. .top_notices_lists {
  959. position: absolute;
  960. top: 24px;
  961. background-color: #ecfeff;
  962. width: 310px;
  963. z-index: 1000;
  964. border-radius: 0;
  965. padding: 10px;
  966. border-radius: 2px;
  967. box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
  968. overflow-y: auto;
  969. max-height: 500px;
  970. display: none;
  971. }
  972. .top_notices_lists li span {
  973. color: #048aad;
  974. }
  975. .top_notices_con {
  976. display: inline-block;
  977. float: left;
  978. width: 200px;
  979. height: 42px;
  980. white-space: nowrap;
  981. overflow: hidden;
  982. text-overflow: ellipsis;
  983. /*position: absolute;*/
  984. }
  985. .top_notices_con1 {
  986. display: inline-block;
  987. width: 100%;
  988. /*height: 100%;*/
  989. float: left;
  990. /*text-align: center;*/
  991. font-size: 14px;
  992. }
  993. .top_notices_item1 {
  994. height: 100%;
  995. font-size: 0px;
  996. }
  997. .btn-primary {
  998. float: right;
  999. }
  1000. .tan_ping {
  1001. overflow-y: auto;
  1002. /*max-height: 200px;*/
  1003. background-color: #ccc;
  1004. border-radius: 5px;
  1005. position: absolute;
  1006. bottom: 50px;
  1007. right: 80px;
  1008. z-index: 111;
  1009. width: 300px;
  1010. height: 150px;
  1011. display: none;
  1012. }
  1013. .last_li {
  1014. position: absolute;
  1015. bottom: 0;
  1016. width: 100%;
  1017. }
  1018. .news {
  1019. margin-top: 10px;
  1020. width: 100%;
  1021. height: 110px;
  1022. }
  1023. .tan_ping button {
  1024. background-color: #048aad;
  1025. margin: 5px;
  1026. cursor: pointer;
  1027. color: #fff;
  1028. text-align: center;
  1029. border: none;
  1030. border-radius: 5px;
  1031. }
  1032. #chuli {
  1033. float: right;
  1034. }
  1035. #top_notices_lists1 {
  1036. height: 100%;
  1037. }
  1038. .result_str {
  1039. display: block;
  1040. float: left;
  1041. text-align: center;
  1042. }
  1043. #result {
  1044. min-width: 370px;
  1045. min-height: 140px;
  1046. }
  1047. .operation_bj {
  1048. float: right;
  1049. }
  1050. .reflectCategory-wrapper {
  1051. position: relative;
  1052. }
  1053. .reflectCategoryList-wrapper {
  1054. display: none;
  1055. position: absolute;
  1056. top: 38px;
  1057. z-index: 9999;
  1058. line-height: 32px;
  1059. background: #FFF;
  1060. }
  1061. #reflectCategoryList {
  1062. height: 240px;
  1063. background: #FFF;
  1064. border: 1px solid #e5e6e7;
  1065. overflow: auto;
  1066. }
  1067. #reflectCategoryList li {
  1068. padding: 0 10px;
  1069. width: 100%;
  1070. line-height: 32px;
  1071. }
  1072. #reflectCategoryList li:hover {
  1073. background: #00a1cb;
  1074. }
  1075. /*来电弹屏*/
  1076. .listW15{ width: 13%;}
  1077. .listW17{ width: 17%;}
  1078. .listW18{ width: 18%;}
  1079. .listW19{ width: 19%;}
  1080. .listW20{ width: 20%;}
  1081. .listW30{ width: 30%;}
  1082. .listW35{ width: 35%;}
  1083. .listW45{ width: 45%;}
  1084. .listW85{ width: 85%;}
  1085. .lineHeight36{ line-height: 36px;}
  1086. .orderForm{
  1087. margin-top: 30px;
  1088. }
  1089. #dicForms{ overflow: hidden;}
  1090. .dicLeft,.dicRight{
  1091. float: left;
  1092. width: 50%;
  1093. }
  1094. .dicLeft .form-group{ display: flex;}
  1095. .dicLeft .form-group .labelTit{
  1096. text-align: right;
  1097. line-height: 36px;
  1098. }
  1099. .Nows_box .labelTit{
  1100. text-align: right;
  1101. line-height: 36px;
  1102. }
  1103. .Nows_box .labelContent textarea{
  1104. padding: 5px;
  1105. width: 100%;
  1106. }
  1107. .dicLeft .form-group .labelContent{ margin-left: 15px;}
  1108. .dicLeft .form-group .labelContent .radioStyle{
  1109. margin-left: 15px;
  1110. }
  1111. .dicLeft .form-group .labelContent textarea{
  1112. padding: 5px;
  1113. width: 100%;
  1114. }
  1115. .dicLeft .form-group .labelContent select option{
  1116. padding: 5px;
  1117. width: 98%;
  1118. }
  1119. .dicLeft .form-group .labelContent .form-control{
  1120. padding: 5px;
  1121. width: 100%;
  1122. }
  1123. .dicLeft .form-group .labelContent{
  1124. font-weight: normal;
  1125. }
  1126. .dicBtn{
  1127. width: 100%;
  1128. margin-top: 20px;
  1129. }
  1130. .historyCon{
  1131. overflow: hidden;
  1132. }
  1133. .historyCon .complainL{
  1134. float: left;
  1135. width: 49%;
  1136. }
  1137. .historyCon .complainR{
  1138. float: right;
  1139. width: 50%;
  1140. }
  1141. .table-responsive table thead tr th{
  1142. background-color:#1AA3C7 ;
  1143. }
  1144. .table-striped>tbody>tr{
  1145. background-color:#DAF3F8 !important;
  1146. }
  1147. .list tr td{
  1148. border-top: 1px solid #8D9EA6 !important;
  1149. border-left: 1px solid #8D9EA6 !important;
  1150. }
  1151. .bootstrap-table .table{
  1152. border-bottom: 1px solid #8D9EA6 !important;
  1153. border-right: 1px solid #8D9EA6 !important;
  1154. }
  1155. .bootstrap-table .table > thead > tr > th{
  1156. border-bottom: 1px solid #8D9EA6 !important;
  1157. border-right: 1px solid #8D9EA6 !important;
  1158. }