LLWiki正在建设中,欢迎加入我们

“Widget:Lyrics”的版本间差异

跳转到导航 跳转到搜索
(// 使用Wikiplus小工具快速编辑)
(// 使用Wikiplus小工具快速编辑)
width = ele.dataset.width,
styles = document.createElement('style');
styles.innerHTML = '@media only screen and (min-width:720px) { div.Lyrics_box { width:' + width + '; } }';
document.head.appendChild(styles);
});
.Lyrics_box .Lyrics_translated {
width: 49.85%;
min-width: 425px360px;
display: inline-block;
white-space: pre-wrap;
}
@media only screen and (min-width:720px) {
.Lyrics_box .Lyrics_original {
margin-right:10px;
}
}
.Lyrics_gradient {