simplebootadmin.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. @CHARSET "UTF-8";
  2. .input-order {
  3. width: 30px;
  4. }
  5. body {
  6. background-color: #fff;
  7. font-family: "Microsoft YaHei", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  8. }
  9. .wrap {
  10. padding: 20px;
  11. }
  12. .wrap .panel-body {
  13. padding: 0;
  14. }
  15. .wrap .panel-heading + .panel-body {
  16. padding: 15px;
  17. }
  18. .margin-top-10 {
  19. margin-top: 10px !important;
  20. }
  21. .margin-top-20 {
  22. margin-top: 20px !important;
  23. }
  24. .table {
  25. font-size: 12px;
  26. text-align: center;
  27. }
  28. .table>thead>tr {
  29. background-color: #F2F2F2;
  30. background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  31. background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  32. background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
  33. }
  34. .table>thead>tr>th {
  35. vertical-align: middle;
  36. text-align: center;
  37. }
  38. .table>thead>tr>th>label {
  39. margin-bottom: 0;
  40. }
  41. .table-bordered,
  42. .table-bordered>thead>tr>th,
  43. .table-bordered>thead>tr>td,
  44. .table-bordered>tbody>tr>th,
  45. .table-bordered>tbody>tr>td,
  46. .table-bordered>tfoot>tr>th,
  47. .table-bordered>tfoot>tr>td {
  48. border-color: #ddd;
  49. }
  50. .table-bordered>thead>tr>th {
  51. border-bottom: 1px solid #ddd;
  52. }
  53. .table-hover>tbody>tr:hover {
  54. background-color: #f5f5f5;
  55. }
  56. .table-bordered>tbody>tr>td {
  57. word-break: break-all;
  58. }
  59. .table-actions {
  60. margin: 10px 0 !important;
  61. }
  62. .table-actions:first-child {
  63. margin-top: 0 !important;
  64. }
  65. .csv_button {
  66. width: 54px;
  67. }
  68. .control-label {
  69. font-weight: normal;
  70. }
  71. .form-control {
  72. border-color: #d2d6de;
  73. border-radius: 2px;
  74. height: 31px;
  75. }
  76. .form-control:focus {
  77. border-color: #3c8dbc;
  78. }
  79. .form-search {
  80. margin-top: 20px;
  81. font-size: 12px;
  82. }
  83. .form-search .control-label {
  84. text-align: right;
  85. margin-bottom: 0;
  86. padding-top: 7px;
  87. font-weight: normal;
  88. line-height: 1.42857143;
  89. }
  90. .form-search .select2-container {
  91. width: 100% !important;
  92. }
  93. span.select2-container--default .select2-selection--single,
  94. span.select2-dropdown {
  95. border-color: #d2d6de;
  96. border-radius: 2px;
  97. }
  98. span.select2-selection--single {
  99. height: 31px !important;
  100. position: relative;
  101. }
  102. .form-inline .form-group {
  103. margin-bottom: 15px;
  104. }
  105. .form-inline .form-group:not(:last-child) {
  106. margin-right: 20px;
  107. }
  108. .form-inline .form-group .control-label {
  109. margin-right: 5px;
  110. }
  111. .js-search-form {
  112. font-size: 12px;
  113. }
  114. .js-search-form .select2-container--default .select2-selection--single,
  115. .js-search-form .select2-dropdown {
  116. font-size: 12px;
  117. }
  118. .form-horizontal .table {
  119. font-size: 14px;
  120. }
  121. .inline-nomargin .form-group {
  122. margin-right: 0 !important;
  123. }
  124. .btn {
  125. border-radius: 3px;
  126. font-size: 12px;
  127. }
  128. .btn-default {
  129. background-color: #f4f4f4;
  130. color: #444;
  131. border-color: #ddd;
  132. }
  133. .btn-default:active,
  134. .btn-default:hover,
  135. .btn-default:focus {
  136. color: #333;
  137. background-color: #e7e7e7;
  138. border-color: #adadad;
  139. }
  140. .btn-default:active:hover,
  141. .btn-default:active:focus {
  142. color: #333;
  143. background-color: #d4d4d4;
  144. border-color: #8c8c8c;
  145. }
  146. .btn-yellow,
  147. .btn-yellow:focus {
  148. background-color: #FEE188 !important;
  149. border-color: #FEE188;
  150. border-radius: 0;
  151. color: #963 !important;
  152. }
  153. .btn-yellow:hover {
  154. background-color: #F7D05B !important;
  155. }
  156. .btn-red,
  157. .btn-red:focus {
  158. background-color: #D15B47 !important;
  159. border-color: #D15B47;
  160. border-radius: 0;
  161. color: #fff !important;
  162. }
  163. .btn-red:hover {
  164. background-color: #B74635 !important;
  165. }
  166. .panel {
  167. border: 0 none;
  168. }
  169. .panel-heading {
  170. border-color: #e8edf0;
  171. border-bottom: 0 none;
  172. padding: 0;
  173. margin-bottom: -1px;
  174. }
  175. .panel-heading + .panel-body {
  176. border: 1px solid #C5D0DC;
  177. }
  178. .nav-tabs>li>a,
  179. .nav-tabs>li>a:focus,
  180. .nav-tabs>li>a:hover {
  181. border-radius: 0 !important;
  182. border-color: #C5D0DC;
  183. background-color: #F9F9F9;
  184. color: #999;
  185. margin-right: -1px;
  186. line-height: 18px;
  187. position: relative;
  188. }
  189. .nav-tabs>li>a:focus,
  190. .nav-tabs>li>a:hover {
  191. background-color: #FFF;
  192. color: #4C8FBD;
  193. border-color: #C5D0DC;
  194. }
  195. .nav-tabs>li.active>a,
  196. .nav-tabs>li.active>a:focus,
  197. .nav-tabs>li.active>a:hover {
  198. border-radius: 0;
  199. color: #576373;
  200. border-color: #C5D0DC #C5D0DC transparent;
  201. border-top: 2px solid #4C8FBD;
  202. background-color: #FFFFFF;
  203. z-index: 1;
  204. line-height: 18px;
  205. margin-top: -1px;
  206. box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15);
  207. }
  208. .table-pagination {
  209. font-size: 12px;
  210. }
  211. .table-pagination .pagination {
  212. margin: 0;
  213. }
  214. .table-pagination .dropdown-menu {
  215. font-size: 12px;
  216. }
  217. .pagination {
  218. display: block;
  219. }
  220. .pagination .pagination {
  221. margin: 0;
  222. }
  223. .pagination > li > a {
  224. background: #fafafa;
  225. color: #666;
  226. }
  227. .pagination > li > a:hover,
  228. .pagination > li > span:hover,
  229. .pagination > li > a:focus,
  230. .pagination > li > span:focus {
  231. z-index: 2;
  232. color: #11181f;
  233. background-color: #eee;
  234. border-color: #ddd;
  235. }
  236. .pagination > li:first-child > a,
  237. .pagination > li:first-child > span {
  238. border-bottom-left-radius: 3px;
  239. border-top-left-radius: 3px;
  240. }
  241. .pagination > li:last-child > a,
  242. .pagination > li:last-child > span {
  243. border-bottom-right-radius: 3px;
  244. border-top-right-radius: 3px;
  245. }
  246. .pagination > .active > a,
  247. .pagination > .active > span,
  248. .pagination > .active > a:hover,
  249. .pagination > .active > span:hover,
  250. .pagination > .active > a:focus,
  251. .pagination > .active > span:focus {
  252. z-index: 3;
  253. color: #fff;
  254. background-color: #99a6b3;
  255. border-color: #99a6b3;
  256. cursor: default;
  257. }
  258. .pagination .pagination-go {
  259. display: inline;
  260. }
  261. .pagination .pagination-go .form-control {
  262. width: 50px;
  263. }
  264. .dropdown-menu > li > a:focus,
  265. .dropdown-menu > li > a:hover {
  266. background-color: #e1e3e9;
  267. color: #333;
  268. }
  269. .total-msg {
  270. clear: both;
  271. font-size: 12px;
  272. padding: 20px 0;
  273. }
  274. .total-item {
  275. margin-right: 5px;
  276. }
  277. .action-buttons .text-info,
  278. .action-buttons .text-success,
  279. .action-buttons .text-danger,
  280. .action-buttons .text-info:hover,
  281. .action-buttons .text-success:hover,
  282. .action-buttons .text-danger:hover {
  283. color: #99a6b3;
  284. }
  285. .action-buttons a {
  286. color: transparent;
  287. display: inline-block;
  288. margin: 0 3px;
  289. -webkit-transition: all .1s;
  290. -o-transition: all .1s;
  291. transition: all .1s;
  292. }
  293. .action-buttons a:hover {
  294. color: transparent;
  295. -moz-transform: scale(1.2);
  296. -webkit-transform: scale(1.2);
  297. -o-transform: scale(1.2);
  298. -ms-transform: scale(1.2);
  299. transform: scale(1.2);
  300. }
  301. .action-buttons .fa {
  302. font-size: 17px;
  303. }
  304. .channel_placemask,
  305. .channel_iconmask,
  306. .icon_placemask {
  307. background-color: #eee;
  308. border-radius: 5px;
  309. display: inline-block;
  310. vertical-align: middle;
  311. width: 30px;
  312. height: 30px;
  313. margin: 0 5px;
  314. }
  315. .channel_iconmask {
  316. background-color: rgb(254, 200, 72);
  317. margin: 0 3px;
  318. }
  319. .icon_placemask {
  320. line-height: 30px;
  321. height: 30px;
  322. width: 30px;
  323. color: #999;
  324. text-align: center;
  325. }
  326. .user-info {
  327. min-width: 40px;
  328. display: inline-block;
  329. vertical-align: middle;
  330. height: 40px;
  331. }
  332. img.user-header {
  333. width: 50px;
  334. height: 50px;
  335. margin: 15px 0;
  336. }
  337. ul.simplewind-nav > li.quick-link > a {
  338. height: 32px;
  339. line-height: 32px;
  340. margin: 24px 0;
  341. }
  342. /*2018/02/06*/
  343. .data-dtl{
  344. width: 100%;
  345. border: 1px solid #d8d8d8;
  346. padding: 30px 0;
  347. box-sizing: border-box;
  348. }
  349. .data-dtl ul{
  350. margin: 0;
  351. text-align: center;
  352. border-bottom: 1px solid #d8d8d8;
  353. height: 99px;
  354. padding-left: 0;
  355. }
  356. .data-dtl ul li{
  357. height: 100%;
  358. float: left;
  359. border-right: 1px solid #d8d8d8;
  360. list-style: none;
  361. box-sizing: border-box;
  362. width: 11.1%;
  363. padding: 10px 5px;
  364. }
  365. .data-dtl ul li:last-child{
  366. border-right:none;
  367. }
  368. .data-dtl ul li>h4{
  369. font-family: MicrosoftYaHei-Bold;
  370. font-size: 26px;
  371. color: #FF9933;
  372. margin-bottom: 10px;
  373. font-weight: bold;
  374. }
  375. .data-dtl ul li>p{
  376. font-family: MicrosoftYaHei;
  377. font-size: 14px;
  378. color: #333333;
  379. }
  380. .data-dtl ul.btmul{
  381. border-bottom:none;
  382. }
  383. .data-dtl ul.btmul li>h4{
  384. color: #FF6666;
  385. }
  386. /*图表*/
  387. .chart-dtl{
  388. margin-top: 25px;
  389. width: 100%;
  390. }
  391. .chart-dtl ul{
  392. width: 100%;
  393. height: 40px;
  394. padding-left: 0;
  395. }
  396. .chart-dtl ul li{
  397. float: left;
  398. margin-right: 15px;
  399. text-align: center;
  400. line-height: 40px;
  401. height: 100%;
  402. border: 1px solid #D8D8D8;
  403. font-size: 14px;
  404. color: #333333;
  405. padding: 0 15px;
  406. box-sizing: border-box;
  407. background-color: #fff;
  408. cursor: pointer;
  409. list-style:none;
  410. cursor: pointer;
  411. }
  412. .chart-dtl ul li.active{
  413. color: #FFFFFF;
  414. opacity: 0.88;
  415. background: #FF8F00;
  416. border: none;
  417. }
  418. .chart-cnt{
  419. width: 100%;
  420. }
  421. .chart-cnt >div{
  422. display: none;
  423. }
  424. .chart-cnt >div:first-child{
  425. display: block;
  426. }
  427. /*02/07*/
  428. /*数据*/
  429. body{
  430. /* min-width: 1200px!important;*/
  431. }
  432. .wrap.financial{
  433. padding: 40px 60px 100px;
  434. box-sizing: border-box;
  435. }
  436. .financial .top-data{
  437. width: 100%;
  438. margin-bottom: 40px;
  439. }
  440. .financial .top-data:before,.financial .top-data:after{
  441. display:table;
  442. content:'';
  443. clear:both;
  444. }
  445. .financial .top-data>div{
  446. float: left;
  447. height: 128px;
  448. width: 12.6%;
  449. margin-right: 30px;
  450. box-sizing: border-box;
  451. position: relative;
  452. margin-bottom: 20px;
  453. }
  454. .financial .top-data>div:last-child{
  455. margin-right: 0;
  456. }
  457. .financial .top-data .item{
  458. height:100%;
  459. width: 100%;
  460. padding: 15px;
  461. box-sizing: border-box;
  462. }
  463. .financial .top-data .item .top{
  464. height: 50%;
  465. border-bottom: 1px solid #CCCCCC;
  466. box-sizing: border-box;
  467. text-align: center;
  468. padding-top: 8px;
  469. }
  470. .financial .top-data .item .top span{
  471. display: inline-block;
  472. font-family: MicrosoftYaHei;
  473. font-size: 12px;
  474. color: #FFFFFF;
  475. height: 20px;
  476. line-height: 20px;
  477. text-align: center;
  478. padding: 0 10px;
  479. border-radius: 10px;
  480. background-color: #FF9933;
  481. vertical-align: middle;
  482. }
  483. .financial .top-data .item .top h4{
  484. display: inline;
  485. font-size: 20px;
  486. color: #FF6600;
  487. font-weight: bold;
  488. margin: 0 0 0 2px;
  489. vertical-align: middle;
  490. }
  491. .financial .top-data .item .btm>div{
  492. text-align: center;
  493. padding-top: 10px;
  494. width: 50%;
  495. overflow: hidden;
  496. }
  497. .financial .top-data .item .btm>div p{
  498. font-size: 12px;
  499. color: #333333;
  500. }
  501. .financial .top-data .item .btm>div h4{
  502. font-size: 16px;
  503. color: #FF6600;
  504. }
  505. /*提示框*/
  506. .item-tip{
  507. width: 200px;
  508. background: #FFFFFF;
  509. border: 1px solid #EFEFEF;
  510. border-radius: 4px;
  511. padding: 5px 15px 0;
  512. box-sizing: border-box;
  513. position: absolute;
  514. left: 0;
  515. top: 128px;
  516. z-index: 100;
  517. display: none;
  518. min-height: 100px;
  519. }
  520. .item-tip h4{
  521. font-size: 14px;
  522. color: #333333;
  523. padding:0 0 5px 20px;
  524. box-sizing: border-box;
  525. border-bottom: 2px solid #D2D2D2;
  526. position: relative;
  527. font-weight: 500;
  528. }
  529. .item-tip i{
  530. position: absolute;
  531. width: 12px;
  532. height: 12px;
  533. border-radius: 50%;
  534. left: 16px;
  535. top: 17px;
  536. }
  537. .item-tip p{
  538. font-size: 14px;
  539. color: #333333;
  540. padding-left: 10px;
  541. line-height: 1.3;
  542. }
  543. .financial .btm-data .btm-tit>div{
  544. float: left;
  545. margin-right: 20px;
  546. }
  547. .btm-data table.fintab>thead>tr{
  548. height: 43px;
  549. line-height: 43px;
  550. background: #D8D8D8;
  551. }
  552. .btm-data table.fintab>thead>tr>th{
  553. border: none;
  554. font-size: 14px;
  555. color: #333333;
  556. font-weight: 500;
  557. }
  558. .btm-data table.fintab>tbody>tr{
  559. height: 44px;
  560. line-height: 44px;
  561. }
  562. .btm-data table.fintab>tbody>tr>td{
  563. border: none;
  564. font-size: 14px;
  565. color: #666666;
  566. }
  567. .btm-data table.fintab>tbody>tr:nth-child(odd){
  568. background: #FFFFFF;
  569. }
  570. .btm-data table.fintab>tbody>tr:nth-child(even){
  571. background: #F9F9F9;
  572. }
  573. @media screen and (max-width: 1450px) {
  574. .financial .top-data .item{
  575. padding: 15px 5px;
  576. }
  577. }
  578. @media screen and (max-width: 1680px) {
  579. .financial .top-data>div{
  580. width: 22%;
  581. margin-right: 49px;
  582. }
  583. .financial .top-data>div:nth-child(4){
  584. margin-right: 0;
  585. }
  586. .financial .top-data .itemtip{
  587. width: 295px;
  588. }
  589. }
  590. @media screen and (max-width: 1664px){
  591. .financial .top-data>div{
  592. width: 20%;
  593. margin-right: 70px;
  594. }
  595. }
  596. /*2018/03/05*/
  597. p img.info-tip {
  598. cursor: pointer;
  599. }
  600. .tip-tool {
  601. border: 1px solid #CCCCCC;
  602. width: 200px;
  603. height: 100px;
  604. border-radius: 10px;
  605. background-color: #CEF0FF;
  606. padding: 13px 18px;
  607. box-sizing: border-box;
  608. display: none;
  609. position: absolute;
  610. }
  611. .tip-tool b {
  612. font-size: 14px;
  613. display: block;
  614. color: #333333;
  615. border-bottom: 1px solid #999999;
  616. padding-bottom: 3px;
  617. }
  618. .tip-tool p {
  619. padding-top: 3px;
  620. font-size: 12px;
  621. color: #333333;
  622. line-height: 1.4;
  623. }
  624. .final-tip {
  625. position: absolute;
  626. right: 5%;
  627. top: 10%;
  628. }
  629. .address-select{
  630. width: 200px !important;
  631. float: left;
  632. }
  633. .address-input{
  634. float: left;
  635. min-width: 200px;
  636. height: 31px;
  637. border: 1px solid #ddd;
  638. text-indent: 5px;
  639. }
  640. .tips {
  641. font-size: 13px;
  642. }
  643. div.pop_form {
  644. padding: 20px 0;
  645. }
  646. div.pop_form .row {
  647. margin: 0 -15px;
  648. width: auto;
  649. }
  650. div.pop_form input.form-control {
  651. width: 100%;
  652. }