/* pages/results/resultslist.wxss */ .row{ line-height: 50rpx; font-size: 30rpx; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .row text{ color: #39CACC; } .org-title{ font-weight: bold; font-size: 32rpx; } .achievement-box{ padding: 30rpx; border-radius: 10rpx; box-shadow: 0 0 10rpx #eee; background-color: #fff; margin-bottom: 15rpx; }