font-size: 0.12rem; | font-size: 0.12rem; | ||||
color: #999999; | color: #999999; | ||||
line-height: 0.2rem; | line-height: 0.2rem; | ||||
overflow: hidden; | |||||
text-overflow: ellipsis; | |||||
-o-text-overflow: ellipsis; | |||||
white-space: nowrap; | |||||
} | } | ||||
} | } | ||||
> div:first-child { | > div:first-child { | ||||
line-height: 0.17rem; | line-height: 0.17rem; | ||||
flex: 1; | |||||
overflow: hidden; | |||||
text-overflow: ellipsis; | |||||
-o-text-overflow: ellipsis; | |||||
white-space: nowrap; | |||||
} | } | ||||
> div:last-child { | > div:last-child { |