chore(视频号组件): 更新视频号样式,控制标题行数,播放按钮等样式

This commit is contained in:
2026-01-10 17:03:41 +08:00
parent f87c7d963e
commit 13166132c7
3 changed files with 467 additions and 92 deletions

View File

@@ -71,13 +71,13 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: var(--channel-play-btn-size);
height: var(--channel-play-btn-size);
background-color: var(--channel-play-btn-bg);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
.play-icon {
width: var(--channel-play-btn-icon-size);