删除冗余选择器优化代码

This commit is contained in:
lemon橪
2021-11-15 16:19:53 +08:00
parent 9671d60555
commit 47b58c290a
9 changed files with 93 additions and 993 deletions

View File

@@ -496,6 +496,11 @@ page {
> .user-name {
> div:nth-of-type(1) {
font-size: 28rpx;
max-width: 300rpx;
overflow: hidden;
word-wrap: normal;
white-space: nowrap;
text-overflow: ellipsis;
}
> div:nth-last-of-type(1) {
font-size: 24rpx;