common.css 1.2 KB

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