tcon
Version:
58 lines (57 loc) • 674 B
CSS
.th1,
.th2 {
overflow: hidden;
}
.th2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.tl {
text-align: left;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}
.td2 {
text-indent: 2em;
}
.i {
font-style: italic;
}
.b {
font-weight: bold;
}
.underline {
text-decoration: underline;
}
.strike {
text-decoration: line-through;
}
.ellipsis,
.th1,
.th2 {
text-overflow: ellipsis;
}
.break {
word-break: break-all;
}
.nowrap,
.th1 {
white-space: nowrap;
}
.cp {
cursor: pointer;
}
.cm {
cursor: move;
}
.font-normalize {
font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
}
/**
* components
*/