/* pages/details/details.wxss */ .details .tbs { background: #fff; padding: 20rpx 28rpx; line-height: 60rpx; font-size: 24rpx; } .details .item { flex: 1; display: flex; } .details .tbs .left { text-align: left; padding-right: 15rpx; color: #8c8c8c; } .details .tbs .right { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: right; flex: 1; }