common.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .form-group label{
  2. font-weight:normal !important;
  3. }
  4. .btn-success,.btn-refresh,.btn-success:hover,.btn-refresh:hover{
  5. background-color:#4E76FB !important;
  6. border:0px !important;
  7. }
  8. .layui-layer-fast .layui-layer-title{
  9. background:#edf5ff !important;
  10. color:#4E76FB !important;
  11. }
  12. .layui-layer-fast .layui-layer-footer{
  13. background-color:#fff !important;
  14. text-align:center !important;
  15. padding-top:0px !important;
  16. padding-bottom:20px !important;
  17. }
  18. .layui-layer-fast .layui-layer-setwin > a:after{
  19. color:#4E76FB !important;
  20. }
  21. .layui-layer-footer .btn{
  22. margin-right:20px !important;
  23. }
  24. .layui-layer-fast .layui-layer-btn .layui-layer-btn0{
  25. background-color:#1e9fff !important;
  26. border-color:#1e9fff !important;
  27. }
  28. .alert-warning-light{
  29. color:#4E76FB !important;
  30. background-color:unset !important;
  31. border-bottom: 1px solid #EDEDED;
  32. border-top: 0px solid #EDEDED !important;
  33. border-right: 0px solid #EDEDED !important;
  34. border-left: 0px solid #EDEDED !important;
  35. }
  36. .nav-tabs{
  37. background-color:#F6F6F6;
  38. }
  39. .nav-tabs > li > a{
  40. color:#555 !important;
  41. }
  42. .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  43. color:#4E76FB !important;
  44. }
  45. .btn-primary{
  46. background-color:rgb(78, 118, 251) !important;
  47. }