36 lines
814 B
CSS
36 lines
814 B
CSS
/* 瞬间标签与评论间距 */
|
|
.moment_tag_gap {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* 灯箱视频格式 */
|
|
.fancybox-slide--video .fancybox-content {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
background: transparent;
|
|
}
|
|
|
|
.fancybox-slide--video video.fancybox-video {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
max-height: 75dvh !important;
|
|
max-width: 75dvw !important;
|
|
object-fit: contain;
|
|
}
|
|
/* 片刻视频容器鼠标样式 */
|
|
.fancybox.mo_img {
|
|
cursor: zoom-in;
|
|
}
|
|
/* 图库视频图标hover放大 */
|
|
.video-fancybox .play-icon {
|
|
transition: all 0.4s ease !important;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.video-fancybox:hover .play-icon {
|
|
transform: scale(1.3) !important;
|
|
opacity: 1;
|
|
} |