ry-ui.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  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. @media ( min-width : 768px) {
  262. .section-content .about {
  263. padding-left: 0px
  264. }
  265. }
  266. /** select2 样式修改 **/
  267. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  268. background-color: #1AB394;
  269. border-color: #1AB394;
  270. padding: 1px 10px;
  271. color: #fff
  272. }
  273. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  274. margin-right: 5px;
  275. color: rgba(255,255,255,0.7)
  276. }
  277. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  278. color: #fff
  279. }
  280. .select2-container .select2-selection--single .select2-selection__rendered {
  281. padding-right: 10px
  282. }
  283. /** 表单验证 样式布局 **/
  284. label.error {
  285. position: absolute;
  286. right: 18px;
  287. top: 10px;
  288. color: #ef392b;
  289. font-size: 12px
  290. }
  291. .input-group label.error {
  292. z-index:99;
  293. right: 42px
  294. }
  295. .input-group.date label.error {
  296. z-index:99;
  297. right: 3px
  298. }
  299. .Validform_error,input.error,select.error {
  300. background-color: #fbe2e2;
  301. border-color: #c66161;
  302. color: #c00
  303. }
  304. .Validform_wrong,.Validform_right,.Validform_warning {
  305. display: inline-block;
  306. height: 20px;
  307. font-size: 12px;
  308. vertical-align: middle;
  309. padding-left: 25px
  310. }
  311. .i-checks label.error, .check-box label.error, .radio-box label.error {
  312. right: auto;
  313. width: 150px;
  314. left: 210px;
  315. top: 1px;
  316. max-width: none;
  317. }
  318. /** 复选框&单选框 **/
  319. .check-box,.radio-box {
  320. display: inline-block;
  321. box-sizing: border-box;
  322. cursor: pointer;
  323. position: relative;
  324. padding-left: 25px;
  325. padding-right: 15px;
  326. padding-top: 8px;
  327. }
  328. .icheckbox, .icheckbox-blue, .iradio, .iradio-blue, .iradio-purple {
  329. position: absolute;
  330. top: 8px;
  331. left: 0
  332. }
  333. /** iCheck **/
  334. .icheckbox-blue,.iradio-blue {
  335. display: block;
  336. margin: 0;
  337. padding: 0;
  338. width: 18px;
  339. height: 18px;
  340. background: url(../../img/blue.png) no-repeat;
  341. border: none;
  342. cursor: pointer
  343. }
  344. .icheckbox-blue,.icheckbox-blue.static:hover {
  345. background-position: 0 0
  346. }
  347. .icheckbox-blue.hover,.icheckbox-blue:hover {
  348. background-position: -20px 0
  349. }
  350. .icheckbox-blue.checked {
  351. background-position: -40px 0
  352. }
  353. .icheckbox-blue.disabled {
  354. background-position: -60px 0;
  355. cursor: default
  356. }
  357. .icheckbox-blue.checked.disabled {
  358. background-position: -80px 0
  359. }
  360. .iradio-blue,.iradio-blue.static:hover {
  361. background-position: -100px 0
  362. }
  363. .iradio-blue.hover,.iradio-blue:hover {
  364. background-position: -120px 0
  365. }
  366. .iradio-blue.checked {
  367. background-position: -140px 0
  368. }
  369. .iradio-blue.disabled {
  370. background-position: -160px 0;
  371. cursor: default
  372. }
  373. .iradio-blue.checked.disabled {
  374. background-position: -180px 0
  375. }
  376. /* 切换开关 */
  377. .toggle-switch {
  378. display: -webkit-inline-box;
  379. display: -webkit-inline-flex;
  380. display: -ms-inline-flexbox;
  381. display: inline-flex;
  382. -webkit-box-align: center;
  383. -webkit-align-items: center;
  384. -ms-flex-align: center;
  385. align-items: center;
  386. margin-bottom: 0;
  387. padding-top: 8px;
  388. }
  389. .toggle-switch input {
  390. height: 0;
  391. width: 0;
  392. position: absolute;
  393. opacity: 0;
  394. }
  395. .toggle-switch span {
  396. display: inline-block;
  397. position: relative;
  398. width: 40px;
  399. height: 10px;
  400. -webkit-border-radius: 10px;
  401. border-radius: 10px;
  402. background-color: #ebebeb;
  403. border: 2px solid #ebebeb;
  404. cursor: pointer;
  405. -webkit-transition: all .1s ease;
  406. -o-transition: all .1s ease;
  407. transition: all .1s ease
  408. }
  409. .toggle-switch span:after {
  410. content: '';
  411. height: 20px;
  412. width: 20px;
  413. -webkit-border-radius: 50%;
  414. border-radius: 50%;
  415. position: absolute;
  416. left: 1px;
  417. top: -7px;
  418. color: #aaa;
  419. -webkit-transition: all .1s ease;
  420. -o-transition: all .1s ease;
  421. transition: all .1s ease;
  422. text-align: center;
  423. font-size: 13px;
  424. background-color: #fff;
  425. -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
  426. box-shadow: rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px
  427. }
  428. .toggle-switch input:checked~span:after {
  429. left: -webkit-calc(100% - 20px);
  430. left: calc(100% - 20px);
  431. background-color: #33cabb
  432. }
  433. .toggle-switch.switch-solid span {
  434. height: 20px;
  435. }
  436. .toggle-switch.switch-solid span:after {
  437. top: -2px;
  438. }
  439. .switch-solid input:checked~span {
  440. background-color: #33cabb;
  441. border-color: #33cabb
  442. }
  443. .switch-solid input:checked~span:after {
  444. background-color: #fff;
  445. color: #33cabb
  446. }
  447. /** 遮罩层 **/
  448. .loaderbox {
  449. display: inline-block;
  450. min-width: 125px;
  451. padding: 10px;
  452. margin: 0 auto;
  453. color: #000 !important;
  454. font-size: 13px;
  455. font-weight: 400;
  456. text-align: center;
  457. vertical-align: middle;
  458. border: 1px solid #ddd;
  459. background-color: #eee;
  460. -webkit-border-radius: 2px;
  461. -moz-border-radius: 2px;
  462. -ms-border-radius: 2px;
  463. -o-border-radius: 2px;
  464. border-radius: 2px;
  465. -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  466. -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  467. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  468. }
  469. .loaderbox .loading-activity {
  470. float: left;
  471. width: 18px;
  472. height: 18px;
  473. border: solid 2px transparent;
  474. border-top-color: #000;
  475. border-left-color: #000;
  476. border-radius: 10px;
  477. -webkit-animation: pace-spinner 400ms linear infinite;
  478. -moz-animation: pace-spinner 400ms linear infinite;
  479. -ms-animation: pace-spinner 400ms linear infinite;
  480. -o-animation: pace-spinner 400ms linear infinite;
  481. animation: pace-spinner 400ms linear infinite;
  482. }
  483. @media (max-width: 767px) {
  484. .loading-activity {
  485. width: 18px;
  486. height: 18px;
  487. }
  488. }
  489. @-ms-keyframes pace-spinner {
  490. 0% {
  491. -ms-transform: rotate(0deg);
  492. transform: rotate(0deg);
  493. }
  494. 100% {
  495. -ms-transform: rotate(360deg);
  496. transform: rotate(360deg);
  497. }
  498. }
  499. @keyframes pace-spinner {
  500. 0% {
  501. transform: rotate(0deg);
  502. }
  503. 100% {
  504. transform: rotate(360deg);
  505. }
  506. }
  507. /** 表单查询条件 **/
  508. .select-list ul, .layui-layer-content ul {
  509. margin: 0;
  510. padding: 0;
  511. -webkit-tap-highlight-color: rgba(0,0,0,0);
  512. }
  513. .select-list li, .layui-layer-content li {
  514. list-style: none;
  515. }
  516. .time-input {
  517. display: block;
  518. width: 100%;
  519. padding-left: 10px;
  520. }
  521. label {
  522. font-weight: normal;
  523. }
  524. .container-div {
  525. padding: 0px 28px;
  526. height: 100%;
  527. }
  528. .container-div .row {
  529. height: 100%;
  530. }
  531. .search-collapse,.select-table {
  532. width: 100%;
  533. background: #fff;
  534. border-radius: 6px;
  535. margin-top: 10px;
  536. padding-top: 5px;
  537. padding-bottom: 13px;
  538. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  539. }
  540. .search-collapse {
  541. position: relative;
  542. }
  543. .search-collapse .col-sm-6 .control-label {
  544. color: #333;
  545. }
  546. @media ( max-width : 768px) {
  547. .search-collapse {
  548. display: none;
  549. }
  550. }
  551. @media ( min-width : 768px) {
  552. .select-list li {
  553. float: left;
  554. }
  555. }
  556. .select-list li {
  557. color: #333;
  558. margin: 5px 15px 5px 0px;
  559. }
  560. .select-list li p{
  561. float: left;
  562. width: 65px;
  563. margin: 5px 5px 5px 0px;
  564. text-align:right;
  565. }
  566. .select-list li input {
  567. border: 1px solid #ddd;
  568. border-radius: 4px;
  569. background: transparent;
  570. outline: none;
  571. height: 30px;
  572. width: 200px;
  573. padding-left: 5px;
  574. }
  575. .select-list li .submit-btn {
  576. border: 0px;
  577. border-radius: 4px;
  578. background: transparent;
  579. outline: none;
  580. width: 40px;
  581. height: 23px;
  582. }
  583. .select-list li select {
  584. border: 1px solid #ddd;
  585. border-radius: 4px;
  586. background: transparent;
  587. outline: none;
  588. height: 30px;
  589. width: 200px;
  590. }
  591. .bootstrap-select.form-control .btn-default {
  592. color: inherit;
  593. padding: 6px 12px;
  594. border-radius: 1px;
  595. border: 1px solid #e5e6e7;
  596. outline: none;
  597. height: 34px;
  598. background: #FFFFFF none
  599. }
  600. .file-input .btn-default {
  601. color: inherit;
  602. background: white;
  603. border: 1px solid #e7eaec;
  604. }
  605. .select-list .btn-default {
  606. color: #555;
  607. padding: 5px 5px;
  608. border: 1px solid #ddd;
  609. border-radius: 4px;
  610. background: transparent;
  611. outline: none;
  612. height: 30px;
  613. width: 200px;
  614. }
  615. .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 {
  616. color: #555;
  617. background-color: #e4e4e4;
  618. border-color: #b2b2b2
  619. }
  620. .select-list .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  621. height: 30px;
  622. width: 200px;
  623. }
  624. .select-list .bootstrap-select > .dropdown-toggle.bs-placeholder,
  625. .select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  626. .select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  627. .select-list .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  628. color: inherit;
  629. font-size: 13px;
  630. }
  631. .select-list .bootstrap-select .dropdown-toggle .caret {
  632. position: inherit;
  633. }
  634. .select-list .select-selectpicker li {
  635. float: none;
  636. }
  637. .select-list .dropdown-menu>li>a,.bootstrap-select.form-control .dropdown-menu>li>a {
  638. line-height: inherit;
  639. }
  640. .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{
  641. color: #fff;
  642. text-decoration: none;
  643. background-color: #12889a
  644. }
  645. .select-list .select2-container--bootstrap {
  646. width: 200px!important;
  647. display: inline-block;
  648. }
  649. .select-list .select2-container--bootstrap .select2-selection {
  650. border-radius: 6px;
  651. }
  652. .select-list .select2-container--bootstrap .select2-selection--single {
  653. height: 30px!important;
  654. padding: 5px 10px;
  655. }
  656. .select-list .select-time input {
  657. width: 93px;
  658. }
  659. .select-time label,.select-time span,.select-time input {
  660. float: left;
  661. }
  662. @media (max-width:767px) {
  663. .select-time label,.select-time span,.select-time input {
  664. float: none;
  665. }
  666. .select-list .select-time input {
  667. width: 200px;
  668. }
  669. }
  670. .select-time label {
  671. margin-top: 5px;
  672. }
  673. .select-time span {
  674. display: block;
  675. margin: 5px 5px;
  676. }
  677. .search-btn {
  678. background-color: #1ab394;
  679. border-color: #1ab394;
  680. color: #FFF;
  681. margin-bottom: 5px;
  682. display: inline-block;
  683. padding: 6px 12px;
  684. margin-bottom: 0;
  685. font-size: 14px;
  686. font-weight: 400;
  687. line-height: 1.42857143;
  688. text-align: center;
  689. white-space: nowrap;
  690. border-radius: 3px;
  691. vertical-align: middle;
  692. cursor: pointer;
  693. }
  694. .select-title{
  695. color:#3d5266;
  696. font-size:15px;
  697. padding:10px 0px;
  698. font-weight: normal;
  699. }
  700. /** 表格查询数据 **/
  701. .table-striped {
  702. min-height: 75%;
  703. }
  704. .table-striped .bootstrap-table {
  705. border: 0px!important;
  706. }
  707. .table-striped .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 {
  708. border-bottom: 1px solid #e7eaec!important;
  709. background-color: transparent;
  710. border: 0px;
  711. }
  712. .fixed-table-footer {
  713. border-top: 0px solid #ddd;
  714. }
  715. .fixed-table-container {
  716. border: 0px solid #ddd;
  717. }
  718. .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
  719. border-bottom: 1px solid #ccc!important;
  720. border-top: 0px!important;
  721. }
  722. .table-striped .table>thead:first-child>tr:first-child>th {
  723. font-weight: normal;
  724. font-size: 13px
  725. }
  726. .table-striped table thead {
  727. background-color: #eff3f8;
  728. }
  729. .table-bordered td,.table-bordered th {
  730. border: 1px solid #ddd!important
  731. }
  732. .fixed-table-container thead th >.both{
  733. display: inline-block
  734. }
  735. .editable-input .input-sm {
  736. height: 32px!important;
  737. }
  738. /** 表格冻结列样式 **/
  739. .left-fixed-table-columns, .left-fixed-body-columns {
  740. position: absolute;
  741. background-color: #fff;
  742. display: none;
  743. box-sizing: border-box;
  744. overflow: hidden;
  745. }
  746. .left-fixed-table-columns .table, .left-fixed-body-columns .table {
  747. border-right: 1px solid #ddd;
  748. }
  749. .left-fixed-table-columns .table.table-no-bordered, .left-fixed-body-columns .table.table-no-bordered {
  750. border-right: 1px solid transparent;
  751. }
  752. .left-fixed-body-columns table {
  753. position: absolute;
  754. animation: none;
  755. }
  756. .bootstrap-table .table-hover > tbody > tr.hover > td {
  757. background-color: #f5f5f5;
  758. }
  759. .right-fixed-table-columns{
  760. position: absolute;
  761. right:63px;
  762. border-left:1px solid #ddd;
  763. display: none;
  764. z-index:100;
  765. }
  766. /** 表格树样式 **/
  767. .bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  768. .bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  769. .bootstrap-tree-table .treetable-selected{background: #f5f5f5 !important;}
  770. .bootstrap-tree-table .treetable-table{border:0 !important;margin-bottom:0}
  771. .bootstrap-tree-table .treetable-table tbody {display:block;height:auto;overflow-y:auto;}
  772. .bootstrap-tree-table .treetable-table thead, .treetable-table tbody tr {display:table;width:100%;table-layout:fixed;}
  773. .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;}
  774. .bootstrap-tree-table .treetable-thead tr :first-child{border-left:0 !important}
  775. .bootstrap-tree-table .treetable-tbody td{overflow:hidden;border: 0 !important;border-left:0px solid #e7eaec !important;border-bottom:1px solid #e7eaec!important;white-space: nowrap; text-overflow: ellipsis;}
  776. .bootstrap-tree-table .treetable-tbody tr :first-child{border-left:0 !important}
  777. .bootstrap-tree-table .treetable-bars .tool-left, .bootstrap-tree-table .treetable-bars .tool-right{margin-top: 10px; margin-bottom: 10px;}
  778. .bootstrap-tree-table .treetable-bars .tool-left{float: left;}
  779. .bootstrap-tree-table .treetable-bars .tool-right{float: right;}
  780. .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;}
  781. .bootstrap-tree-table .table{border-bottom: 0px solid #e7eaec!important;}
  782. /** 首页样式 **/
  783. .ax_close_max {
  784. position: fixed;
  785. top: 5px;
  786. left: 5px;
  787. z-index: 9999;
  788. display: none;
  789. color: #ccc;
  790. }
  791. .navbar-right > .user-menu > .dropdown-menu {
  792. border-top-right-radius:0;
  793. border-top-left-radius:0;
  794. padding:1px 0 0 0;
  795. border-top-width:0;
  796. width:138px;
  797. }
  798. .navbar-right > .user-menu .user-image {
  799. float:left;
  800. width:27px;
  801. height:27px;
  802. border-radius:50%;
  803. margin-right:8px;
  804. margin-top:-3px;
  805. }
  806. @media (max-width:767px) {
  807. .navbar-right > .user-menu .user-image {
  808. float:none;
  809. margin-right:0;
  810. margin-top:-8px;
  811. line-height:10px;
  812. }
  813. }.dropdown-menu > li > a > .glyphicon,.dropdown-menu > li > a > .fa,.dropdown-menu > li > a > .ion {
  814. margin-right:10px;
  815. }
  816. .dropdown-menu > li > a:hover {
  817. background-color:#e1e3e9;
  818. color:#333;
  819. }
  820. .dropdown-menu > .divider {
  821. background-color:#eee;
  822. }
  823. /** 表单布局 **/
  824. .form-header {
  825. font-size:15px;
  826. color:#6379bb;
  827. border-bottom:1px solid #ddd;
  828. margin:8px 10px 25px 10px;
  829. padding-bottom:5px
  830. }
  831. .main-content {
  832. background-color: #ffffff;
  833. color: inherit;
  834. padding: 10px 15px 15px 15px;
  835. border-color: #e7eaec;
  836. -webkit-border-image: none;
  837. -o-border-image: none;
  838. border-image: none;
  839. border-width: 1px 0px;
  840. }
  841. /** 表格跳转样式 **/
  842. .pageGo input {
  843. height: 32px;
  844. width: 50px;
  845. margin-left: 5px;
  846. margin-right: 5px;
  847. text-align: center;
  848. display: block;
  849. float:left;
  850. }
  851. .pageGo button {
  852. height: 32px;
  853. display: block;
  854. float:left;
  855. }
  856. /** 表格拖拽样式 **/
  857. .reorder_rows_onDragClass td {
  858. color:yellow!important;
  859. background-color:#999!important;
  860. text-shadow:0 0 10px black,0 0 10px black,0 0 8px black,0 0 6px black,0 0 6px black;
  861. box-shadow:0 12px 14px -12px #111 inset,0 -2px 2px -1px #333 inset
  862. }
  863. /** 表格选中样式 **/
  864. .fixed-table-container .selected {
  865. background-color: #E8F7FD;
  866. color: #1890ff;
  867. }
  868. /** 滚动条样式 **/
  869. ::-webkit-scrollbar-track {
  870. background-color: #F5F5F5;
  871. }
  872. ::-webkit-scrollbar {
  873. width: 6px;
  874. height: 10px;
  875. background-color: #F5F5F5;
  876. }
  877. ::-webkit-scrollbar-thumb {
  878. border-radius: 6px;
  879. background-color: #999;
  880. }