这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
用户:Staf Irity/Sandbox.css:修订间差异
跳转到导航
跳转到搜索
Staf Irity(留言 | 贡献) Staf Irity将页面用户:Staf Irity/Sandbox.css的内容模型从“CSS”更改为“已过滤的CSS” |
Staf Irity(留言 | 贡献) 小无编辑摘要 |
||
| 第2行: | 第2行: | ||
position:fixed; | position:fixed; | ||
overflow:hidden; | overflow:hidden; | ||
top:25vh; | |||
right:0; | right:0; | ||
margin:0px; | margin:0px; | ||
2022年9月23日 (五) 20:02的版本
.float0{
position:fixed;
overflow:hidden;
top:25vh;
right:0;
margin:0px;
padding:0px;
z-index:100;
}
.float{
position:relative;
right:calc(20px - 100%);
transition: all .2s ease-out;
}
.float0:hover .float{
right:0;
}