@import "load-browser.css";
@import "location.css";
@import "shipmentAnalyzeTemplate.css";
@import "shipmentAnalyze.css";
@import "packing.css";
@import "waveBrowser.css";
@import "cycleCount.css";
@import "changeWarehouse.css";
@import "generateSql.css";
@import "checkIn.css";
@import "shipment/batchCreateShipments.css";
@import "serialNumberDialog.css";
@import "UpdateDataLog.css";
@import "modules/DropSelect.css";
@import "warehouseList.css";
@import "dataRightNew.css";
@import "packingGroup.css";
@import "newPacking.css";

/* 即时配送样式 -- start */
.notice-module {
  position: fixed;
  width: 250px;
  border: 1px solid #ccc;
  bottom: 0;
  right: 0;
}
.notice-module .notice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4285f5;
  color: #fff;
  padding: 3px 10px;
}
.notice-title img {
  width: 20px;
  margin-right: 5px;
}
.notice-module .title-tips {
  display: flex;
  align-items: center;
}
.notice-module .title-close {
  cursor: pointer;
  font-size: 16px;
}
.notice-module .notice-content {
  padding: 15px;
  text-align: center;
  background: #fff;
}
.notice-content .content-content {
  line-height: 1.5;
}
.content-content .content-red {
  color: red;
  font-weight: bold;
}
.notice-content .content-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.notice-module .notice-footer {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 3px 5px;
  justify-content: flex-end;
}
.notice-footer .footer-button {
  cursor: pointer;
  color: #fff;
  background: #4285f5;
  border-radius: 5px;
  padding: 2px 5px;
}
/* 即时配送样式 -- end */

/* 时效预警样式 -- start */
.timeliness-warning-module {
  position: fixed;
  width: 400px;
  border: 1px solid #ccc;
  bottom: 0;
  right: 0;
}
.timeliness-warning-module .timeliness-warning-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4285f5;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}
.timeliness-warning-title img {
  width: 20px;
  margin-right: 5px;
}
.timeliness-warning-module .timeliness-title-tips {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.timeliness-warning-module .timeliness-title-close {
  cursor: pointer;
  font-size: 20px;
}
.timeliness-warning-module .timeliness-warning-content {
  padding: 30px 20px;
  text-align: center;
  background: #fff;
}
.timeliness-warning-content .timeliness-content-content {
  line-height: 1.5;
  font-size: 18px;
}
/* 时效预警样式 -- end */