/* 文件上传 */
.upload-icon {
  cursor: pointer;
}
.upload-wrapper {
  flex-wrap: wrap;
}
.upload-file-content {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: var(--bs-modal-padding);
  margin-bottom: var(--bs-modal-padding);
  text-align: center;
  cursor: pointer;
}
.upload-file-icon {
  font-size: 50px;
  line-height: 90px;
  color: #ccc;
}
.upload-img-thumbnail {
  width: 100%;
  height: 100%;
}
.upload-close-btn {
  font-size: 1.2em;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  cursor: pointer;
  color: #ff4848;
}
.upload-close-btn:hover {
  color: #ff0000;
}
table .upload-link-content {
  display: inline;
  margin-right: 5px;
  word-wrap: break-word;
}
.form-text-content,
form .upload-link-content {
  display: block;
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  line-height: 1.5;
  word-wrap: break-word;
}

.file-link {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
span.file-link {
  margin-right: 10px;
}

span.file-link:not(:last-child)::after {
  content: ",";
  margin-left: 2px;
}
.file-link-image {
  position: relative;
  width: 30%;
  height: 0;
  padding-top: 30%;
  min-width: 5em;
  margin-right: 3%;
}
.file-link-image:nth-child(3n) {
  margin-right: 0;
}
/* 选择所有大于3的子元素 */
.file-link-image:nth-child(n + 4) {
  margin-top: 5px;
}
.file-link-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.file-link-signature {
  position: relative;
  width: 10em;
  height: 4em;
  border: 1px solid #ddd;
}
.file-link-signature img{
  width: 100%;
  height: 100%;
}
.full-iframe {
  width: 100%;
  height: calc(99% - 50px);
}
.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */
}
