
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#app {
  height: 100%;
}

 
 /*.el-message {
  right: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
  z-index: 9999 !important;
}
.el-message .el-message__content {
  text-align: center; 
  max-width: 400px;   
}*/ 
.filter-container {
    padding-bottom: 10px;
}
.text-right {
    text-align: right;
}
.filter-container .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
/**
 * 通用样式
 * 用于统一管理项目中的通用样式
 */
.el-table td,
.el-table th {
  padding: 5px 0 !important;
}
.button .cell {
  line-height: 32px;
  display: inline-block;
  text-align: left;
}
.button .cell .el-button {
  width: 100px;
}
.filter-container .el-form .el-form-item {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 12px;
  vertical-align: top;
}
.filter-container .el-form .el-form-item .el-form-item__label {
  text-align: right;
  flex-shrink: 0;
}
.filter-container .el-form .el-form-item .el-form-item__content {
  flex: 1;
  min-width: 0;
}
.filter-container .el-form .el-date-editor {
  width: 360px;
}
.filter-container .el-form .el-select {
  width: 200px;
}
.filter-container .el-form .el-input {
  width: 200px;
}
.filter-container .el-form .el-input.el-input--mini {
  width: 150px;
}
.filter-container .el-form .el-button {
  margin-right: 8px;
}
.filter-container .el-form .el-button:last-child {
  margin-right: 0;
}
.filter-container .el-form-item__content {
  display: inline-block;
}
.filter-container .text-right {
  text-align: right;
  width: 100%;
  margin-bottom: 12px;
}
.el-dialog {
  width: auto;
  min-width: auto;
  height: auto;
}
.el-dialog .el-dialog__body {
  padding: 10px 20px;
}
.pagination-container {
  margin-top: 20px;
  text-align: right;
}
.form-card {
  margin-top: 20px;
}
.form-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-card .card-header .title {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
}
.content-cell {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.highlight-text {
  font-size: 16px;
  font-weight: bold;
  color: #409EFF;
}
.write-content {
  max-height: 100px;
  overflow-y: auto;
  word-break: break-all;
  line-height: 1.6;
  padding: 4px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.action-buttons {
  margin-top: 20px;
  text-align: center;
}
.donwTemplate {
  color: blue;
  cursor: pointer;
}
.small-padding.fixed-width .el-button {
  margin: 2px 4px;
}
.refunds .el-dialog {
  height: auto;
  min-width: auto;
}
.refunds .el-dialog .el-dialog__body {
  height: auto;
}
.el-input__clear {
  cursor: pointer;
}
.el-tag {
  margin: 0 4px;
}
.el-descriptions .el-descriptions__body {
  background-color: #fafafa;
}
.el-descriptions .el-descriptions__label {
  font-weight: bold;
}

