LLWiki正在建設中,歡迎加入我們

「Widget:As-song」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
(使用页面/文本对比查看器快速编辑)
(使用页面/文本对比查看器快速编辑)
標籤行動版網頁編輯 行動版編輯
第13行: 第13行:
right: 3em;
right: 3em;
cursor: pointer;
cursor: pointer;
line-height: 2; /* 更容易点击 */
}
}
.as-song-container > div {
.as-song-container > div {

於 2021年1月29日 (五) 03:52 的修訂

Template-info.png 小部件文檔
這個文檔是內聯文檔。

用於LoveLive!學園偶像祭ALL STARS歌曲列表,請使用{{AS song select}}調用。

JavaScript腳本:User:Bhsd/widget/as-song.js

CSS樣式表:

 */
.as-song-container .oo-ui-comboBoxInputWidget {
	width: 500px; /* 完整显示现最长的歌曲名称 */
	max-width: 100%;
	margin-right: 0;
	display: block;
}
.as-song-container .fa-backspace {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3em;
	cursor: pointer;
	line-height: 2; /* 更容易点击 */
}
.as-song-container > div {
	display: inline-block; /* 居中 */
}
.as-song-container .as-song {
	display: none;
}
/*