/* 电子签 */
.s-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s-item {
  overflow: hidden;
  height: 240px;
  border-radius: 5px;
  color: #fff;
  padding: 24px 48px;
}
.s-item p {
  margin: 24px 0;
  line-height: 26px;
  height: 78px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.s-rz {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  overflow: hidden;
}


/* 创建类型 */
.create-table {
  border-radius: 5px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(230, 234, 240, 1);
  color: rgba(100, 113, 135, 1);
  font-size: 15px;
}

.ht-item {
  padding: 12px 0 15px;
  color: #666;
}
.ht-item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.ht-look {
  border-radius: 5px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #cfcfcf;
}