燃雪听风/SSR:修订间差异

删除400字节 、​ 2022年8月13日 (星期六)
无编辑摘要
无编辑摘要
标签段首空两格
无编辑摘要
 
/* ul */
 
 
ul :hover {
background-color: #A20055;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
ul {
border: none;
color: #000000;
text-decoration: none;
display: inline-block;
}
 
ul span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
 
ul span:after {
animation-duration: 3s;
animation-name: slidein;
}
 
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
 
to {
margin-left: 0%;
width: 100%;
}
}
 
 
/* infolist----------1 */
281

个编辑