.container { width: 100%; height: 100%; padding-top: 20rpx; .video-swiper { width: 100%; height: 100%; display: block; background: #ffffff; margin-top: 64rpx; .swiper_item { width: 100%; height: 100%; .head_box { width: 100%; height: 120rpx; display: flex; justify-content: space-between; padding-left: 20rpx; .user_box { width: 400rpx; height: 100%; display: flex; align-items: center; .avatar { width: 80rpx; height: 80rpx; border: 2rpx solid green; border-radius: 50%; } .user_right { margin-left: 16rpx; .nickname { font-size: 30rpx; color: rgba(0, 0, 0, 0.60); } } } .time { font-size: 26rpx; color: rgba(0, 0, 0, 0.60); } } .video_item { width: 100%; height: 422rpx; } .video_title { width: 100%; height: 62rpx; font-size: 30rpx; color: #373737; display: flex; align-items: center; } .foot_box { width: 100%; height: 120rpx; display: flex; justify-content: space-between; padding-left: 20rpx; .foot_left, .foot_right { display: flex; align-items: center; } .btn { margin-right: 42rpx; font-size: 28rpx; color: rgba(0, 0, 0, 0.60); display: flex; flex-direction: row; align-items: center; .collect_btn_icon { width: 48rpx; height: 46rpx; margin-right: 14rpx; } .share_btn_icon { width: 46rpx; height: 46rpx; margin-right: 14rpx; } .flower_btn_icon { width: 46rpx; height: 46rpx; margin-right: 14rpx; } .comment_btn_icon { width: 49rpx; height: 47rpx; margin-right: 14rpx; } } } .btn_wrapper{ width: 100%; height: 110rpx; display: flex; align-items: center; justify-content: center; .reading_btn{ width: 271rpx; height: 80rpx; background: #14c962; border-radius: 100rpx; display: flex; align-items: center; justify-content: center; image{ width: 39rpx; height: 50rpx; margin-right: 20rpx; } text{ color: #fff; font-size: 30rpx; } } } } } }