You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

2 years ago
  1. @media print {
  2. .progress li {
  3. position: relative;
  4. text-align: center;
  5. width: 16%;
  6. float: left;
  7. }
  8. .progress li.active div {
  9. width: 100%;
  10. height: 20px;
  11. background-color: #EC681E;
  12. filter: #EC681E;
  13. border: 1px solid #ff6a00;
  14. }
  15. .progress li div {
  16. width: 100%;
  17. height: 20px;
  18. background-color: #ddd;
  19. filter: #ddd;
  20. border: 1px solid #808080;
  21. }
  22. .progress li span {
  23. position: absolute;
  24. bottom: 0px;
  25. right: -10px;
  26. width: 20px;
  27. height: 20px;
  28. /*background-image: url(../images/progress_print.png);*/
  29. background-repeat: no-repeat;
  30. background-size: cover;
  31. z-index: 20;
  32. }
  33. .progress li span img {
  34. display: normal;
  35. }
  36. .css-table .th {
  37. border: 1px solid #ddd;
  38. background-color: #ddd;
  39. }
  40. input[type=button]{
  41. display:none;
  42. }
  43. }