/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-card {
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
  background: #fff;
  position: relative;
}
.ten-card__header,
.ten-card__content,
.ten-card__footer {
  padding: 15px;
}
.ten-card__header {
  padding-bottom: 0;
}
.ten-card__header {
  font-size: 18px;
  font-weight: 600;
}
.ten-card__footer {
  padding-top: 0;
  text-align: right;
}
.ten-card__footer,
.ten-card__footer a {
  color: #0052d9;
}
.ten-card__footer .ten-icon {
  vertical-align: -2px;
}
.ten-card__content {
  color: #666;
  size: 14px;
  line-height: 20px;
}
.ten-card__more {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.ten-card__more-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/**
 * 紧凑版变量覆写
 * 如发现需要用到的变量没有定义，先在样式文件中抽出来在 vars.less 中添加该变量
 * 变量命名方式 组件名-属性-修饰 如 button-fontsize-small
 */
/* input */
/* check */
/* select */
/* popup */
/* menu */
/* steps */
/* tabs */
/* modal */
/* table */
/* pagination */
/* upload */
/* form */
