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

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

MediaWiki:Gadget-vote.css:修订间差异

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
(创建页面,内容为“.candidatePrompt { display: flex; flex-direction: column; align-items: center; } .candidate { display: flex; flex-direction: column; padding: 1em; }”)
 
无编辑摘要
 
第1行: 第1行:
.vcep-button {
   z-index: 11;
   transition: all .37s ease-in-out;
   width: max-content;
   padding: 5px 2px;
   background-color: black;
   color: white;
   font-size: .75rem;
   position: fixed;
   left: 0;
   top: 25vh;
   cursor: pointer;
   opacity: .6;
   text-orientation: upright;
   writing-mode: vertical-lr;
   letter-spacing: 2px;
}
.candidatePrompt {
.candidatePrompt {
    display: flex;
    display: flex;

2025年1月29日 (三) 16:35的最新版本

  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. }