/* packageD/playBack/playBack.wxss */ .title { position: absolute; bottom: 260rpx; left: 20rpx; color: white; font-size: 36rpx; } .text-box { position: absolute; bottom: 105rpx; left: 20rpx; display: flex; flex-wrap: wrap; color: white; max-height: 160rpx; overflow-y: scroll; } .number { border: 1px solid #fff; border-radius: 20rpx; padding: 2rpx 10rpx; margin: 20rpx; } .choose { background: white; color: #333; }