打开主菜单
首页
随机
登录
设置
关于DJMAX中文资料库
免责声明
DJMAX中文资料库
搜索
编辑“︁
模板:Lyrics/styles.css
”︁
警告:
您没有登录。如果您进行任何编辑,您的IP地址会公开展示。如果您
登录
或
创建账号
,您的编辑会以您的用户名署名,此外还有其他益处。
反垃圾检查。
不要
加入这个!
/* 基础样式 */ .lyrics-container { width: 100%; font-family: Arial, sans-serif; line-height: 1.6; } /* 桌面端样式 */ .lyrics-row { display: flex; margin-bottom: 5px; border-bottom: 1px solid #eee; transition: background-color 0.2s; } .lyrics-row:hover { background-color: #f8f8f8; } .lyrics-line { padding: 8px 12px; overflow: hidden; text-overflow: ellipsis; } .lyrics-original { width: 50%; border-right: 1px solid #ddd; font-weight: bold; } .lyrics-translated { width: 50%; } /* 移动端样式 */ @media (max-width: 768px) { .lyrics-row { flex-direction: column; border-bottom: 2px solid #ddd; margin-bottom: 10px; } .lyrics-line { width: 100% !important; border-right: none !important; padding: 6px 10px; } .lyrics-original { border-bottom: 1px dashed #ccc; } } /* 悬停提示效果 */ .lyrics-line { position: relative; } .lyrics-line:hover::after { content: attr(data-hover); position: absolute; left: 0; bottom: 100%; background-color: #333; color: white; padding: 5px 10px; border-radius: 4px; white-space: nowrap; z-index: 100; font-size: 0.9em; opacity: 0.9; pointer-events: none; }
摘要:
请注意,所有对DJMAX中文资料库的贡献均被视为依照知识共享署名发表(详情请见
DJMAX中文资料库:著作权
)。如果您不希望您的文字作品被随意编辑和分发传播,请不要在此提交。
您同时也向我们承诺,您提交的内容为您自己所创作,或是复制自公共领域或类似自由来源。
未经许可,请勿提交受著作权保护的作品!
取消
编辑帮助
(在新窗口中打开)