/* miniprogram/pages/video/video.wxss */ .videoGroup{ padding-top: 3em; padding-bottom: 6em; } .widthClient { width: 750rpx; position: relative; top: 0; } .fun { display: flex; justify-content: space-between; padding: 20rpx 1em; font-size: 25rpx; line-height: 55rpx; } #progress { position: relative; padding-bottom: 3px; width: 750rpx; } .bag { position: fixed; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; } .tarck{ padding: 0 375rpx; min-height: 200px; } .cursorProgress { top: 0; width: 0; left: 50%; z-index: 1; height: 100%; position: absolute; transition: width .4s; border-right: 1px solid #fff; } .selectBtn{ background-color: rgb(0,0,0); padding: 17rpx 34rpx; font-size: 32rpx; position: fixed; display: flex; width: 682rpx; z-index: 1; bottom: 0; } .selectBtn .local__item { flex-basis: 120rpx; height: 120rpx; width: 120rpx; flex-shrink: 0; } .scrollx{ transition: all 0.2s; white-space:nowrap; width: 750rpx; overflow: hidden; }