User:Koshiyakanata/style.css:修订间差异

删除154字节 、​ 2022年12月18日 (星期日)
无编辑摘要
(// Edit via Wikiplus)
无编辑摘要
第101行: 第101行:
box-shadow: 0 2px 4px rgba(0,0,0,0.08),0 0 3px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.08),0 0 3px rgba(0,0,0,0.1);
transition: box-shadow 0.2s ease-in-out;
transition: box-shadow 0.2s ease-in-out;
}
.link-box:hover {
z-index: 3;
box-shadow: 0 8px 9px rgba(0,0,0,0.08), 0 0 6px rgba(0,0,0,0.1);
}
}
.link-box:active {
.link-box:active {
第126行: 第122行:
object-fit: cover;
object-fit: cover;
transition: transform 0.4s cubic-bezier(0.32, 0, 0.4, 1);
transition: transform 0.4s cubic-bezier(0.32, 0, 0.4, 1);
}
.link-box:hover>.img-box>* {
transform: scale(1.1);
}
}
.txt-box {
.txt-box {
130

个编辑