@import '../block.styl'

.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
  text-overflow: ellipsis

.break
  word-break: break-all
.nowrap
  white-space: nowrap

.cp
  cursor pointer
.cm
  cursor move
.font-normalize
  font-family: PingFang SC,Helvetica Neue,Arial,sans-serif;

/**
 * components
 */

.th1
  @extend $oh, .ellipsis, .nowrap
.th2
  @extend $oh, .ellipsis, $two-line
