/* * 手太欠 * 愿这世界都如故事里一样 美好而动人~ */ /* 視頻 */ .reviewVideo { display: block; } .video_bg_black { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, .4); } .wrapper{ width: 100%; padding-top: 60%; position: relative; background: #eee; } .videoPlay{ position: absolute; width: 108rpx; height: 108rpx; top: calc(50% - 54rpx); left: calc(50% - 54rpx); z-index: 99; } .video-video, .video-cover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* 详情 */ .activityList-time { color: #999; font-size: 28rpx; display: flex; line-height: 34rpx; padding: 0 30rpx 30rpx 30rpx; } .activityList-time image { width: 32rpx; height: 32rpx; margin-right: 10rpx; } .activityDet { width: 100%; background-color: #fff; margin-bottom: 30rpx; } .activityList-title, .activityDet-cont, .activityDet-des { padding: 20rpx 30rpx; box-sizing: border-box; } .activityDet-des { font-size: 28rpx; padding-top: 0; } .activityList-title { font-weight: 600; } .activityDet-cont { margin-top: 20rpx; }