文本
| 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 | text-overflow:ellipsis; | |
| sto.e | text-overflow:ellipsis; | |
| slh | line-height:30rpx; | |
| slh.20 | line-height:20rpx; | |
| slh.15px | line-height:15px; | |
| sls | letter-spacing:5rpx; | |
| sls.10 | letter-spacing:10rpx; | |
| sls.8px | letter-spacing:8px; | |
| std.n | text-decoration:none; | |
| std.u | text-decoration:underline; | |
| std.o | text-decoration:overline; | |
| std.l | text-decoration:line-through; | |
| std.b | text-decoration:blink; | |
| 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; | |
| stdc.red | text-decoration-color:red; | |
| stds | text-decoration-style:solid; | |
| stds.s | text-decoration-style:solid; | |
| stds.d | text-decoration-style:double; | |
| stds.do | text-decoration-style:dotted; | |
| stds.da | text-decoration-style:dashed; | |
| stds.w | text-decoration-style:wavy; | |
| stds.n | text-decoration-style:none; | |
| c.red c.#ccc | color:red; color:#ccc; |
