index.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .records,.seas{
  2. color:#4E9FFB;
  3. font-weight: 500;
  4. font-size: 12px !important;
  5. }
  6. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  7. background-color:#4E76FB !important;
  8. border-color:#4E76FB !important;
  9. }
  10. .toolbar a{
  11. margin-right:6px;
  12. }
  13. .commonsearch-table{
  14. background-color:#fff;
  15. padding-top:20px;
  16. padding-bottom:10px;
  17. }
  18. .panel{
  19. background-color:#f1f4f6 !important;
  20. }
  21. .fixed-table-container{
  22. background-color:#fff;
  23. }
  24. tbody tr td{
  25. padding-top: 20px !important;
  26. padding-bottom: 20px !important;
  27. }
  28. .layui-layer-fast .layui-layer-title{
  29. background:#edf5ff !important;
  30. color:#4E76FB !important;
  31. }
  32. .layui-layer-fast .layui-layer-footer{
  33. background-color:#fff !important;
  34. text-align:center !important;
  35. padding-top:0px !important;
  36. padding-bottom:20px !important;
  37. }
  38. .layui-layer-fast .layui-layer-setwin > a:after{
  39. color:#4E76FB !important;
  40. }
  41. .layui-layer-footer .btn{
  42. margin-right:20px !important;
  43. }
  44. .layui-layer-fast .layui-layer-btn .layui-layer-btn0{
  45. background-color:#1e9fff !important;
  46. border-color:#1e9fff !important;
  47. }
  48. .btn-editone,.btn-delone{
  49. background-color:unset !important;
  50. color:#4E76FB !important;
  51. }
  52. .btn-editone:hover,.btn-delone:hover{
  53. background-color:unset !important;
  54. color:#4E76FB !important;
  55. border-color: unset !important;
  56. border: unset !important;
  57. }
  58. .tooltip{
  59. display: none !important;
  60. }
  61. .btn-editone, .btn-delone{
  62. color:#4E9FFB !important;
  63. font-weight: 500 !important;
  64. }
  65. .btn-success,.btn-refresh,.btn-success:hover,.btn-refresh:hover{
  66. background-color:#4E76FB !important;
  67. border:0px !important;
  68. }