style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. /* 登录 */
  2. .login-header, .login-footer {
  3. position: absolute;
  4. left: 0;
  5. right: 0;
  6. width: 100%;
  7. z-index: 99
  8. }
  9. .login-header {
  10. top: 0;
  11. height: 47px;
  12. line-height: 47px;
  13. background: #54a3c5;
  14. font-size: 14px;
  15. color: #fff;
  16. padding-left: 20px;
  17. }
  18. .login-wraper {
  19. position: absolute;
  20. width: 100%;
  21. left: 0;
  22. top: 0;
  23. bottom: 0;
  24. right: 0;
  25. z-index: 1;
  26. background: url(../image/login-bg.jpg) repeat center
  27. }
  28. .login-box {
  29. position: absolute;
  30. width: 450px;
  31. height: 280px;
  32. background: rgba(255, 255, 255, 0.5);
  33. border-radius: 8px;
  34. top: 50%;
  35. margin-left: -225px;
  36. margin-top: -184px;
  37. padding-top: 10px;
  38. left: 50%;
  39. }
  40. .login-box .layui-form {
  41. padding: 0 60px;
  42. }
  43. .cloud1{
  44. background: url(../image/cloud1.png) no-repeat center;
  45. height: 400px;
  46. background-size: 150px;
  47. }
  48. .cloud2{
  49. background: url(../image/cloud2.png) no-repeat center;
  50. height: 200px;
  51. background-size: 120px;
  52. }
  53. .cloud3{
  54. background: url(../image/cloud1.png) no-repeat center;
  55. height: 300px;
  56. background-size: 120px;
  57. }
  58. .login{
  59. background: url(../image/login.png) no-repeat left;
  60. height: 30px;
  61. }
  62. @media ( max-width :450px) {
  63. .login-box {
  64. width: 100%;
  65. left: 0;
  66. top: 50%;
  67. margin-left: 0;
  68. }
  69. }
  70. .login-box .layui-form-item {
  71. margin-top: 20px;
  72. position: relative;
  73. }
  74. .login-box .layui-input-block{
  75. margin-left:0;
  76. }
  77. .login-box .iconfont {
  78. position: absolute;
  79. top: 9px;
  80. left: 10px;
  81. z-index: 20;
  82. font-size: 20px;
  83. }
  84. .login-box .layui-input{
  85. border-radius: 5px;
  86. padding: 8px 35px;
  87. height:40px;
  88. line-height:40px;
  89. font-size:14px;
  90. }
  91. .login-box .layui-btn{
  92. border-radius: 5px;
  93. height:40px;
  94. line-height:40px;
  95. width:100%;
  96. background-color: #5eb95e;
  97. }
  98. .login-footer {
  99. bottom: 0;
  100. text-align: center;
  101. color: #fff;
  102. font-size: 12px;
  103. background-color: #a6db75;
  104. line-height: 50px;
  105. }
  106. .login-container {
  107. background-color: #1E9FFF;
  108. overflow: hidden;
  109. margin: 0 auto;
  110. min-width: 980px;
  111. font-size: 14px
  112. }
  113. .login-container img {
  114. border: 0
  115. }
  116. .login-container .header {
  117. height: 47px;
  118. position: fixed;
  119. top: 0;
  120. background: url(../image/loginbg1.png) repeat-x;
  121. z-index: 100;
  122. width: 100%
  123. }
  124. .login-container .header span {
  125. line-height: 47px;
  126. text-indent: 44px;
  127. float: left;
  128. color: #DDD;
  129. font-size: 12px
  130. }
  131. .login-container .container {
  132. background: url(../image/loginbg3.png) no-repeat center center;
  133. width: 100%;
  134. height: 585px;
  135. overflow: hidden;
  136. position: relative;
  137. top: 47px
  138. }
  139. .login-container .content {
  140. width: 692px;
  141. height: 336px;
  142. background: url(../image/logininfo.png) no-repeat;
  143. margin: 80px auto auto auto;
  144. position: relative;
  145. display: block
  146. }
  147. .login-container .content ul {
  148. display: block;
  149. margin: 0;
  150. padding: 0;
  151. list-style: none;
  152. margin-left: 285px;
  153. margin-right: 60px;
  154. }
  155. .login-container .content ul li {
  156. display: block;
  157. margin: 0;
  158. padding: 0;
  159. list-style: none;
  160. margin-bottom: 25px;
  161. position: relative
  162. }
  163. .login-container .content ul li input {
  164. margin-bottom: 25px;
  165. position: relative;
  166. background: url(../image/icon.png) no-repeat;
  167. background-size: 20px;
  168. padding-left: 38px
  169. }
  170. .login-container .content ul li input.username {
  171. background-position: 8px 7px
  172. }
  173. .login-container .content ul li input.password {
  174. background-position: 8px -20px
  175. }
  176. .login-container .login-input {
  177. display: block;
  178. width: 100%;
  179. padding-left: 10px;
  180. height: 38px;
  181. line-height: 38px;
  182. line-height: 36px \9;
  183. border: 1px solid #e6e6e6;
  184. background-color: #fff;
  185. border-radius: 2px
  186. }
  187. .login-container .people {
  188. width: 165px;
  189. height: 96px;
  190. position: relative;
  191. top: 8px;
  192. left: -70px
  193. }
  194. .login-container .footer {
  195. height: 50px;
  196. line-height: 50px;
  197. text-align: center;
  198. background: url(../image/loginbg2.png) repeat-x;
  199. position: fixed;
  200. _position: absolute;
  201. *position: absolute;
  202. bottom: 0;
  203. width: 100%;
  204. color: #fff
  205. }
  206. /* datatables */
  207. .table-border tr {
  208. border-bottom: 1px solid #e2e2e2;
  209. }
  210. .dataTables_wrapper .bottom {
  211. margin-top: 10px;
  212. }
  213. .body-grey .bottom {
  214. padding: 0 15px;
  215. }
  216. .dataTables_wrapper .bottom:after {
  217. clear: both;
  218. }
  219. .dataTables_wrapper .bottom:after, .dataTables_wrapper .bottom:before {
  220. display: table;
  221. content: " ";
  222. }
  223. .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
  224. margin-bottom: 10px;
  225. display: inline-block;
  226. }
  227. .dataTables_length, .dataTables_info {
  228. float: left;
  229. }
  230. .dataTables_info {
  231. line-height: 26px;
  232. margin-left: 10px;
  233. }
  234. .dataTables_filter, .dataTables_paginate {
  235. float: right;
  236. }
  237. .dataTables_length .layui-form-select {
  238. display: none;
  239. }
  240. .dataTables_length select, .dataTables_filter input[type=search] {
  241. width: 100px;
  242. height: 26px;
  243. border: 1px solid #ccc;
  244. padding: 0 5px;
  245. display: inline-block;
  246. }
  247. .dataTables_paginate a.paginate_button {
  248. border-radius: 2px;
  249. padding: 0 12px;
  250. background-color: #f1eff0;
  251. }
  252. .dataTables_paginate a, .dataTables_paginate > span > span {
  253. box-sizing: border-box;
  254. display: inline-block;
  255. min-width: 2em;
  256. height: 26px;
  257. line-height: 26px;
  258. border: 1px solid transparent;
  259. padding: 0 0.5em;
  260. margin-left: 6px;
  261. text-align: center;
  262. text-decoration: none;
  263. cursor: pointer;
  264. }
  265. .dataTables_paginate span a.current {
  266. color: white;
  267. background: #1E9FFF;
  268. }
  269. .dataTables_length select {
  270. width: 60px;
  271. border-radius: 2px;
  272. }
  273. /* table.dataTable tbody tr.even { */
  274. /* background: #f2f2f2; */
  275. /* } */
  276. table.dataTable tbody tr.selected {
  277. background: #e2f1fb !important;
  278. }
  279. table.dataTable tr td:first-child, table.dataTable tr th:first-child {
  280. width: 20px;
  281. }
  282. table.dataTable thead .sorting_asc {
  283. background-image: url("../image/sort_asc.png");
  284. }
  285. table.dataTable thead .sorting_desc {
  286. background-image: url("../image/sort_desc.png");
  287. }
  288. table.dataTable thead .sorting {
  289. background-image: url("../image/sort_both.png");
  290. }
  291. table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
  292. background-repeat: no-repeat;
  293. background-position: center right;
  294. }
  295. /* header */
  296. .layui-side-hide {
  297. background: #121a2c;
  298. position: fixed;
  299. left: 0;
  300. bottom: 0;
  301. height: 44px;
  302. width: 180px;
  303. color: #eee;
  304. line-height: 45px;
  305. text-align: center;
  306. cursor: pointer;
  307. }
  308. .layui-layout-admin .sidebar-collapsed {
  309. width: 50px;
  310. }
  311. .layui-layout-admin .sidebar-collapsed .menu-text {
  312. display: none;
  313. text-align: left;
  314. top: -1px;
  315. left: 52px;
  316. z-index: 1025;
  317. color: #333;
  318. }
  319. .layui-layout-admin .sidebar-collapsed .layui-nav-more {
  320. display: none;
  321. }
  322. .layui-layout-admin .sidebar-collapsed .layui-nav-itemed .layui-nav-child {
  323. display: none;
  324. background-color: #ffffff!important;
  325. }
  326. .layui-layout-admin .sidebar-collapsed .layui-nav-child {
  327. position: fixed;
  328. z-index: 1026;
  329. left: 50px;
  330. top: -1px;
  331. margin-top: 50px;
  332. padding-bottom: 2px;
  333. min-width: 176px;
  334. background-color: #ffffff;
  335. border: 1px solid #cccccc;
  336. border-top-color: #e6e6e6;
  337. -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  338. box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  339. }
  340. .layui-layout-admin .sidebar-collapsed .layui-nav-item:hover .layui-nav-child {
  341. display: block;
  342. }
  343. .layui-layout-admin .sidebar-collapsed .layui-nav-itemed > a {
  344. background-color: #393D49 !important;
  345. }
  346. .layui-layout-admin .sidebar-collapsed .layui-nav-item > a {
  347. padding-left: 16px;
  348. }
  349. .layui-layout-admin .sidebar-collapsed .layui-nav-item:hover .menu-text {
  350. display: block;
  351. }
  352. .layui-layout-admin .sidebar-collapsed .icon-collapse:before {
  353. transform: rotate(-180deg);
  354. }
  355. .layui-layout-admin .icon-collapse:before {
  356. display: inline-block;
  357. zoom: 1;
  358. -webkit-transition: all 0.3s;
  359. -moz-transition: all 0.3s;
  360. -ms-transition: all 0.3s;
  361. -o-transition: all 0.3s;
  362. transition: all 0.3s;
  363. -moz-transition: all .3s;
  364. -webkit-transition: all .3s;
  365. transition: all .3s;
  366. }
  367. .layui-nav-tree .layui-nav-child a {
  368. padding-left: 45px;
  369. }
  370. .main-index-tab {
  371. border: 0 none;
  372. box-shadow: none;
  373. min-height: 150px;
  374. }
  375. .main-index-tab .layui-tab-content .layui-tab-item,
  376. .main-index-tab .layui-tab-content iframe {
  377. width: 100%;
  378. height: 100%;
  379. border: 0;
  380. font-size: 0
  381. }
  382. .layui-layout-admin .main-index-footer {
  383. z-index: 999;
  384. height: auto;
  385. padding: 12.5px 0;
  386. text-align: center;
  387. background-color: #2F4056;
  388. background: #393D49;
  389. color: #fff;
  390. font-weight: 300;
  391. border-top: 1px solid #393D49 !important;
  392. }
  393. /** panel **/
  394. .panel {
  395. background-color: #fff;
  396. border: solid 1px #e2e2e2
  397. }
  398. .panel-header {
  399. border-bottom: solid 1px #e2e2e2;
  400. background-color: #f2f2f2;
  401. padding: 8px 15px;
  402. font-size: 14px;
  403. font-weight: 700
  404. }
  405. .panel-body {
  406. padding: 15px
  407. }
  408. .panel-footer {
  409. background-color: #f5f5f5;
  410. border-top: 1px solid #ddd;
  411. padding: 5px 20px
  412. }
  413. /** 省市区 城市选择**/
  414. .icon-start, .icon-end {
  415. background: url(../image/select-addr.png);
  416. width: 14px;
  417. height: 16px;
  418. float: left;
  419. margin: 4px 5px 0 0;
  420. }
  421. .icon-end {
  422. background-position: 0 -45px;
  423. }
  424. .citybox {
  425. position: absolute !important;
  426. left: 200px;
  427. top: 120px;
  428. }
  429. .sns-addrselector {
  430. position: relative;
  431. cursor: pointer;
  432. }
  433. .sns-addrselector.zi2 {
  434. z-index: 2;
  435. }
  436. /*防止ie7 第二个框在浮层框的上面 */
  437. .sns-addrselector.zi1 {
  438. z-index: 1;
  439. }
  440. /*如果就一个下拉框就不用加 */
  441. .sns-addrselector .dn {
  442. display: none;
  443. }
  444. .sns-addrselector .dib {
  445. font-size: 0;
  446. text-justify: inter-ideograph;
  447. }
  448. .sns-addrselector .dib li {
  449. display: inline-block;
  450. vertical-align: top;
  451. *display: inline;
  452. *zoom: 1;
  453. font-size: 12px;
  454. }
  455. .sns-addrselector em {
  456. font-style: normal;
  457. }
  458. .sns-addrselector a {
  459. cursor: pointer;
  460. -webkit-user-select: none;
  461. -ms-user-select: none;
  462. -moz-user-select: none;
  463. }
  464. .sns-addrselector dl {
  465. min-width: 375px;
  466. min-height: 150px;
  467. *width: 380px;
  468. left: 30px;
  469. border: 1px solid #ddd;
  470. position: absolute;
  471. margin: -1px 0 0 -30px;
  472. padding: 8px 5px 5px;
  473. z-index: 100;
  474. background: #fff;
  475. }
  476. .sns-addrselector dt {
  477. border-bottom: 2px solid #1bafeb;
  478. height: 29px;
  479. line-height: 18px;
  480. }
  481. .sns-addrselector dt .tab {
  482. float: left;
  483. padding: 4px 18px 4px 10px;
  484. margin-left: 5px;
  485. border: 1px solid #ddd;
  486. border-bottom: none;
  487. color: #005AA0;
  488. background: #fff;
  489. }
  490. .sns-addrselector dt .tab i {
  491. width: 7px;
  492. height: 5px;
  493. margin: 6px 0 0 7px;
  494. position: absolute;
  495. -moz-transition: all .1s ease 0s;
  496. -webkit-transition: all .1s ease 0s;
  497. transition: all .1s ease 0s;
  498. }
  499. .sns-addrselector dt .tab:hover i, .sns-addrselector dt .tab.crt i {
  500. -webkit-transform: rotate(180deg);
  501. transform: rotate(180deg);
  502. -webkit-transition: all .25s ease 0s;
  503. transition: all .25s ease 0s;
  504. }
  505. .sns-addrselector dt .tab.crt {
  506. padding-bottom: 6px;
  507. margin: -1px -1px 0 4px;
  508. border: 2px solid #1bafeb;
  509. border-bottom: none;
  510. }
  511. .sns-addrselector dd {
  512. margin-top: 8px;
  513. line-height: 1.8;
  514. overflow: hidden;
  515. }
  516. .sns-addrselector .hot { /* padding-left:70px; */
  517. }
  518. .sns-addrselector .hot li {
  519. float: left;
  520. width: 61px;
  521. }
  522. .sns-addrselector .hot li.cl {
  523. clear: left;
  524. }
  525. .sns-addrselector dd li {
  526. width: 25%;
  527. padding: 2px 0;
  528. list-style: none;
  529. }
  530. .sns-addrselector dd b {
  531. position: absolute;
  532. margin-left: -65px;
  533. }
  534. .sns-addrselector dd a {
  535. padding: 2px 1px;
  536. margin: 5px 2px;
  537. color: #005AA0;
  538. }
  539. .sns-addrselector dd a:hover {
  540. background: rgb(156, 210, 255);
  541. color: #fff;
  542. }
  543. .sns-addrselector .addr {
  544. height: 32px;
  545. width: 100%;
  546. border-radius: 3px;
  547. line-height: 32px;
  548. padding: 0px 0 0px 0px;
  549. border: 0;
  550. position: relative;
  551. cursor: pointer;
  552. }
  553. .sns-addrselector .addr label.error {
  554. line-height: 22px;
  555. font-size: 12px;
  556. }
  557. .sns-addrselector .addr .em {
  558. box-sizing: border-box;
  559. width: 100%;
  560. border: 1px solid #e6e6e6;
  561. border-radius: 2px;
  562. padding: 5px 20px 5px 26px;
  563. float: left;
  564. line-height: 19px;
  565. cursor: pointer;
  566. background: #fff url(../image/select-addr.png) no-repeat 5px 7px;
  567. }
  568. .sns-addrselector .addr .em[readonly] {
  569. background: #fff url(../image/select-addr.png) no-repeat 5px 7px !important;
  570. }
  571. .sns-addrselector .addr i {
  572. width: 20px;
  573. height: 7px;
  574. float: left;
  575. position: absolute;
  576. top: 13px;
  577. right: 0px;
  578. background: url(../image/select_arrow.png) no-repeat !important;
  579. overflow: hidden;
  580. }
  581. .sns-addrselector .addr.hover {
  582. height: 32px;
  583. border-bottom: none;
  584. z-index: 2;
  585. }
  586. .sns-addrselector dd b.a {
  587. margin-top: 1px;
  588. }
  589. .sns-addrselector dd b.b {
  590. margin-top: 51px;
  591. }
  592. .sns-addrselector dd b.c {
  593. margin-top: 101px;
  594. }
  595. .sns-addrselector dd b.d {
  596. margin-top: 151px;
  597. }
  598. .sns-addrselector .reset {
  599. width: 30px;
  600. height: 18px;
  601. margin: -3px 10px 0 0;
  602. float: right;
  603. }
  604. .destAddr .sns-addrselector .addr {
  605. background-position: 5px -40px;
  606. }
  607. .sns-addrselector .tab_reset {
  608. float: right;
  609. z-index: 2;
  610. cursor: pointer;
  611. width: 50px;
  612. height: 24px;
  613. font-weight: normal;
  614. border: 1px solid #d5d9de;
  615. border-radius: 5px;
  616. text-align: center;
  617. line-height: 24px;
  618. }
  619. .search-box .return {
  620. background: url(../image/select-addr.png) 0 -100px;
  621. width: 27px;
  622. height: 26px;
  623. float: left;
  624. margin: 5px 5px 0;
  625. cursor: pointer;
  626. }
  627. .search-box .return:hover {
  628. background-position: -32px -100px;
  629. }
  630. /* layer弹出样式自定义 */
  631. body .layer-popup .layui-layer-btn {
  632. border-top: 1px solid rgb(232, 232, 232);
  633. }
  634. body .layer-back .layui-layer-setwin {
  635. top: 8px;
  636. }
  637. body .layer-back .layui-layer-setwin a {
  638. width: 26px;
  639. height: 26px;
  640. }
  641. body .layer-back .layui-layer-ico {
  642. background: url(../image/back.png) no-repeat;
  643. }
  644. body .layer-back .layui-layer-setwin .layui-layer-close1 {
  645. cursor: pointer;
  646. background-size: 26px;
  647. }
  648. /* 公用 */
  649. .container{
  650. margin:15px;
  651. background: #fff;
  652. }
  653. .f0 {
  654. font-size: 0px;
  655. }
  656. .fs14 {
  657. font-size: 14px;
  658. }
  659. .fs16 {
  660. font-size: 16px;
  661. }
  662. .font-normal {
  663. font-weight: normal;
  664. }
  665. .text-l {
  666. text-align: left !important;
  667. }
  668. .text-c {
  669. text-align: center !important;
  670. }
  671. .text-r {
  672. text-align: right !important;
  673. }
  674. .pd-0-5 {
  675. padding: 0 5px;
  676. }
  677. .pd-0 {
  678. padding: 0 !important;
  679. }
  680. .pd-5 {
  681. padding: 5px !important;
  682. }
  683. .pd-10 {
  684. padding: 10px !important;
  685. }
  686. .pd-15 {
  687. padding: 15px !important;
  688. }
  689. .pr-15 {
  690. padding-right: 15px !important;
  691. }
  692. .pr-20 {
  693. padding-right: 20px !important;
  694. }
  695. .mt-0 {
  696. margin-top: 0 !important;
  697. }
  698. .mt-5 {
  699. margin-top: 5px !important;
  700. }
  701. .mt-10 {
  702. margin-top: 10px !important;
  703. }
  704. .mt-15 {
  705. margin-top: 15px !important;
  706. }
  707. .ml-0 {
  708. margin-left: 0 !important;
  709. }
  710. .ml-5 {
  711. margin-left: 5px !important;
  712. }
  713. .ml-10 {
  714. margin-left: 10px !important;
  715. }
  716. .ml-15 {
  717. margin-left: 15px !important;
  718. }
  719. .mr-0 {
  720. margin-right: 0 !important;
  721. }
  722. .mr-5 {
  723. margin-right: 5px !important;
  724. }
  725. .mr-10 {
  726. margin-right: 10px !important;
  727. }
  728. .mr-15 {
  729. margin-right: 15px !important;
  730. }
  731. .mb-0 {
  732. margin-bottom: 0 !important;
  733. }
  734. .mb-5 {
  735. margin-bottom: 5px !important;
  736. }
  737. .mb-10 {
  738. margin-bottom: 10px !important;
  739. }
  740. .mb-15 {
  741. margin-bottom: 15px !important;
  742. }
  743. .c-blue {
  744. color: #1E9FFF;
  745. }
  746. .c-green {
  747. color: #2cb663;
  748. }
  749. .c-red {
  750. color: red;
  751. }
  752. .c-333 {
  753. color: #333;
  754. }
  755. .c-666 {
  756. color: #666;
  757. }
  758. .fl {
  759. float: left;
  760. }
  761. .fr {
  762. float: right;
  763. }
  764. .foot-mb {
  765. margin-bottom: 53px;
  766. }
  767. .foot {
  768. position: fixed;
  769. left: 0;
  770. right: 0;
  771. bottom: 0;
  772. border-top: 1px solid rgb(232, 232, 232);
  773. padding: 10px 0px;
  774. background-color: #fff;
  775. z-index: 999;
  776. text-align: right;
  777. padding-right: 15px;
  778. }
  779. .btn-group {
  780. position: relative;
  781. padding: 10px 0;
  782. cursor: pointer;
  783. border-bottom: 0;
  784. font-size: 0;
  785. }
  786. .body-grey .btn-group {
  787. padding: 10px 15px;
  788. }
  789. .btn-group label {
  790. height: 26px;
  791. line-height: 26px;
  792. font-size: 14px;
  793. }
  794. .form-search {
  795. padding: 10px 15px 0;
  796. }
  797. .form-search + .btn-group {
  798. border-top: 1px solid #e2e2e2;
  799. }
  800. .query-more {
  801. display: none;
  802. }
  803. .body-grey {
  804. background: #f2f2f2;
  805. }
  806. .popup {
  807. background: url(../image/search.png) right no-repeat;
  808. background-size: 25px;
  809. padding-right: 25px;
  810. }
  811. .tree-select {
  812. background: url(../image/sanjiao.png) right no-repeat;
  813. background-size: 25px;
  814. padding-right: 25px;
  815. }
  816. .treeContent {
  817. background: #fff;
  818. border: 1px solid #e6e6e6;
  819. border-radius: 2px;
  820. z-index: 100;
  821. }
  822. .search-icon {
  823. display: inline-block;
  824. border: 0px solid red;
  825. width: 25px;
  826. height: 28px;
  827. position: absolute;
  828. right: 20px;
  829. z-index: 100;
  830. cursor: pointer;
  831. margin-top: 1px;
  832. }
  833. .layui-colla-content > .form-group:last-child {
  834. margin-bottom: 0 !important;
  835. }
  836. /** 统计 **/
  837. .dashboard-header {
  838. min-width: 100%;
  839. height: 150px;
  840. color: #888;
  841. font-size: 12px;
  842. width: calc(100% + 20px);
  843. width: -webkit-calc(100% + 20px);
  844. }
  845. .list-inline, .list-unstyled {
  846. padding-left: 0;
  847. list-style: none;
  848. }
  849. .dashboard-header ul>li {
  850. float: left;
  851. }
  852. .dashboard-header ul>li .inner {
  853. height: 150px;
  854. padding: 0 20px 10px;
  855. border-bottom: 1px solid #e8e8e8;
  856. background-color: #fff;
  857. }
  858. .dashboard-header ul>li .inner-header {
  859. padding: 15px 0;
  860. border-bottom: 1px solid #e8e8e8;
  861. }
  862. .dashboard-header ul>li .inner-body {
  863. padding: 20px 0;
  864. }
  865. .dashboard-header ul>li .number {
  866. font-size: 32px;
  867. line-height: 32px;
  868. color: #333;
  869. text-align: center;
  870. }