ry-ui.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. /**
  2. * 通用css样式布局处理
  3. * Copyright (c) 2019 LeiSP
  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 {
  710. border: 0px!important;
  711. }
  712. .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 {
  713. border-bottom: 1px solid #e7eaec!important;
  714. background-color: transparent;
  715. border: 0px;
  716. }
  717. .table-bordered table>thead>tr>th:first-child, .table-bordered table>tbody>tr>td:first-child {
  718. border-left: 1px solid #ddd;
  719. }
  720. .table-bordered table>thead>tr>th:last-child, .table-bordered table>tbody>tr>td:last-child {
  721. border-right: 1px solid #ddd;
  722. }
  723. .table-bordered table>thead>tr>th, .table-bordered table>tbody>tr>td {
  724. border-top: 1px solid #ddd!important;
  725. border-bottom: 1px solid #ddd;
  726. }
  727. .fixed-table-footer {
  728. border-top: 0px solid #ddd;
  729. }
  730. .fixed-table-container {
  731. border: 0px solid #ddd;
  732. }
  733. .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
  734. border-bottom: 1px solid #ccc!important;
  735. border-top: 0px!important;
  736. }
  737. .table-striped .table>thead:first-child>tr:first-child>th {
  738. font-weight: normal;
  739. font-size: 13px
  740. }
  741. .table-striped table thead {
  742. background-color: #eff3f8;
  743. }
  744. .fixed-table-container thead th >.both{
  745. display: inline-block
  746. }
  747. .editable-input .input-sm {
  748. height: 32px!important;
  749. }
  750. /** 表格冻结列样式 **/
  751. .fixed-columns, .fixed-columns-right {
  752. position: absolute;
  753. top: 0;
  754. height: 100%;
  755. background-color: #fff;
  756. box-sizing: border-box;
  757. z-index: 1;
  758. }
  759. .fixed-columns {
  760. left: 0;
  761. }
  762. .fixed-columns .fixed-table-body {
  763. overflow: hidden !important;
  764. }
  765. .fixed-columns-right {
  766. right: 0;
  767. }
  768. .fixed-columns-right .fixed-table-body {
  769. overflow-x: hidden !important;
  770. }
  771. .bootstrap-table .table-hover > tbody > tr.hover > td {
  772. background-color: #f5f5f5;
  773. }
  774. /** 表格树样式 **/
  775. .bootstrap-tree-table .treetable-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  776. .bootstrap-tree-table .treetable-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  777. .bootstrap-tree-table .treetable-selected{background: #f5f5f5 !important;}
  778. .bootstrap-tree-table .treetable-table{border:0 !important;margin-bottom:0}
  779. .bootstrap-tree-table .treetable-table tbody {display:block;height:auto;overflow-y:auto;}
  780. .bootstrap-tree-table .treetable-table thead, .treetable-table tbody tr {display:table;width:100%;table-layout:fixed;}
  781. .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;}
  782. .bootstrap-tree-table .treetable-thead tr :first-child{border-left:0 !important}
  783. .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;}
  784. .bootstrap-tree-table .treetable-tbody tr :first-child{border-left:0 !important}
  785. .bootstrap-tree-table .treetable-bars .tool-left, .bootstrap-tree-table .treetable-bars .tool-right{margin-top: 10px; margin-bottom: 10px;}
  786. .bootstrap-tree-table .treetable-bars .tool-left{float: left;}
  787. .bootstrap-tree-table .treetable-bars .tool-right{float: right;}
  788. .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;}
  789. .bootstrap-tree-table .table{border-bottom: 0px solid #e7eaec!important;}
  790. /** 首页样式 **/
  791. .ax_close_max {
  792. position: fixed;
  793. top: 5px;
  794. left: 5px;
  795. z-index: 9999;
  796. display: none;
  797. color: #ccc;
  798. }
  799. .navbar-right > .user-menu > .dropdown-menu {
  800. border-top-right-radius:0;
  801. border-top-left-radius:0;
  802. padding:1px 0 0 0;
  803. border-top-width:0;
  804. width:138px;
  805. }
  806. .navbar-right > .user-menu .user-image {
  807. float:left;
  808. width:27px;
  809. height:27px;
  810. border-radius:50%;
  811. margin-right:8px;
  812. margin-top:-3px;
  813. }
  814. @media (max-width:767px) {
  815. .navbar-right > .user-menu .user-image {
  816. float:none;
  817. margin-right:0;
  818. margin-top:-8px;
  819. line-height:10px;
  820. }
  821. }.dropdown-menu > li > a > .glyphicon,.dropdown-menu > li > a > .fa,.dropdown-menu > li > a > .ion {
  822. margin-right:10px;
  823. }
  824. .dropdown-menu > li > a:hover {
  825. background-color:#e1e3e9;
  826. color:#333;
  827. }
  828. .dropdown-menu > .divider {
  829. background-color:#eee;
  830. }
  831. /** 表单布局 **/
  832. .form-header {
  833. font-size:15px;
  834. color:#6379bb;
  835. border-bottom:1px solid #ddd;
  836. margin:8px 10px 25px 10px;
  837. padding-bottom:5px
  838. }
  839. .main-content {
  840. background-color: #ffffff;
  841. color: inherit;
  842. padding: 10px 15px 15px 15px;
  843. border-color: #e7eaec;
  844. -webkit-border-image: none;
  845. -o-border-image: none;
  846. border-image: none;
  847. border-width: 1px 0px;
  848. }
  849. /** 表格跳转样式 **/
  850. .pageGo input {
  851. height: 32px;
  852. width: 50px;
  853. margin-left: 5px;
  854. margin-right: 5px;
  855. text-align: center;
  856. display: block;
  857. float:left;
  858. }
  859. .pageGo button {
  860. height: 32px;
  861. display: block;
  862. float:left;
  863. }
  864. /** 表格拖拽样式 **/
  865. .reorder_rows_onDragClass td {
  866. color:yellow!important;
  867. background-color:#999!important;
  868. text-shadow:0 0 10px black,0 0 10px black,0 0 8px black,0 0 6px black,0 0 6px black;
  869. box-shadow:0 12px 14px -12px #111 inset,0 -2px 2px -1px #333 inset
  870. }
  871. /** 表格选中样式 **/
  872. .fixed-table-container .selected {
  873. background-color: #E8F7FD;
  874. color: #1890ff;
  875. }
  876. /** 滚动条样式 **/
  877. ::-webkit-scrollbar-track {
  878. background-color: #F5F5F5;
  879. }
  880. /** 气泡弹出框样式 **/
  881. .popover {
  882. font-size: 13px;
  883. max-width: unset;
  884. }
  885. .popover-title {
  886. padding: 8px 14px;
  887. margin: 0 !important;
  888. font-size: 14px;
  889. background-color: #f7f7f7;
  890. border-bottom: 1px solid #ebebeb;
  891. border-radius: 5px 5px 0 0;
  892. }
  893. .popover-content {
  894. padding: 5px;
  895. }
  896. /** 向上滚动样式 **/
  897. #scroll-up {
  898. border-width: 0;
  899. position: fixed;
  900. right: 2px;
  901. z-index: 99;
  902. -webkit-transition-duration: .3s;
  903. transition-duration: .3s;
  904. opacity: 0;
  905. filter: alpha(opacity=0);
  906. bottom: -24px;
  907. visibility: hidden;
  908. background-color: #aaa;
  909. color: #fff;
  910. font-size: 14px;
  911. display: none;
  912. }
  913. #scroll-up.display {
  914. opacity: .7;
  915. filter: alpha(opacity=70);
  916. bottom: 2px;
  917. visibility: visible;
  918. }
  919. /* 设置滚动条样式 */
  920. ::-webkit-scrollbar {
  921. width:10px!important;
  922. height:10px!important;
  923. -webkit-appearance:none;
  924. background:#f1f1f1
  925. }
  926. ::-webkit-scrollbar-thumb {
  927. height:5px;
  928. border:1px solid transparent;
  929. border-top:0;
  930. border-bottom:0;
  931. border-radius:6px;
  932. background-color:#ccc;
  933. background-clip:padding-box
  934. }
  935. /* 设置placeholder样式 */
  936. ::-webkit-input-placeholder {
  937. color: #b3b3b3!important;
  938. }
  939. :-moz-placeholder {
  940. color: #b3b3b3!important;
  941. }
  942. ::-moz-placeholder {
  943. color: #b3b3b3!important;
  944. }
  945. :-ms-input-placeholder {
  946. color: #b3b3b3!important;
  947. }