2023年政策修订增补工作正在进行中,欢迎参与!
User:未名社/沙盒2/style.css
跳转到导航
跳转到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- 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:%E6%9C%AA%E5%90%8D%E7%A4%BE/%E6%B2%99%E7%9B%922/style.css?_=1}-
.hover {
width: 0px;
height: 7px;
background-color: #9ed048;
border-radius: 7px;
position:absolute;
transition: width 1s;
}
.hover:hover {
width: 300px;
}
.hover-2 {
background-image: linear-gradient(transparent calc(65% - 5px), #9ed048 5px);
padding-right: 10px;
background-size: 0;
background-repeat: no-repeat;
display: inline;
transition: 0.5s ease;
}
.hover-2:hover{
background-size: 100%;
}