/* pages/member/presentationRecord/presentationRecord.wxss */ .detailed .tbs { background: #fff; overflow: hidden; display: flex; align-items: center; padding: 20rpx 28rpx; border-bottom: 2rpx solid #ebebeb; font-size: 28rpx; } .detailed .tbs .item2 { flex: 3; text-align: left; } .detailed .tbs .item2 .li { line-height: 60rpx; } .detailed .tbs .item3 { flex: 2; text-align: right; } .detailed .tbs .item3 .red { color: red; } .detailed .tbs .item3 .p { line-height: 60rpx; color: #8c8c8c; } .nomessage { color: #555; line-height: 600rpx; text-align: center; margin: 0 auto; font-size: 32rpx; }