商丘12345 前端

index.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-size: 16px;
  5. background-color: #030917!important;
  6. -webkit-text-size-adjust: none;
  7. overflow-x: hidden;
  8. }
  9. ul,li {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. li {
  14. list-style-type: none;
  15. }
  16. img {
  17. border: 0;
  18. }
  19. p{
  20. margin: 0;
  21. padding: 0;
  22. }
  23. /*.clearfix {
  24. zoom: 1;
  25. overflow: hidden;
  26. }*/
  27. .clearfix:after {
  28. content: " ";
  29. display: block;
  30. clear: both;
  31. height: 0;
  32. }
  33. a {
  34. text-decoration: none;
  35. }
  36. .btns {
  37. background: #00a1cb;
  38. color: #fff;
  39. padding: 5px 10px;
  40. outline: none;
  41. font-size: 12px;
  42. margin:0 15px;
  43. border: 0;
  44. border-radius: 3px;
  45. box-sizing: border-box;
  46. cursor: pointer;
  47. vertical-align: middle;
  48. }
  49. .tool_count{
  50. position: relative;
  51. }
  52. .tooltips{
  53. position: absolute;
  54. top: -100%;
  55. right: -50%;
  56. background: rgba(50, 50, 50, 0.7);
  57. border-radius: 6px;
  58. font-size: 15px;
  59. color: #fff;
  60. z-index: 999;
  61. width: 100%;
  62. text-align: left;
  63. padding: 5px;
  64. display: none;
  65. transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  66. }
  67. .tooltips p{
  68. float: left;
  69. width: 45%;
  70. padding-left: 5%;
  71. }
  72. .toolsTitle{
  73. text-align: center;
  74. color: #8fc6ad;
  75. }
  76. .list{
  77. padding-left: 45px;
  78. }
  79. .list li{
  80. float: left;
  81. width: 33%;
  82. color: #ccc;
  83. cursor: pointer;
  84. margin-bottom: 5px;
  85. }
  86. .color0,.color20,.color10,.color30,.color40,.color50,.color60,.color70{
  87. color: #61a0a9;
  88. }
  89. .color1,.color21,.color31,.color41,.color51,.color61,.color71{
  90. color: #cb885d;
  91. }
  92. .color2,.color12,.color22,.color32,.color42,.color52,.color62,.color72{
  93. color: #c4352d;
  94. }
  95. .color3,.color13,.color23,.color33,.color43,.color53,.color63,.color73{
  96. color: #314452;
  97. }
  98. .color4,.color14,.color24,.color34,.color44,.color54,.color64,.color74{
  99. color: #a88c1e;
  100. }
  101. .color5,.color15,.color25,.color35,.color45,.color55,.color65,.color75{
  102. color: #2f5675;
  103. }
  104. .color6,.color16,.color26,.color36,.color46,.color56,.color66,.color76{
  105. color: #94c8b1;
  106. }
  107. .color7,.color17,.color27,.color37,.color47,.color57,.color67,.color77{
  108. color: #babc2f;
  109. }
  110. .color8,.color18,.color28,.color38,.color48,.color58,.color68,.color78{
  111. color: #e86617;
  112. }
  113. .color9,.color19,.color29,.color39,.color49,.color59,.color69,.color79{
  114. color: #afe817;
  115. }
  116. .color10{
  117. color: #e8178d;
  118. }
  119. .color11{
  120. color: #0edccc;
  121. }
  122. .tbr{
  123. margin-right: 3px;
  124. }
  125. /*[ui-view]{
  126. background:#030303 ;
  127. }*/
  128. .navcon{
  129. width: 100%;
  130. background:#030303 ;
  131. border-bottom: 1px solid #fff;
  132. margin-bottom: 40px;
  133. }
  134. .navbox{
  135. width: 95%;
  136. height: 60px;
  137. color: #000;
  138. }
  139. .logo{
  140. display: inline-block;
  141. height: 100%;
  142. vertical-align: middle;
  143. }
  144. .navbox p{
  145. float: left;
  146. height: 100%;
  147. text-align: center;
  148. font-size: 25px;
  149. padding: 0 20px;
  150. background: #fff;
  151. position: relative;
  152. }
  153. .navbox p:after{
  154. display: block;
  155. content: "";
  156. position: absolute;
  157. right: -40px;
  158. top: 0;
  159. height: 0;
  160. width: 0;
  161. border-left: 40px solid #fff;
  162. border-top: 60px solid transparent;
  163. }
  164. .navbox .navl{
  165. height: 100%;
  166. width: 60%;
  167. float: right;
  168. }
  169. .navbox .navl li{
  170. float: left;
  171. height: 100%;
  172. margin-left: 10px;
  173. }
  174. .navbox .navl li a{
  175. display: block;
  176. height: 100%;
  177. line-height: 60px;
  178. text-align: center;
  179. padding: 0px 15px;
  180. color: #fff;
  181. }
  182. .navbox .navl li a.active{
  183. color: #e40309;
  184. }
  185. /*来源渠道开始*/
  186. .qunzhong{
  187. width: 100%;
  188. background: #030917;
  189. margin: 0 auto;
  190. padding-bottom: 40px;
  191. }
  192. .slqd{
  193. float: left;
  194. width: 100%;
  195. }
  196. .slqd .txbox>li{
  197. float: left;
  198. width: 10%;
  199. color: #fff;
  200. text-align: center;
  201. font-size: 14px;
  202. }
  203. /*来源渠道结束*/
  204. /*接单部门处理情况开始*/
  205. .jiedan-left{
  206. float: left;
  207. width: 48%;
  208. /*margin-left: 1%;*/
  209. border: 1px solid #151924;
  210. }
  211. .jiedan-right{
  212. float: right;
  213. width: 48%;
  214. /*margin-right: 1%;*/
  215. border: 1px solid #151924;
  216. }
  217. .biao-title{
  218. text-align: left;
  219. color: #0961a0;
  220. font-size: 16px;
  221. padding-left: 20px;
  222. font-weight: bold;
  223. border: 1px solid #1f2b39;
  224. /*background: #010917;*/
  225. /*background: -moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));*/
  226. /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1f2b39), to(#010917));*/
  227. height: 35px;
  228. }
  229. .biao-title .biao-title-l{
  230. float: left;
  231. line-height: 35px;
  232. }
  233. .biao-title .biao-title-r{
  234. float: right;
  235. }
  236. .biao-title .biao-title-r input{
  237. border: 1px solid #151924;
  238. width: 127px;
  239. outline: none;
  240. padding-left: 5px;
  241. background: #2f4158;
  242. margin-top: 3px;
  243. }
  244. .bumen ul.txbox li{
  245. width: 20%;
  246. float: left;
  247. text-align: center;
  248. color: #fff;
  249. font-size: 14px;
  250. overflow-x: hidden;
  251. white-space: nowrap;
  252. text-overflow: ellipsis;
  253. }
  254. /*接单部门处理情况结束*/
  255. /*投诉举报开始*/
  256. .tousujb{
  257. width: 95%;
  258. margin: 35px auto 0 auto;
  259. }
  260. .tousujb>div>div{
  261. float: left;
  262. }
  263. .tousujb>div>div ul{
  264. margin-top: 30px;
  265. }
  266. .tsjb-top .tsjb-tl,.tsjb-trr,.tsjb-tr{
  267. width: 48%;
  268. border: 1px solid #151924;
  269. }
  270. .tsjb-tr{
  271. margin-left: 1%;
  272. }
  273. .tsjb-bot .tsjb-bl{
  274. padding-bottom: 20px;
  275. }
  276. .tsjb-bot>div{
  277. width: 100%;
  278. margin-top: 20px;
  279. box-sizing: border-box;
  280. border: 1px solid #151924;
  281. /*margin-left: 3%;*/
  282. }
  283. .tsjb-bm ul li>div,.tsjb-br ul li>div{
  284. float: left;
  285. color: #fff;
  286. font-size: 14px;
  287. }
  288. .tsjb-bm ul li>div.tsgjz-left,.tsjb-br ul li>div.tsgjz-left{
  289. width: 70%;
  290. }
  291. .tsjb-bm ul li>div.tsgjz-right,.tsjb-br ul li>div.tsgjz-right{
  292. float: right;
  293. }
  294. .tsjb-bm ul li .progress,.tsjb-br ul li .progress{
  295. background-color: #1d1c1c;
  296. }
  297. .progress-bar-zise {
  298. background-color: #c278a9;
  299. }
  300. .progress-bar-cheng {
  301. background-color: #fc9765;
  302. }
  303. .progress-bar-fen {
  304. background-color: #ffe6de;
  305. }
  306. .progress-bar-dousha {
  307. background-color: #ef9c94;
  308. }
  309. .progress-bar-qing {
  310. background-color: #deffde;
  311. }
  312. .progress-bar-bohe {
  313. background-color: #87ebf1;
  314. }
  315. .success{
  316. color: #5cb85c;
  317. }
  318. .warning {
  319. color: #f0ad4e;
  320. }
  321. .danger {
  322. color: #d9534f;
  323. }
  324. .info {
  325. color: #5bc0de;
  326. }
  327. .zise {
  328. color: #c278a9;
  329. }
  330. .cheng {
  331. color: #fc9765;
  332. }
  333. .fen {
  334. color: #ffe6de;
  335. }
  336. .dousha {
  337. color: #ef9c94;
  338. }
  339. .qing {
  340. color: #deffde;
  341. }
  342. .bohe {
  343. color: #87ebf1;
  344. }
  345. /*投诉举报结束*/
  346. /*话务数量情况开始*/
  347. .z_num {
  348. color: #FFFFFF;
  349. font-size: 16px;
  350. text-align: center;
  351. display: block;
  352. margin-top: 8px;
  353. }
  354. .phone_num {
  355. overflow: hidden;
  356. margin-top: 10px;
  357. }
  358. .phone_li {
  359. color: #fff;
  360. }
  361. .phone_li li {
  362. width: 50%;
  363. float: left;
  364. text-align: center;
  365. font-size: 14px;
  366. }
  367. .Map_picter {
  368. width: 100%;
  369. }
  370. .fl {
  371. float: left;
  372. }
  373. .Map_dq ul li {
  374. float: left;
  375. color: #FFFDEF;
  376. width: 20%;
  377. text-align: center;
  378. margin-bottom: 10px;
  379. }
  380. .size-14 {
  381. font-size: 14px;
  382. }
  383. .tb {
  384. display: inline-block;
  385. width: 10px;
  386. height: 10px;
  387. background-color: #FFFDEF;
  388. vertical-align: baseline;
  389. }
  390. .xe-z {
  391. display: inline-block;
  392. width: 10px;
  393. height: 10px;
  394. background-color: #fecb00;
  395. }
  396. .xe-l {
  397. display: inline-block;
  398. width: 10px;
  399. height: 10px;
  400. background-color: #4ef41b;
  401. }
  402. .xe-a {
  403. display: inline-block;
  404. width: 10px;
  405. height: 10px;
  406. background-color: #ecaaf1;
  407. }
  408. .xe-t {
  409. display: inline-block;
  410. width: 10px;
  411. height: 10px;
  412. background-color: #043288;
  413. }
  414. .xe-x {
  415. display: inline-block;
  416. width: 10px;
  417. height: 10px;
  418. background-color: #ed15fa;
  419. }
  420. .xe-y {
  421. display: inline-block;
  422. width: 10px;
  423. height: 10px;
  424. background-color: #2bf9e8;
  425. }
  426. .xe-g {
  427. display: inline-block;
  428. width: 10px;
  429. height: 10px;
  430. background-color: #d8b839;
  431. }
  432. .xe-w {
  433. display: inline-block;
  434. width: 10px;
  435. height: 10px;
  436. background-color: #2b6df1;
  437. }
  438. .xe-b {
  439. display: inline-block;
  440. width: 10px;
  441. height: 10px;
  442. background-color: #fc1807;
  443. }
  444. .xe-1 {
  445. display: inline-block;
  446. width: 10px;
  447. height: 10px;
  448. background-color: #23b166;
  449. }
  450. .xe-2 {
  451. display: inline-block;
  452. width: 10px;
  453. height: 10px;
  454. background-color: #fbfafa;
  455. }
  456. .xe-3 {
  457. display: inline-block;
  458. width: 10px;
  459. height: 10px;
  460. background-color: #f27bbf;
  461. }
  462. .xe-4 {
  463. display: inline-block;
  464. width: 10px;
  465. height: 10px;
  466. background-color: #fb028f;
  467. }
  468. /*话务数量情况结束*/
  469. /*中心大数据开始*/
  470. .containers{
  471. margin-bottom: 20px;
  472. }
  473. .z_num {
  474. color: #FFFFFF;
  475. font-size: 16px;
  476. text-align: center;
  477. display: block;
  478. margin-top: 8px;
  479. }
  480. .phone_num {
  481. overflow: hidden;
  482. margin-top: 10px;
  483. }
  484. .phone_li li span {
  485. display: block;
  486. text-align: center;
  487. }
  488. .map_titles {
  489. color: #E0E0E3;
  490. font-size: 16px;
  491. text-align: center;
  492. display: block;
  493. margin-top: 8px;
  494. }
  495. .main1 {
  496. width: 40%;
  497. float: left;
  498. }
  499. .sl_title {
  500. font-size: 16px;
  501. text-align:center;
  502. color: #fff;
  503. }
  504. .slqm ul {
  505. margin-top: 10px;
  506. }
  507. .slqm ul li {
  508. list-style: none;
  509. font-size: 14px;
  510. text-align: center;
  511. /*margin-bottom: 15px;*/
  512. }
  513. .slqm ul li span {
  514. text-align: center;
  515. display: inline-block;
  516. width: 8%;
  517. }
  518. .sl_b {
  519. color: #F0F4F7;
  520. }
  521. .sl_red {
  522. color: red;
  523. }
  524. .sl_blue {
  525. color: #73a2fa;
  526. }
  527. .size-20 {
  528. font-size: 20px;
  529. }
  530. .max-width {
  531. width: 40%!important;
  532. text-align: left!important;
  533. }
  534. .tspm ul {
  535. margin-top: 25px;
  536. }
  537. .tspm ul li span {
  538. text-align: left;
  539. display: inline-block;
  540. width: 10%;
  541. }
  542. .tspm ul li {
  543. font-size: 14px;
  544. text-align: center;
  545. }
  546. .slqm_content ul li .progress {
  547. background-color:#1d1c1c;
  548. margin-bottom: 40px;
  549. margin-top: 5px;
  550. }
  551. .conb>div{
  552. float: left;
  553. width: 48%;
  554. border: 1px solid #151924;
  555. }
  556. .gd-tbox{
  557. width: 100%;
  558. margin: 0px 0 25px 0;
  559. }
  560. .gd-tbox li{
  561. float: left;
  562. width: 33.3%;
  563. text-align: center;
  564. color: #fff;
  565. height: 45px;
  566. line-height: 45px;
  567. }
  568. .gd-tbox li span{
  569. color: red;
  570. }
  571. .gd-tbox li.gd-tit{
  572. background: #c23531;
  573. color: #fff;
  574. }
  575. .mb>div{
  576. float: left;
  577. border: 1px solid #151924
  578. }
  579. .gdmap .gdmap-l{
  580. /*width: 15%;*/
  581. }
  582. .gdmap .gdmap-l ul{
  583. width: 100%;
  584. color: #73a2fa;
  585. font-size: 14px;
  586. }
  587. .gdmap .gdmap-l ul li{
  588. width: 50%;
  589. float: left;
  590. padding: 6px 0;
  591. border-top: 1px solid #1e2b3a;
  592. box-sizing: border-box;
  593. padding-left: 10px;
  594. }
  595. .gdmap .gdmap-l ul li span{
  596. color: #fff;
  597. font-size: 18px;
  598. }
  599. .gdmap .gdmap-m{
  600. /*width: 60%;*/
  601. width: 476px;
  602. height: 369px;
  603. margin: 0 auto;
  604. }
  605. .gdmap .gdmap-m img{
  606. display: block;
  607. width: 100%;
  608. }
  609. .gdmap .gdmap-r{
  610. /*width: 20%;*/
  611. color: #fff;
  612. font-size: 14px;
  613. }
  614. .gdmap .gdmap-r ul li{
  615. float: left;
  616. width: 25%;
  617. /*margin-top: 15px;*/
  618. padding: 8px 0;
  619. border-top: 1px solid #1e2b3a;
  620. cursor: pointer;
  621. }
  622. .gdmap .gdmap-r ul li i{
  623. margin-right: 5px;
  624. border-radius: 50%;
  625. }
  626. .xian ul li i{
  627. display: inline-block;
  628. width: 10px;
  629. height: 10px;
  630. }
  631. .yuc{
  632. background-color: #f34763;
  633. }
  634. .mq{
  635. background-color: #0343c3;
  636. }
  637. .sx{
  638. background-color: #fa9533;
  639. }
  640. .nl{
  641. background-color: #ecaaf1;
  642. }
  643. .lyq{
  644. background-color: #60de83;
  645. }
  646. .syq{
  647. background-color: #2bf9e8;
  648. }
  649. .zc{
  650. background-color: #f761b7;
  651. }
  652. .xy{
  653. background-color: #fecb00;
  654. }
  655. .yongc{
  656. background-color: #49a4fe;
  657. }
  658. /*中心大数据结束*/
  659. /*服务知识开始*/
  660. .slqd_title {
  661. font-size: 16px;
  662. color: #fff;
  663. text-align:center;
  664. font-weight: bold;
  665. }
  666. .xs {
  667. font-size: 16px;
  668. line-height: 20px;
  669. display: block;
  670. }
  671. .pr_bai {
  672. color: #FFF;
  673. margin-bottom: 8px;
  674. }
  675. .bm {
  676. width: 35%;
  677. display: block;
  678. float: left;
  679. height: 40px;
  680. float: right;
  681. line-height: 15px;
  682. }
  683. .bm span {
  684. font-size: 14px;
  685. text-align: center;
  686. display: block;
  687. }
  688. .slqd_content {
  689. overflow: hidden;
  690. }
  691. .slqd_content {
  692. margin-top: 30px;
  693. }
  694. .info {
  695. color: #23c6c8;
  696. }
  697. .success {
  698. color: #1c84c6;
  699. }
  700. .danger {
  701. color: #ed5565;
  702. }
  703. .warning {
  704. color: #f8ac59;
  705. }
  706. .slqd_content ul{
  707. padding-left: 0;
  708. margin-right: 40px;
  709. }
  710. .slqd_content ul li {
  711. margin-bottom: 25px;
  712. }
  713. .slqd_content ul li .progress {
  714. width: 60%;
  715. height: 20px;
  716. float: left;
  717. background-color: #1d1c1c;
  718. }
  719. /*服务知识结束*/