本网站正在建设中(~ ̄▽ ̄)~

  • 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
  • 若发现页面信息有误投稿至本站,请联系管理员。

MediaWiki:Gadget-vote.css

VCPedia.cn ——关于中文歌声合成的一切。
MilkBoy讨论 | 贡献2025年1月29日 (三) 16:35的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
  1. .vcep-button {
  2. z-index: 11;
  3. transition: all .37s ease-in-out;
  4. width: max-content;
  5. padding: 5px 2px;
  6. background-color: black;
  7. color: white;
  8. font-size: .75rem;
  9. position: fixed;
  10. left: 0;
  11. top: 25vh;
  12. cursor: pointer;
  13. opacity: .6;
  14. text-orientation: upright;
  15. writing-mode: vertical-lr;
  16. letter-spacing: 2px;
  17. }
  18. .candidatePrompt {
  19. display: flex;
  20. flex-direction: column;
  21. align-items: center;
  22. }
  23. .candidate {
  24. display: flex;
  25. flex-direction: column;
  26. padding: 1em;
  27. }