@import "../../../../src/theme.less"; .batchOutOfStorage{ padding: 8px; height: calc(100vh - 88px); display: flex; flex-direction: column; justify-content: space-between; .main{ height: calc(100vh - 161px); } .submit { margin: 0 8px; border-top: 1px solid #e5e9ed; display: flex; justify-content: center; align-items: center; height: 73px; min-height: 73px; .save { height: 34px; } .refresh{ margin-left: 8px; height: 34px; } } .head{ height: 48px; font-size: 18px; font-weight: bold; background-color: #F9FAFB; display: flex; align-items: center; border: 1px solid #E8EBEF; .transport-liebiao{ margin-left: 22px; margin-right: 13px; color: @primary-color; } } .list{ padding: 16px; border-bottom: 1px solid #E8EBEF; .list_head{ padding: 0 10px; border-left: 5px solid @primary-color; font-size: 16px; } .list_checkbox{ padding: 16px; } .list_sum{ display: flex; padding: 0 16px; .list_sum_item{ margin-right: 32px; &:last-of-type{ margin-right: 0; } } } .list_company{ padding: 16px; .list_company_item{ display: flex; align-items: center; margin-bottom: 25px; &:last-of-type{ margin-bottom: 0; } .select{ width: 215px; margin-right: 32px; } } } } }