/* mycomponent/yz_upVideo/yz_upVideo.wxss */ .video-wrap { position: relative; display: flex; background: #fafafa; align-items: center; justify-content: center; overflow: hidden; flex-wrap: wrap; } .video-wrap .back_img { margin-top: 60rpx; width: 160rpx; height: 160rpx; } .video-wrap .tips { width: 250rpx; } .video-wrap .back_img image { width: 100%; height: 100%; }