直播记录/styles.css:修订间差异

无编辑摘要
无编辑摘要
第17行: 第17行:
box-shadow: 0 2px 5px #aaa;
box-shadow: 0 2px 5px #aaa;
transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: hidden;
}
}
.item1{
.item1{
第40行: 第41行:
.item:hover{
.item:hover{
background-color: rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.6);
}
.item > .mw-default-size{
    position: absolute;
    left: 0;
}
}