date.css 709 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .layui-laydate-main {
  2. background-color: #0f2b7b !important;
  3. color: #52d2ff !important;
  4. }
  5. .layui-laydate-header {
  6. border-bottom: 1px solid #52d2ff !important;
  7. }
  8. .layui-laydate-header i {
  9. color: #52d2ff !important;
  10. }
  11. .layui-laydate-content td {
  12. color: #52d2ff !important;
  13. }
  14. .layui-laydate-footer {
  15. border-top: 1px solid #52d2ff !important;
  16. }
  17. .laydate-footer-btns span {
  18. border: 1px solid #52d2ff !important;
  19. background-color: #0f2b7b !important;
  20. }
  21. .layui-laydate-content th {
  22. color: #52d2ff !important;
  23. }
  24. .layui-laydate-footer {
  25. background-color: #0f2b7b;
  26. }
  27. .laydate-footer-btns {
  28. color: #52d2ff;
  29. }
  30. .layui-laydate{
  31. border: 1px solid #52d2ff !important;
  32. }