商丘12345 前端

homebf.css 18KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  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: #f8ac59;
  43. }
  44. .FailureColor {
  45. color: #f95f5e;
  46. }
  47. .navbar-header {
  48. width: 100%;
  49. background-color: #048aad;
  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. .by {
  217. background: yellow;
  218. }
  219. .LH {
  220. line-height: 35px;
  221. }
  222. .zts span {
  223. line-height: 20px;
  224. margin-right: 50px;
  225. font-size: 12px;
  226. }
  227. .photo {
  228. width: 40px;
  229. height: 40px;
  230. border-width: 2px;
  231. border-style: solid;
  232. border-radius: 50%;
  233. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  234. margin-bottom: 1px;
  235. }
  236. .photo img {
  237. display: block;
  238. width: 100%;
  239. height: 100%;
  240. }
  241. .ls {
  242. /*margin-left: 20px;*/
  243. text-align: center;
  244. overflow: initial !important;
  245. position: relative;
  246. }
  247. .ls .dropdown-menu {
  248. top: 115%;
  249. left: -100%;
  250. width: 320px;
  251. background: rgba(0, 160, 205, 0.92);
  252. }
  253. .ls .dropdown-menu li {
  254. float: initial;
  255. margin-right: 0;
  256. line-height: 25px;
  257. }
  258. .dropdown-menu>li>a {
  259. margin: 0;
  260. color: #fff;
  261. /*color: #555;*/
  262. padding: 0;
  263. /*text-align: center;*/
  264. }
  265. .dropdown-menu>li>a:focus,
  266. .dropdown-menu>li>a:hover {
  267. color: #fff;
  268. text-decoration: none;
  269. background-color: #00a1cb;
  270. }
  271. .dropdown-menu>li>a div {
  272. float: initial;
  273. }
  274. .dropdown-menu>li>a .tipCon {
  275. width: 100%;
  276. overflow: hidden;
  277. white-space: nowrap;
  278. text-overflow: ellipsis;
  279. }
  280. .dropdown-menu>li>a .order_time span {
  281. display: inline-block;
  282. margin: 0;
  283. }
  284. .order_time span.work_order {
  285. float: left;
  286. }
  287. .order_time span.ort {
  288. float: right;
  289. }
  290. .ls span {
  291. margin-right: 18px;
  292. }
  293. .ls span.tuBiao,
  294. .ls span.chat,
  295. .ls span.surIcon {
  296. display: inline-block;
  297. /*width: 16px;
  298. height: 16px;
  299. background: url(img/files.png) no-repeat;*/
  300. vertical-align: middle;
  301. position: relative;
  302. font-size: 15px;
  303. }
  304. .ls span.chat.come_mess {
  305. color: red;
  306. }
  307. .ls span.surIcon {
  308. font-size: 18px;
  309. }
  310. .ls span.tuBiao span,
  311. .ls span.chat span,
  312. .ls span.surIcon span {
  313. position: absolute;
  314. padding: 3px;
  315. top: -13px;
  316. }
  317. .min-right {
  318. margin-right: 10px;
  319. }
  320. .navbar-top-links i {
  321. width: 24px;
  322. height: 21px;
  323. display: block;
  324. background: url(./img/topIcon.png) no-repeat;
  325. background-position: center center;
  326. margin: 0 auto;
  327. }
  328. /*挂断*/
  329. .DropCall {
  330. background-position: 0px 0 !important;
  331. }
  332. /*外呼*/
  333. .MakeCall {
  334. background-position: 0px -20px !important;
  335. }
  336. /*置忙*/
  337. .SayBusy {
  338. background-position: 0px -42px !important;
  339. }
  340. /*置闲*/
  341. .SayFree {
  342. background-position: 0px -65px !important;
  343. }
  344. /*多方通话*/
  345. .Meeting {
  346. background-position: 0px -85px !important;
  347. }
  348. /*转移*/
  349. .Transfer {
  350. background-position: 0px -108px !important;
  351. }
  352. /*保持*/
  353. .Hold {
  354. background-position: 0px -131px !important;
  355. }
  356. /*接回*/
  357. .Retrieve {
  358. background-position: 0px -153px !important;
  359. }
  360. /*签入*/
  361. .Login {
  362. background-position: 0px -197px !important;
  363. }
  364. /*签出*/
  365. .Logout {
  366. background-position: 0px -175px !important;
  367. }
  368. /*协商呼叫 */
  369. .Consult {
  370. background: url(img/new_xshj.png) no-repeat 0 0!important;
  371. }
  372. .navbar-top-links .Consult.active {
  373. background: url(img/new_xshj2.png) no-repeat 0 0!important;
  374. }
  375. /*确认转移 */
  376. .ConfirmTransfer {
  377. background: url(img/new_qrzy.png) no-repeat 0 0!important;
  378. }
  379. .navbar-top-links .ConfirmTransfer.active {
  380. background: url(img/new_qrzy2.png) no-repeat 0 0!important;
  381. }
  382. /*取消转移 */
  383. .CancelTransfer {
  384. background: url(img/new_qxzy.png) no-repeat 0 0!important;
  385. }
  386. .navbar-top-links .CancelTransfer.active {
  387. background: url(img/new_qxzy2.png) no-repeat 0 0!important;
  388. }
  389. /*转IVR */
  390. .TurnIvr {
  391. background: url(img/IVR.png) no-repeat 0 0!important;
  392. }
  393. .navbar-top-links .TurnIvr.active {
  394. background: url(img/IVR2.png) no-repeat 0 0!important;
  395. }
  396. .navbar-top-links .active {
  397. background-position-x: -23px !important;
  398. }
  399. .ldcr-bottom .detail-con ul li .active a {
  400. color: #f95a83 !important;
  401. }
  402. .ldcr-bottom .detail-con ul li .active em {
  403. color: #f95a83 !important;
  404. }
  405. .ldcr-bottom .detail-con ul li .active+.explancon {
  406. display: block !important;
  407. }
  408. .searchbtn {
  409. width: 2.5em;
  410. height: 24px;
  411. border-radius: 5px;
  412. position: absolute;
  413. background-color: #01a1cb;
  414. background-image: url(./img/searIcon.png);
  415. background-repeat: no-repeat;
  416. background-position: center center;
  417. cursor: pointer;
  418. }
  419. .max-box {
  420. height: 42px;
  421. /*width: 100%;*/
  422. }
  423. .laydate_body .laydate_bottom,
  424. .laydate_body .laydate_top {
  425. height: 31px !important;
  426. }
  427. .laydate_body .laydate_y .laydate_yms ul li {
  428. width: 59px !important;
  429. }
  430. .col-sm-1 {
  431. padding-right: 0;
  432. line-height: 22px;
  433. text-align: center;
  434. font-size: 10px;
  435. }
  436. ul.ztree {
  437. border: 1px solid #617775;
  438. background: #f0f6e4;
  439. overflow-y: scroll;
  440. overflow-x: auto;
  441. }
  442. .minBacha {
  443. position: absolute;
  444. top: 0;
  445. right: 80px;
  446. z-index: 10;
  447. overflow: hidden;
  448. }
  449. .minBacha>div {
  450. float: left;
  451. height: 35px;
  452. width: 35px;
  453. margin-left: 2px;
  454. }
  455. .minBacha>div a {
  456. display: block;
  457. height: 100%;
  458. width: 100%;
  459. text-align: center;
  460. background-position: center center;
  461. background-color: #2f4050;
  462. opacity: .5;
  463. }
  464. .minBacha>div a:hover {
  465. opacity: 1;
  466. }
  467. .minClosed>a {
  468. background: url("./img/min.png") no-repeat;
  469. }
  470. .Bacha>a {
  471. background: url("./img/gb.png") no-repeat;
  472. }
  473. .lblcount {
  474. position: absolute;
  475. right: 5px;
  476. top: 7px;
  477. }
  478. .first {
  479. z-index: 1000;
  480. }
  481. .khzl {
  482. font-size: 12px;
  483. border: 0;
  484. width: 80%;
  485. margin: 35px auto;
  486. color: #fff;
  487. }
  488. .khzl tr {
  489. border: 0;
  490. }
  491. .khzl th {
  492. padding: 5px 8px 5px 0;
  493. text-align: right;
  494. width: 45%;
  495. font-weight: normal;
  496. border: 0;
  497. }
  498. .khzl tbody>tr>td,
  499. .khzl tbody>tr>th {
  500. border: 0;
  501. }
  502. .khzl tbody>tr>td input {
  503. border: 0;
  504. outline: none;
  505. background: #243747;
  506. padding-left: 5px;
  507. width: 100%;
  508. }
  509. .khbtn {
  510. /*background: #97a0a8;*/
  511. color: #1ab394;
  512. font-size: 14px;
  513. vertical-align: middle;
  514. }
  515. .hei-list {
  516. width: 400px;
  517. margin: 0 auto;
  518. }
  519. .heiTop {
  520. height: 35px;
  521. background: #1ab394;
  522. color: #fff;
  523. line-height: 35px;
  524. padding: 0 15px;
  525. border-top-left-radius: 3px;
  526. border-top-right-radius: 3px;
  527. }
  528. .heiTop .htl {
  529. float: left;
  530. margin: 0;
  531. }
  532. .heiTop .bacha {
  533. float: right;
  534. font-size: 18px;
  535. cursor: pointer;
  536. margin: 0;
  537. }
  538. .heiCon {
  539. width: 100%;
  540. background: #fff;
  541. text-align: center;
  542. padding: 25px 15px;
  543. height: auto;
  544. overflow-y: auto;
  545. border: 1px solid #eee;
  546. }
  547. #time-word {
  548. border: 1px solid #1ab394;
  549. padding: 5px 0 5px 10px;
  550. width: 120px;
  551. outline: none;
  552. color: #000;
  553. }
  554. .chooses {
  555. margin-top: 10px;
  556. }
  557. .btns {
  558. background: #00a1cb;
  559. color: #fff;
  560. padding: 3px 10px;
  561. outline: none;
  562. font-size: 12px;
  563. margin-left: 15px;
  564. border: 0;
  565. border-radius: 3px;
  566. box-sizing: border-box;
  567. }
  568. .bianji {
  569. display: inline-block;
  570. height: 16px;
  571. width: 16px;
  572. vertical-align: middle;
  573. margin-right: 5px;
  574. }
  575. .bianji.edi {
  576. background: url(img/xgai.png) no-repeat;
  577. }
  578. .bianji.sav {
  579. background: url(img/bbc.png) no-repeat;
  580. }
  581. .bianji.canc {
  582. background: url(img/quxi.png) no-repeat;
  583. }
  584. .t-shade {
  585. position: fixed;
  586. top: 0;
  587. left: 0;
  588. width: 100%;
  589. height: 100%;
  590. background: rgba(0, 0, 0, 0.48);
  591. z-index: 10004;
  592. display: none;
  593. }
  594. .shade_k {
  595. z-index: 10005;
  596. width: 40%;
  597. left: 30%;
  598. margin: 20% auto;
  599. position: absolute;
  600. background-color: #fff;
  601. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  602. border-radius: 5px;
  603. }
  604. .shade_title {
  605. padding: 0 80px 0 20px;
  606. height: 42px;
  607. line-height: 42px;
  608. border-bottom: 1px solid #eee;
  609. font-size: 16px;
  610. color: #FFFFFF;
  611. overflow: hidden;
  612. background-color: #00a1cb;
  613. border-radius: 2px 2px 0 0;
  614. position: relative;
  615. }
  616. .setwin {
  617. position: absolute;
  618. right: 15px;
  619. top: 5px;
  620. font-size: 20px;
  621. line-height: initial;
  622. }
  623. .setwin a {
  624. font-size: 20px;
  625. color: #fff;
  626. }
  627. .shade_content {
  628. overflow-y: auto;
  629. position: relative;
  630. padding-bottom: 50px;
  631. padding: 10px;
  632. }
  633. .wh_btn {
  634. width: 80%;
  635. text-align: center;
  636. padding-top: 20px;
  637. margin: 0 auto;
  638. margin-bottom: 20px;
  639. }
  640. .wh_btn input {
  641. padding: 7px 20px;
  642. color: #FFF;
  643. border-radius: 5px;
  644. margin-right: 30px;
  645. border: 1px solid #999;
  646. border-color: rgb(26, 179, 148);
  647. }
  648. .sc_btn {
  649. color: rgb(255, 255, 255);
  650. font-size: 12px;
  651. margin-left: 15px;
  652. box-sizing: border-box;
  653. background: #00a1cb;
  654. padding: 6px 10px;
  655. outline: none;
  656. border-width: 0px;
  657. border-style: initial;
  658. border-color: initial;
  659. border-image: initial;
  660. border-radius: 3px;
  661. }
  662. .sc_btn:hover {
  663. color: #fff !important;
  664. }
  665. .cx {
  666. display: block;
  667. }
  668. .boxCon {
  669. width: 100%;
  670. background: #fff;
  671. text-align: center;
  672. padding: 10px 15px;
  673. height: auto;
  674. overflow-y: auto;
  675. }
  676. .Import {
  677. color: #fe6604;
  678. }
  679. .Hidens {
  680. display: none;
  681. }
  682. /*右下角消息弹框开始*/
  683. /*.rightDown_list .divider{
  684. height: 1px;
  685. margin: 9px 0;
  686. overflow: hidden;
  687. background-color: ;
  688. }*/
  689. .rightDown_list>li {
  690. border-bottom: 1px solid #e5e5e5;
  691. }
  692. .rightDown_list>li>a {
  693. border-radius: 3px;
  694. color: inherit;
  695. line-height: 25px;
  696. /*margin: 4px;*/
  697. text-align: left;
  698. font-weight: 400;
  699. padding: 3px 20px;
  700. min-height: 0;
  701. display: block;
  702. }
  703. .small-chat-box .content {
  704. padding: 5px 15px !important;
  705. }
  706. .small-chat-box {
  707. height: 400px;
  708. }
  709. /*右下角消息弹框结束*/
  710. /*来电类型样式*/
  711. .dicValueList span:nth-of-type(1) {
  712. line-height: 36px;
  713. }
  714. .dicValueList ul {
  715. list-style: none;
  716. margin: 0;
  717. padding: 0;
  718. }
  719. .dicValueList ul li {
  720. float: left;
  721. margin-right: 20px;
  722. text-align: center;
  723. padding: 6px 0;
  724. }
  725. .dicValueList li input {
  726. display: none;
  727. }
  728. .dicValueList li label {
  729. margin: 0;
  730. font-weight: normal;
  731. display: block;
  732. width: 100%;
  733. border: 1px solid #ccc;
  734. padding: 2px 10px;
  735. cursor: pointer;
  736. }
  737. .dicValueList .checkedDept {
  738. border-color: #fe6604;
  739. }
  740. .sele_send {
  741. cursor: pointer;
  742. }
  743. .reply,
  744. .sele_send {
  745. color: #337ab7;
  746. margin-left: 5px;
  747. }
  748. .reply:hover,
  749. .sele_send:hover {
  750. color: #23527c;
  751. }
  752. .chat_content {
  753. height: 45px;
  754. }
  755. .sidebar-container ul.nav-tabs {
  756. height: 41px;
  757. }
  758. /*.tab-content {
  759. height: calc(100% - 41px);
  760. overflow-y: auto;
  761. width: 100%;
  762. padding: 0 0 10px 0;
  763. }*/
  764. /*.layui-layer-content {
  765. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  766. }*/
  767. .phoneBZ {
  768. display: inline-block;
  769. height: 15px;
  770. width: 15px;
  771. position: absolute;
  772. right: 0px;
  773. bottom: -15px;
  774. background: url(img/phoneBZ.png) no-repeat;
  775. display: none;
  776. }
  777. .open_chat {
  778. font-size: 14px;
  779. line-height: 18px;
  780. text-align: center;
  781. padding: 6px 5px;
  782. -webkit-box-sizing: border-box;
  783. -moz-box-sizing: border-box;
  784. box-sizing: border-box;
  785. position: fixed;
  786. top: 50%;
  787. right: 26px;
  788. z-index: 100;
  789. background: #0489ac;
  790. color: #fff;
  791. cursor: pointer;
  792. display: none;
  793. }
  794. .open_chat .before {
  795. position: absolute;
  796. padding: 5px;
  797. background: red;
  798. border-radius: 50%;
  799. display: none;
  800. right: -4px;
  801. top: -4px;
  802. }
  803. .open_chat .before.show {
  804. display: block!important;
  805. }
  806. .open_chat .before.hide {
  807. display: none!important;
  808. }
  809. .source_area select[name="sourcearea"] {
  810. margin-bottom: 10px;
  811. }
  812. .source_area input[type="text"] {
  813. width: 392px;
  814. }
  815. .source_area {
  816. position: relative;
  817. }
  818. .source_area img {
  819. display: inline;
  820. width: 15px;
  821. margin-left: 10px;
  822. margin-top: -5px;
  823. }
  824. /*转县级*/
  825. .hw_through p select {
  826. height: 19px;
  827. line-height: 19px;
  828. }
  829. .hw_through {
  830. position: relative;
  831. }
  832. .TurnXian {
  833. width: 24px;
  834. margin: 0 auto;
  835. }
  836. .navbar-top-links .TurnXian.active {
  837. background: url(img/through_xian.png) no-repeat 0 0!important;
  838. background-size: 21px !important;
  839. }
  840. .TurnXian img {
  841. margin-top: 3px;
  842. width: 100%;
  843. }
  844. .turnSanjiao {
  845. position: absolute;
  846. bottom: 4px;
  847. left: 8px;
  848. width: 0px;
  849. height: 0px;
  850. border-left: 6px solid transparent;
  851. border-right: 6px solid transparent;
  852. border-top: 6px solid #ffffff;
  853. font-size: 0px;
  854. line-height: 0px;
  855. }
  856. .TurnXianDiv {
  857. width: 64px;
  858. position: absolute;
  859. right: -15px;
  860. top: 55px;
  861. text-align: center;
  862. background: #FFFFFF;
  863. border: 1px solid #CCCCCC;
  864. display: none;
  865. }
  866. .TurnXianDiv dl {
  867. margin: 0;
  868. }
  869. .TurnXianDiv dl dt {
  870. line-height: 30px;
  871. }
  872. .TurnXianDiv dl dt:hover {
  873. cursor: pointer;
  874. background: #048aad;
  875. color: #FFFFFF;
  876. }
  877. .mapPos {
  878. margin-top: 75px;
  879. margin-left: 83px;
  880. /*position: fixed;
  881. top: 0;
  882. left: 0;
  883. right: 0;
  884. bottom: 0;
  885. margin: auto;
  886. display: none;
  887. z-index: 3333;*/
  888. }
  889. /*.mapBJ{
  890. position: fixed;
  891. top: 0;
  892. left: 0;
  893. right: 0;
  894. bottom: 0;
  895. margin: auto;
  896. display: none;
  897. z-index: 333;
  898. background: #000000;
  899. filter:alpha(opacity=50);
  900. -moz-opacity:0.5;
  901. -khtml-opacity: 0.5;
  902. opacity: 0.5;
  903. }*/
  904. .reposit {
  905. -moz-border-radius: 20px;
  906. -webkit-border-radius: 20px;
  907. border-radius: 20px;
  908. position: absolute;
  909. background: #00a1cb;
  910. color: #FFFFFF;
  911. z-index: 2;
  912. width: 40px;
  913. height: 40px;
  914. line-height: 40px;
  915. text-align: center;
  916. right: 5px;
  917. top: 20px;
  918. }
  919. .repoConte {
  920. position: absolute;
  921. left: 220px;
  922. top: 727px;
  923. display: none;
  924. width: 1200px;
  925. background: #FFFFFF;
  926. height: 300px;
  927. overflow-y: scroll;
  928. }
  929. .content {
  930. height: 450px !important;
  931. }
  932. .top_notices_num {
  933. color: #FF9800;
  934. position: absolute;
  935. right: 15px;
  936. top: -17px;
  937. }
  938. .top_notices_lists {
  939. position: absolute;
  940. top: 24px;
  941. background-color: #ecfeff;
  942. width: 310px;
  943. z-index: 1000;
  944. border-radius: 0;
  945. padding: 10px;
  946. border-radius: 2px;
  947. box-shadow: 0 0 3px rgba(86, 96, 117, .3);
  948. overflow-y: auto;
  949. max-height: 500px;
  950. display: none;
  951. }
  952. .top_notices_lists li span {
  953. color: #048AAD;
  954. }
  955. .top_notices_con {
  956. display: inline-block;
  957. width: 200px;
  958. height: 42px;
  959. white-space: nowrap;
  960. overflow: hidden;
  961. text-overflow: ellipsis;
  962. float: left;
  963. /*position: absolute;*/
  964. }
  965. .top_notices_con1 {
  966. display: inline-block;
  967. width: 100%;
  968. /*height: 100%;*/
  969. float: left;
  970. /*text-align: center;*/
  971. font-size: 14px;
  972. }
  973. .top_notices_item1 {
  974. height: 100%;
  975. font-size: 0px;
  976. }
  977. .btn-primary {
  978. float: right;
  979. }
  980. .tan_ping {
  981. overflow-y: auto;
  982. /*max-height: 200px;*/
  983. background-color: #ccc;
  984. border-radius: 5px;
  985. position: absolute;
  986. bottom: 50px;
  987. right: 80px;
  988. z-index: 111;
  989. width: 300px;
  990. height: 150px;
  991. display: none;
  992. }
  993. .last_li {
  994. position: absolute;
  995. bottom: 0;
  996. width: 100%;
  997. }
  998. .news {
  999. margin-top: 10px;
  1000. width: 100%;
  1001. height: 110px;
  1002. }
  1003. .tan_ping button {
  1004. background-color: #048aad;
  1005. margin: 5px;
  1006. cursor: pointer;
  1007. color: #fff;
  1008. text-align: center;
  1009. border: none;
  1010. border-radius: 5px;
  1011. }
  1012. #chuli {
  1013. float: right;
  1014. }
  1015. #top_notices_lists1 {
  1016. height: 100%;
  1017. }
  1018. .result_str {
  1019. display: block;
  1020. float: left;
  1021. text-align: center;
  1022. }
  1023. #result {
  1024. min-width: 370px;
  1025. min-height: 140px;
  1026. }
  1027. .operation_bj {
  1028. float: right;
  1029. }
  1030. .reflectCategory-wrapper {
  1031. position: relative;
  1032. }
  1033. .reflectCategoryList-wrapper {
  1034. display: none;
  1035. position: absolute;
  1036. top: 38px;
  1037. z-index: 9999;
  1038. line-height: 32px;
  1039. background: #FFF;
  1040. }
  1041. #reflectCategoryList {
  1042. height: 240px;
  1043. background: #FFF;
  1044. border: 1px solid #e5e6e7;
  1045. overflow: auto;
  1046. }
  1047. #reflectCategoryList li {
  1048. padding: 0 10px;
  1049. width: 100%;
  1050. line-height: 32px;
  1051. }
  1052. .layui-menu-body-title {
  1053. font-size: 12px;
  1054. }
  1055. #reflectCategoryList li:hover {
  1056. background: #00a1cb;
  1057. }
  1058. .layui-menu li {
  1059. margin: 0 !important;
  1060. padding: 2px 15px !important;
  1061. height: 16px;
  1062. line-height: 12px !important;
  1063. font-size: 12px !important;
  1064. }
  1065. .layui-menu-body-pane {
  1066. position: fixed !important;
  1067. }
  1068. ul li {
  1069. list-style: none;
  1070. overflow: hidden;
  1071. }