medical-waste-batch-out-of-storage.component.less 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @import "../../../../src/theme.less";
  2. .batchOutOfStorage{
  3. padding: 8px;
  4. height: calc(100vh - 88px);
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: space-between;
  8. .main{
  9. height: calc(100vh - 161px);
  10. }
  11. .submit {
  12. margin: 0 8px;
  13. border-top: 1px solid #e5e9ed;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. height: 73px;
  18. min-height: 73px;
  19. .save {
  20. height: 34px;
  21. }
  22. .refresh{
  23. margin-left: 8px;
  24. height: 34px;
  25. }
  26. }
  27. .head{
  28. height: 48px;
  29. font-size: 18px;
  30. font-weight: bold;
  31. background-color: #F9FAFB;
  32. display: flex;
  33. align-items: center;
  34. border: 1px solid #E8EBEF;
  35. .transport-liebiao{
  36. margin-left: 22px;
  37. margin-right: 13px;
  38. color: @primary-color;
  39. }
  40. }
  41. .list{
  42. padding: 16px;
  43. border-bottom: 1px solid #E8EBEF;
  44. .list_head{
  45. padding: 0 10px;
  46. border-left: 5px solid @primary-color;
  47. font-size: 16px;
  48. }
  49. .list_checkbox{
  50. padding: 16px;
  51. }
  52. .list_sum{
  53. display: flex;
  54. padding: 0 16px;
  55. .list_sum_item{
  56. margin-right: 32px;
  57. &:last-of-type{
  58. margin-right: 0;
  59. }
  60. }
  61. }
  62. .list_company{
  63. padding: 16px;
  64. .list_company_item{
  65. display: flex;
  66. align-items: center;
  67. margin-bottom: 25px;
  68. &:last-of-type{
  69. margin-bottom: 0;
  70. }
  71. .select{
  72. width: 215px;
  73. margin-right: 32px;
  74. }
  75. }
  76. }
  77. }
  78. }