ry-ui.css 23 KB

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