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

添加511字节 、​ 2022年8月2日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
标签段首空两格
}
.infolist {
background-color: #f44336; /* Green */
border: none;
border-radius: 8px;
color: white;
padding: 0px 0px;
text-decoration: none;
display: inline-block;
}
.infolist:hover {
background-color: #4CAF50; /* Green */
color: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
 
.infolist span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
 
.infolist span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
 
.infolist:hover span {
padding-right: 25px;
}
 
.infolist:hover span:after {
opacity: 1;
right: 0;
}
</nowiki>
281

个编辑