2023年政策修订增补工作正在进行中,欢迎参与!
User:三土老师儿/各种测试/style.css
< User:三土老师儿 | 各种测试
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:%E4%B8%89%E5%9C%9F%E8%80%81%E5%B8%88%E5%84%BF/%E5%90%84%E7%A7%8D%E6%B5%8B%E8%AF%95/style.css?_=1}-
.c-ontainer {
position: relative;
height: 2400px;
width: 100%;
background-color: black;
color: white;
font-size: 24px;
line-height: 200px;
text-align: center;
}
.line {
position: absolute;
height: 4px;
width: 100%;
background-color: red;
animation: move 2s linear infinite;
animation-timing-function: cubic-bezier(0.1, 0.4, 0.5, 0.1);
}
@keyframes move {
from { top: 0px; }
to { top: 2400px; }
}
#lr-overlay-wrapper {
background: black;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
}
#lr-overlay-content {
position: fixed;
text-align: center;
font-size: 24px;
white-space: nowrap;
z-index: 2147483647;
}
/*--???布局--*/