cost.css 584 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .footer{
  2. display: none;
  3. }
  4. .layui-card-header{
  5. height: 5vh;
  6. line-height: 5vh;
  7. display: flex;
  8. justify-content: center;
  9. }
  10. .layui-card-header span{
  11. font-size: 0.85vw;
  12. color: gray;
  13. font-weight: 600;
  14. }
  15. .layui-card-body{
  16. height: 25vh;
  17. }
  18. .layui-card{
  19. padding: 6px !important;
  20. }
  21. .table{
  22. height: 65vh !important;
  23. }
  24. .table-bottom{
  25. height: 30vh !important;
  26. }
  27. .layui-table-tool{
  28. height: 30px !important;
  29. padding: 0 12px !important;
  30. background-color: #fafafa;
  31. }
  32. .layui-table-body .layui-none{
  33. padding: 10px 15px !important;
  34. }