/* pages/video/video.wxss */ video{ width: 100%; } .main_title{ border-bottom: 1px solid #F9F9F9; height: 75rpx; } view{ font-size: 32rpx; font-weight: 600; margin-top: 8px; padding: 0 8px; } .test{ padding: 5px; border-bottom: 1px solid #F9F9F9; } .test text{ color: #999; font-size: 24rpx; } .test navigator{ float: right; width:64px; height:21px; background:rgba(53,139,255,1); border-radius:16px; line-height: 21px; text-align: center; color: #fff; font-size: 24rpx; position: relative; top: -2px; } .score{ float: right; color: #28C06B; font-size: 24rpx; margin-top:-10px; } .score image{ width: 32rpx; margin-left: 20rpx; position: relative; top: 2px; } .score text{ color: #358BFF; font-size: 28rpx; margin-right: 10px; }