@@ -162,7 +162,6 @@ | |||||
.text01{ | .text01{ | ||||
width: 100rpx; | width: 100rpx; | ||||
margin-right: 6rpx; | margin-right: 6rpx; | ||||
overflow: hidden; | |||||
height: 76rpx; | height: 76rpx; | ||||
line-height: 76rpx; | line-height: 76rpx; | ||||
} | } | ||||
@@ -177,8 +176,6 @@ | |||||
} | } | ||||
.text02{ | .text02{ | ||||
display: inline-block; | display: inline-block; | ||||
width: 220rpx; | |||||
overflow: hidden; | |||||
} | } | ||||
.text03{ | .text03{ | ||||
width: 240rpx; | width: 240rpx; | ||||
@@ -186,6 +183,8 @@ | |||||
font-size:24rpx; | font-size:24rpx; | ||||
height: 76rpx; | height: 76rpx; | ||||
line-height: 76rpx; | line-height: 76rpx; | ||||
white-space: nowrap; | |||||
text-overflow: ellipsis; | |||||
overflow: hidden; | overflow: hidden; | ||||
} | } | ||||
.person{ | .person{ | ||||
@@ -194,11 +193,7 @@ | |||||
padding-top: 31rpx; | padding-top: 31rpx; | ||||
} | } | ||||
.text02 text:nth-of-type(2){ | .text02 text:nth-of-type(2){ | ||||
width: 80rpx; | |||||
overflow: hidden; | |||||
color: #FF3535; | color: #FF3535; | ||||
white-space: nowrap; | |||||
text-overflow: ellipsis; | |||||
text-align: left; | text-align: left; | ||||
} | } | ||||
.people{ | .people{ | ||||