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

撤销Selfice讨论)的修订版本697
标签撤销 已被回退
无编辑摘要
标签手工回退
第35行: 第35行:
position: relative;
position: relative;
margin: 3px;
margin: 3px;
}
/* 占位符样式(伪元素) */
.base_block::after {
content: ''; /* 添加空白内容 */
flex: 1 1 calc((100% - 40px) / 4); /* 占位符的宽度与其他子元素一致 */
max-width: 360px;
min-width: 200px;
height: 124px; /* 高度与子元素一致 */
margin: 3px;
background-color: rgba(220, 220, 220, 0.8); /* 占位符背景透明 */
mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
}
.item1{
.item1{