本网站正在建设中(~ ̄▽ ̄)~
- 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
- 若发现页面信息有误或投稿至本站,请联系管理员。
MediaWiki:Gadget-vote.css:修订间差异
跳到导航
跳到搜索
(创建页面,内容为“.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的最新版本
- .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 {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .candidate {
- display: flex;
- flex-direction: column;
- padding: 1em;
- }