ry-ui.css 19 KB

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