1234567891011121314 |
- .video{padding-top:80rpx;}
- .scroll{height:54rpx;white-space:nowrap;background-color:#fff;border-bottom:1rpx solid #9fa0a0;position:fixed;left:0;top:0;z-index:9;}
- .navCol{display:inline-block;font-size:30rpx;color:#727171;line-height:54rpx;margin:0 20rpx;border-bottom:4rpx solid #fff;}
- .current{color:#ee3a43;border-bottom:4rpx solid #ee3a43;}
- .list{padding:0 18rpx;box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:wrap;}
- .listCol{width:49%;background-color:#fff;margin-bottom:14rpx;}
- .imgBox{height:206rpx;position:relative;}
- .icon-play{position:absolute;left:10rpx;bottom:10rpx;z-index:1}
- .imgBox image{width:100%;height:100%;}
- .details{padding:20rpx 20rpx 20rpx 0;box-sizing:border-box;display:flex;justify-content:space-between;}
- .name{width:100%;font-size:26rpx;color:#727171;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
- .time{font-size:26rpx;color:#ee3a43;}
- .playMask{width:100%;height:100%;background-color:rgba(0,0,0,.3);position:fixed;left:0;top:0;z-index:99;display:flex;flex-direction:column;justify-content:center;align-items:center;}
- .maskBox{width:100%;flex-grow:1;}
|