ry-ui.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. /**
  2. * 通用css样式布局处理
  3. * Copyright (c) 2019 ruoyi
  4. */
  5. /** 基础通用 **/
  6. .pt5 {
  7. padding-top: 5px;
  8. }
  9. .pr5 {
  10. padding-right: 5px;
  11. }
  12. .pb5 {
  13. padding-bottom: 5px;
  14. }
  15. .mt5 {
  16. margin-top: 5px;
  17. }
  18. .mr5 {
  19. margin-right: 5px;
  20. }
  21. .mb5 {
  22. margin-bottom: 5px;
  23. }
  24. .ml5 {
  25. margin-left: 5px;
  26. }
  27. .mt10 {
  28. margin-top: 10px;
  29. }
  30. .mr10 {
  31. margin-right: 10px;
  32. }
  33. .mb10 {
  34. margin-bottom: 10px;
  35. }
  36. .ml0 {
  37. margin-left: 10px;
  38. }
  39. .mt20 {
  40. margin-top: 20px;
  41. }
  42. .mr20 {
  43. margin-right: 20px;
  44. }
  45. .mb20 {
  46. margin-bottom: 20px;
  47. }
  48. .ml20 {
  49. margin-left: 20px;
  50. }
  51. .img-xs {
  52. width: 32px;
  53. height: 32px;
  54. }
  55. .img-sm {
  56. width: 64px;
  57. height: 64px;
  58. }
  59. .img-md {
  60. width: 96px;
  61. height: 96px;
  62. }
  63. .img-lg {
  64. width: 120px;
  65. height: 120px;
  66. }
  67. .section-content {
  68. min-height: 250px;
  69. margin-right: auto;
  70. margin-left: auto;
  71. padding: 5px 5px 5px 5px;
  72. width: 100%;
  73. height: 100%;
  74. position: absolute;
  75. }
  76. .ibox {
  77. margin-bottom: 25px;
  78. background-color: #fff;
  79. border: 1px solid #ddd;
  80. border-radius: 4px;
  81. height: 100%;
  82. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  83. }
  84. .list-group-striped > .list-group-item {
  85. border-left: 0;
  86. border-right: 0;
  87. border-radius: 0;
  88. padding-left: 0;
  89. padding-right: 0
  90. }
  91. .ibox-title-gray {
  92. height: 41px;
  93. background-color: #f0f3f4;
  94. color: #333;
  95. font-weight: 700;
  96. border-radius: 2px 2px 0 0;
  97. padding: 13px !important;
  98. border-bottom: 1px solid #eee;
  99. display: block;
  100. clear: both;
  101. }
  102. .dashboard-header h5 {
  103. padding: 8px 0 0 0;
  104. display: inline-block;
  105. font-size: 14px;
  106. text-overflow: ellipsis;
  107. float: left;
  108. font-weight: 400;
  109. }
  110. .ibox-title-gray h5 {
  111. display: inline-block;
  112. font-size: 14px;
  113. margin: 0 0 7px;
  114. padding: 0;
  115. text-overflow: ellipsis;
  116. float: left;
  117. }
  118. /* 导航页签 */
  119. .nav-tabs-custom {
  120. margin-bottom: 20px;
  121. background: #fff;
  122. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  123. border-radius: 3px
  124. }
  125. .nav-tabs-custom>.nav-tabs {
  126. margin: 0;
  127. border-bottom-color: #f4f4f4;
  128. border-top-right-radius: 3px;
  129. border-top-left-radius: 3px
  130. }
  131. .nav-tabs-custom>.nav-tabs>li {
  132. border-top: 3px solid transparent;
  133. margin-bottom: -2px;
  134. margin-right: 5px
  135. }
  136. .nav-tabs-custom>.nav-tabs>li.disabled>a {
  137. color: #777
  138. }
  139. .nav-tabs-custom>.nav-tabs>li>a {
  140. color: #444;
  141. font-weight: normal;
  142. border-radius: 0
  143. }
  144. .nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover {
  145. background: transparent;
  146. margin: 0
  147. }
  148. .nav-tabs-custom>.nav-tabs>li>a:hover {
  149. color: #999
  150. }
  151. .nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
  152. border-color: transparent
  153. }
  154. .nav-tabs-custom>.nav-tabs>li.active {
  155. border-top-color: #1890ff
  156. }
  157. .nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a {
  158. background-color: #fff;
  159. color: #444
  160. }
  161. .nav-tabs-custom>.nav-tabs>li.active>a {
  162. border-top-color: transparent;
  163. border-bottom-color: transparent;
  164. border-left-color: #f4f4f4;
  165. border-right-color: #f4f4f4
  166. }
  167. .nav-tabs-custom>.tab-content {
  168. background: #fff;
  169. padding: 10px;
  170. border-bottom-right-radius: 3px;
  171. border-bottom-left-radius: 3px
  172. }
  173. /** 弹层组件 禁用样式 **/
  174. .layer-disabled {
  175. border: 1px #dedede solid !important;
  176. background-color: #f1f1f1 !important;
  177. color: #333 !important;
  178. pointer-events: none;
  179. }
  180. /** 用户管理 样式布局 **/
  181. .box {
  182. position: relative;
  183. border-radius: 3px;
  184. background: #ffffff;
  185. border-top: 3px solid #d2d6de;
  186. margin-bottom: 20px;
  187. width: 100%;
  188. box-shadow: 0 1px 1px rgba(0,0,0,0.1)
  189. }
  190. .box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
  191. content: " ";
  192. display: table
  193. }
  194. .box-header:after,.box-body:after,.box-footer:after {
  195. clear: both
  196. }
  197. .btn-box-tool {
  198. padding: 5px;
  199. font-size: 12px;
  200. background: transparent;
  201. color: #97a0b3;
  202. }
  203. .open .btn-box-tool,
  204. .btn-box-tool:hover {
  205. color: #606c84;
  206. }
  207. .box-main {
  208. margin: 0;
  209. border: 0;
  210. padding-top: 2px;
  211. border-radius: 0;
  212. box-shadow: none
  213. }
  214. .box-main>.box-header {
  215. border-bottom: 1px solid #eee;
  216. padding: 12px 10px 2px 15px
  217. }
  218. .box-header .box-title {
  219. display: inline-block;
  220. font-size: 18px;
  221. margin: 0;
  222. line-height: 1;
  223. }
  224. .box-main>.box-header .box-title {
  225. font-size: 16px;
  226. margin-bottom: 13px;
  227. float: left
  228. }
  229. .box-main>.box-header .box-title .fa {
  230. font-size: 14px;
  231. padding-right: 3px;
  232. margin-top: -2px
  233. }
  234. .box-main>.box-header .box-tools {
  235. position: relative;
  236. top: -5px;
  237. right: 0
  238. }
  239. .box-main>.box-header .box-tools .btn {
  240. padding: 3px 10px 5px 10px;
  241. font-size: 14px;
  242. margin-bottom: 2px
  243. }
  244. .box-main>.box-header .box-tools .btn-box-tool {
  245. padding: 4px 2px
  246. }
  247. .box-main form>.box-footer,.nav-main form>.box-footer {
  248. background: #fafafa
  249. }
  250. .box-main form>.box-footer .row,.nav-main form>.box-footer .row {
  251. margin: 5px 0 5px -25px
  252. }
  253. /** select2 样式修改 **/
  254. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  255. background-color: #1AB394;
  256. border-color: #1AB394;
  257. padding: 1px 10px;
  258. color: #fff
  259. }
  260. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  261. margin-right: 5px;
  262. color: rgba(255,255,255,0.7)
  263. }
  264. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  265. color: #fff
  266. }
  267. .select2-container .select2-selection--single .select2-selection__rendered {
  268. padding-right: 10px
  269. }
  270. /** 表单验证 样式布局 **/
  271. label.error {
  272. position: absolute;
  273. right: 18px;
  274. top: 10px;
  275. color: #ef392b;
  276. font-size: 12px
  277. }
  278. .input-group label.error {
  279. z-index:99;
  280. right: 42px
  281. }
  282. .Validform_error,input.error,select.error {
  283. background-color: #fbe2e2;
  284. border-color: #c66161;
  285. color: #c00
  286. }
  287. .Validform_wrong,.Validform_right,.Validform_warning {
  288. display: inline-block;
  289. height: 20px;
  290. font-size: 12px;
  291. vertical-align: middle;
  292. padding-left: 25px
  293. }
  294. .i-checks label.error, .check-box label.error, .radio-box label.error {
  295. right: auto;
  296. width: 150px;
  297. left: 210px;
  298. top: 1px;
  299. max-width: none;
  300. }
  301. /** 复选框&单选框 **/
  302. .check-box,.radio-box {
  303. display: inline-block;
  304. box-sizing: border-box;
  305. cursor: pointer;
  306. position: relative;
  307. padding-left: 25px;
  308. padding-right: 15px;
  309. padding-top: 8px;
  310. }
  311. .icheckbox, .icheckbox-blue, .iradio, .iradio-blue, .iradio-purple {
  312. position: absolute;
  313. top: 8px;
  314. left: 0
  315. }
  316. /** iCheck **/
  317. .icheckbox-blue,.iradio-blue {
  318. display: block;
  319. margin: 0;
  320. padding: 0;
  321. width: 18px;
  322. height: 18px;
  323. background: url(../../img/blue.png) no-repeat;
  324. border: none;
  325. cursor: pointer
  326. }
  327. .icheckbox-blue,.icheckbox-blue.static:hover {
  328. background-position: 0 0
  329. }
  330. .icheckbox-blue.hover,.icheckbox-blue:hover {
  331. background-position: -20px 0
  332. }
  333. .icheckbox-blue.checked {
  334. background-position: -40px 0
  335. }
  336. .icheckbox-blue.disabled {
  337. background-position: -60px 0;
  338. cursor: default
  339. }
  340. .icheckbox-blue.checked.disabled {
  341. background-position: -80px 0
  342. }
  343. .iradio-blue,.iradio-blue.static:hover {
  344. background-position: -100px 0
  345. }
  346. .iradio-blue.hover,.iradio-blue:hover {
  347. background-position: -120px 0
  348. }
  349. .iradio-blue.checked {
  350. background-position: -140px 0
  351. }
  352. .iradio-blue.disabled {
  353. background-position: -160px 0;
  354. cursor: default
  355. }
  356. .iradio-blue.checked.disabled {
  357. background-position: -180px 0
  358. }
  359. /* 切换开关 */
  360. .toggle-switch {
  361. display: -webkit-inline-box;
  362. display: -webkit-inline-flex;
  363. display: -ms-inline-flexbox;
  364. display: inline-flex;
  365. -webkit-box-align: center;
  366. -webkit-align-items: center;
  367. -ms-flex-align: center;
  368. align-items: center;
  369. margin-bottom: 0;
  370. padding-top: 8px;
  371. }
  372. .toggle-switch input {
  373. height: 0;
  374. width: 0;
  375. position: absolute;
  376. opacity: 0;
  377. }
  378. .toggle-switch span {
  379. display: inline-block;
  380. position: relative;
  381. width: 40px;
  382. height: 10px;
  383. -webkit-border-radius: 10px;
  384. border-radius: 10px;
  385. background-color: #ebebeb;
  386. border: 2px solid #ebebeb;
  387. cursor: pointer;
  388. -webkit-transition: all .1s ease;
  389. -o-transition: all .1s ease;
  390. transition: all .1s ease
  391. }
  392. .toggle-switch span:after {
  393. content: '';
  394. height: 20px;
  395. width: 20px;
  396. -webkit-border-radius: 50%;
  397. border-radius: 50%;
  398. position: absolute;
  399. left: 1px;
  400. top: -7px;
  401. color: #aaa;
  402. -webkit-transition: all .1s ease;
  403. -o-transition: all .1s ease;
  404. transition: all .1s ease;
  405. text-align: center;
  406. font-size: 13px;
  407. background-color: #fff;
  408. -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
  409. box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px
  410. }
  411. .toggle-switch input:checked~span:after {
  412. left: -webkit-calc(100% - 20px);
  413. left: calc(100% - 20px);
  414. background-color: #15c377
  415. }
  416. .toggle-switch.switch-solid span {
  417. height: 20px;
  418. }
  419. .toggle-switch.switch-solid span:after {
  420. top: -2px;
  421. }
  422. .switch-solid input:checked~span {
  423. background-color: #15c377;
  424. border-color: #15c377
  425. }
  426. .switch-solid input:checked~span:after {
  427. background-color: #fff;
  428. color: #15c377
  429. }
  430. /** 遮罩层 **/
  431. .loaderbox {
  432. display: inline-block;
  433. min-width: 125px;
  434. padding: 10px;
  435. margin: 0 auto;
  436. color: #000 !important;
  437. font-size: 13px;
  438. font-weight: 400;
  439. text-align: center;
  440. vertical-align: middle;
  441. border: 1px solid #ddd;
  442. background-color: #eee;
  443. -webkit-border-radius: 2px;
  444. -moz-border-radius: 2px;
  445. -ms-border-radius: 2px;
  446. -o-border-radius: 2px;
  447. border-radius: 2px;
  448. -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  449. -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  450. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  451. }
  452. .loaderbox .loading-activity {
  453. float: left;
  454. width: 18px;
  455. height: 18px;
  456. border: solid 2px transparent;
  457. border-top-color: #000;
  458. border-left-color: #000;
  459. border-radius: 10px;
  460. -webkit-animation: pace-spinner 400ms linear infinite;
  461. -moz-animation: pace-spinner 400ms linear infinite;
  462. -ms-animation: pace-spinner 400ms linear infinite;
  463. -o-animation: pace-spinner 400ms linear infinite;
  464. animation: pace-spinner 400ms linear infinite;
  465. }
  466. @media (max-width: 767px) {
  467. .loading-activity {
  468. width: 18px;
  469. height: 18px;
  470. }
  471. }
  472. @-ms-keyframes pace-spinner {
  473. 0% {
  474. -ms-transform: rotate(0deg);
  475. transform: rotate(0deg);
  476. }
  477. 100% {
  478. -ms-transform: rotate(360deg);
  479. transform: rotate(360deg);
  480. }
  481. }
  482. @keyframes pace-spinner {
  483. 0% {
  484. transform: rotate(0deg);
  485. }
  486. 100% {
  487. transform: rotate(360deg);
  488. }
  489. }
  490. /** 表单查询条件 **/
  491. ul {
  492. margin: 0;
  493. padding: 0;
  494. -webkit-tap-highlight-color: rgba(0,0,0,0);
  495. }
  496. li {
  497. list-style: none;
  498. }
  499. .time-input {
  500. display: block;
  501. width: 100%;
  502. padding-left: 10px;
  503. }
  504. label {
  505. font-weight: normal;
  506. }
  507. .container-div {
  508. padding: 10px 35px;
  509. height: 100%;
  510. }
  511. .container-div .row {
  512. height: 100%;
  513. }
  514. .search-collapse,.select-table {
  515. width: 100%;
  516. background: #fff;
  517. border-radius: 6px;
  518. margin-top: 10px;
  519. padding-top: 5px;
  520. padding-bottom: 13px;
  521. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  522. }
  523. .search-collapse {
  524. position: relative;
  525. }
  526. .search-collapse .col-sm-6 .control-label {
  527. color: #333;
  528. }
  529. @media ( max-width : 768px) {
  530. .search-collapse {
  531. display: none;
  532. }
  533. }
  534. @media ( min-width : 768px) {
  535. .select-list li {
  536. float: left;
  537. }
  538. }
  539. .select-list li {
  540. color: #333;
  541. margin: 5px 15px 5px 0px;
  542. }
  543. .select-list li input {
  544. border: 1px solid #ddd;
  545. border-radius: 4px;
  546. background: transparent;
  547. outline: none;
  548. height: 30px;
  549. width: 200px;
  550. padding-left: 5px;
  551. }
  552. .select-list li .submit-btn {
  553. border: 0px;
  554. border-radius: 4px;
  555. background: transparent;
  556. outline: none;
  557. width: 40px;
  558. height: 23px;
  559. }
  560. .select-list li select {
  561. border: 1px solid #ddd;
  562. border-radius: 4px;
  563. background: transparent;
  564. outline: none;
  565. height: 30px;
  566. width: 200px;
  567. }
  568. .select-list .select-time input {
  569. width: 93px;
  570. }
  571. .select-time label,.select-time span,.select-time input {
  572. float: left;
  573. }
  574. @media (max-width:767px) {
  575. .select-time label,.select-time span,.select-time input {
  576. float: none;
  577. }
  578. .select-list .select-time input {
  579. width: 200px;
  580. }
  581. }
  582. .select-time label {
  583. margin-top: 5px;
  584. }
  585. .select-time span {
  586. display: block;
  587. margin: 5px 5px;
  588. }
  589. .search-btn {
  590. background-color: #1ab394;
  591. border-color: #1ab394;
  592. color: #FFF;
  593. margin-bottom: 5px;
  594. display: inline-block;
  595. padding: 6px 12px;
  596. margin-bottom: 0;
  597. font-size: 14px;
  598. font-weight: 400;
  599. line-height: 1.42857143;
  600. text-align: center;
  601. white-space: nowrap;
  602. border-radius: 3px;
  603. vertical-align: middle;
  604. cursor: pointer;
  605. }
  606. /** 表格查询数据 **/
  607. .table-striped {
  608. min-height: 75%;
  609. }
  610. .table-striped .bootstrap-table {
  611. border: 0px!important;
  612. }
  613. .table-striped .table, .fixed-table-container, table, .table-striped .table, .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  614. border-bottom: 1px solid #e7eaec!important;
  615. background-color: transparent!important;
  616. border: 0px;
  617. }
  618. .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
  619. border-bottom: 1px solid #ccc!important;
  620. border-top: 0px!important;
  621. }
  622. .table-striped .table>thead:first-child>tr:first-child>th {
  623. font-weight: normal;
  624. font-size: 13px
  625. }
  626. .table-striped table thead {
  627. background-color: #eff3f8;
  628. }
  629. .table-bordered td,.table-bordered th {
  630. border: 1px solid #ddd!important
  631. }
  632. .fixed-table-container thead th >.both{
  633. display: inline-block
  634. }
  635. /** 表格冻结列样式 **/
  636. .left-fixed-table-columns{
  637. position: absolute;
  638. background-color: #fff;
  639. display: none;
  640. border-right:1px solid #ddd;
  641. overflow: hidden;
  642. }
  643. .right-fixed-table-columns{
  644. position: absolute;
  645. right:63px;
  646. border-left:1px solid #ddd;
  647. display: none;
  648. z-index:100;
  649. }
  650. /** 表格树样式 **/
  651. .bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  652. .bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  653. .bootstrap-tree-table .treetable-selected{background: #f5f5f5 !important;}
  654. .bootstrap-tree-table .treetable-table{border:0 !important;margin-bottom:0}
  655. .bootstrap-tree-table .treetable-table tbody {display:block;height:auto;}
  656. .bootstrap-tree-table .treetable-table thead, .treetable-table tbody tr {display:table;width:100%;table-layout:fixed;}
  657. .bootstrap-tree-table .treetable-thead th{line-height:24px;border: 0 !important;border-radius: 4px;border-left:0px solid #e7eaec !important;border-bottom:1px solid #ccc!important;text-align: left;}
  658. .bootstrap-tree-table .treetable-thead tr :first-child{border-left:0 !important}
  659. .bootstrap-tree-table .treetable-tbody td{border: 0 !important;border-left:0px solid #e7eaec !important;border-bottom:1px solid #e7eaec!important;white-space: nowrap; text-overflow: ellipsis;}
  660. .bootstrap-tree-table .treetable-tbody tr :first-child{border-left:0 !important}
  661. .bootstrap-tree-table .treetable-bars .tool-left, .bootstrap-tree-table .treetable-bars .tool-right{margin-top: 10px; margin-bottom: 10px;}
  662. .bootstrap-tree-table .treetable-bars .tool-left{float: left;}
  663. .bootstrap-tree-table .treetable-bars .tool-right{float: right;}
  664. .bootstrap-tree-table .treetable-bars .columns li label{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.428571429;max-width: 100%;margin-bottom: 5px;cursor:pointer;}
  665. /** 首页样式 **/
  666. .ax_close_max {
  667. position: fixed;
  668. top: 5px;
  669. left: 5px;
  670. z-index: 9999;
  671. display: none;
  672. color: #ccc;
  673. }
  674. .navbar-right > .user-menu > .dropdown-menu {
  675. border-top-right-radius:0;
  676. border-top-left-radius:0;
  677. padding:1px 0 0 0;
  678. border-top-width:0;
  679. width:138px;
  680. }
  681. .navbar-right > .user-menu .user-image {
  682. float:left;
  683. width:27px;
  684. height:27px;
  685. border-radius:50%;
  686. margin-right:8px;
  687. margin-top:-3px;
  688. }
  689. @media (max-width:767px) {
  690. .navbar-right > .user-menu .user-image {
  691. float:none;
  692. margin-right:0;
  693. margin-top:-8px;
  694. line-height:10px;
  695. }
  696. }.dropdown-menu > li > a > .glyphicon,.dropdown-menu > li > a > .fa,.dropdown-menu > li > a > .ion {
  697. margin-right:10px;
  698. }
  699. .dropdown-menu > li > a:hover {
  700. background-color:#e1e3e9;
  701. color:#333;
  702. }
  703. .dropdown-menu > .divider {
  704. background-color:#eee;
  705. }
  706. /** 表单布局 **/
  707. .form-header {
  708. font-size:15px;
  709. color:#6379bb;
  710. border-bottom:1px solid #ddd;
  711. margin:8px 10px 25px 10px;
  712. padding-bottom:5px
  713. }
  714. .form-content {
  715. background-color: #ffffff;
  716. color: inherit;
  717. padding: 10px 15px 15px 15px;
  718. border-color: #e7eaec;
  719. -webkit-border-image: none;
  720. -o-border-image: none;
  721. border-image: none;
  722. border-width: 1px 0px;
  723. }
  724. /** 表格跳转样式 **/
  725. .pageGo input {
  726. height: 32px;
  727. width: 50px;
  728. margin-left: 5px;
  729. margin-right: 5px;
  730. text-align: center;
  731. display: block;
  732. float:left;
  733. }
  734. .pageGo button {
  735. height: 32px;
  736. display: block;
  737. float:left;
  738. }