直播平台搭建源码,uniapp progress进度条
.progress-container {
height: 20rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: 16rpx 0;
.progress-box {
background: #FFFFFF;
height: 16rpx;
margin: 0;
// 自定义长度
progress{
height: 12rpx;
width: 360rpx;
}
}
}
以上就是直播平台搭建源码,uniapp progress进度条, 更多内容欢迎关注之后的文章
标签:uniapp,进度条,height,直播,progress,源码 From: https://www.cnblogs.com/yunbaomengnan/p/17214763.html