Files
lichebao/commons/css/base/textRender.wxss
T
2021-07-04 18:09:48 +08:00

14 lines
604 B
Plaintext

.text-nowrap{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-nospace{line-height:1;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-underline{text-decoration:underline;}
.text-through{text-decoration:line-through;}
.text-middle{vertical-align:middle}
.text-bold{font-weight:bold;}
.text-break{word-break:break-all;word-wrap:break-word;white-space:pre-wrap;}
.text-shadow{text-shadow:1rpx 3rpx 3rpx rgba(0,0,0,.8);}
.text-spacing-10{letter-spacing:10rpx}
.space-nowrap{white-space:nowrap;}
.space-normal{white-space:normal;}