ten-design-vue
Version:
ten-vue
81 lines (80 loc) • 1.21 kB
CSS
/* 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;
}