文本
css | style | 备注 |
---|---|---|
l-1 | lines:1;white-space:nowrap; | |
s-40 | font-size:40rpx; | |
sfw-400 sfw-blob | font-weight: 400; font-weight: bold; | |
sfwb | font-weight: bold; | |
sfwn | font-weight:400; | |
swb-b | word-break:break-all; | |
sta-c | text-align:center; | |
sta-r | text-align:right; | |
sta-l | text-align:left; | |
sto-e | text-overflow:ellipsis; | |
slh-20 | line-height:20rpx; | |
slh-15px | line-height:15px; | |
sls-10 | letter-spacing:10rpx; | |
sls-8px | letter-spacing:8px; | |
stdl | text-decoration-line:none; | |
stdl-n | text-decoration-line:none; | |
stdl-u | text-decoration-line:underline; | |
stdl-o | text-decoration-line:overline; | |
stdl-l | text-decoration-line:line-through; | |
stdl-b | text-decoration-line:blink; | |
c-red c-#ccc | color:red; color:#ccc; |