Нет описания

index.css 13KB

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