用户:Staf Irity/Sandbox04.css:修订间差异
来自Limbo Wiki
Staf Irity(讨论 | 贡献) 小无编辑摘要 标签:(旧)WikiEditor |
Staf Irity(讨论 | 贡献) 小无编辑摘要 标签:(旧)WikiEditor |
||
第47行: | 第47行: | ||
} | } | ||
.card .g .h{ | .card .g .h{ | ||
display: block; | |||
position: absolute; | |||
background: repeating-linear-gradient(135deg, red,red 18px,#FF5555 20px,#FF5555 23px, red 25px); | background: repeating-linear-gradient(135deg, red,red 18px,#FF5555 20px,#FF5555 23px, red 25px); | ||
height:10px; | height:10px; | ||
width:1000px; | width:1000px; | ||
} | } |
2025年4月1日 (二) 02:30的最新版本
.card{ width:150px; height:200px; background-color:white; border:1px solid black; border-radius:20px; padding:20px; position: relative; } .card .a{ position: absolute; left: 10px; top: 10px; } .card .b{ position: absolute; left: 0; left: 25px; top: 12px; } .card .c{ position: absolute; right: 10px; top: 10px; } .card .d{ position: absolute; right: 10px; bottom: 10px; filter:invert(100%); } .card .e{ position: absolute; left: 10px; bottom: 10px; } .card .f{ position: absolute; left: 72px; top:90px; font-size:2em; } .card .g{ position: absolute; overflow:hidden; left:-1px;top:-1px;display:block;height:242px;width:192px; } .card .g .h{ display: block; position: absolute; background: repeating-linear-gradient(135deg, red,red 18px,#FF5555 20px,#FF5555 23px, red 25px); height:10px; width:1000px; }