ai-digital-live/src/pages/live/style.module.scss
callmeyan 4dee84a459 feat: ️ 直播间页调整锁定相关状态及逻辑
- 新增直播视频回滚功能
- 优化编辑模式操作流程
2025-04-08 22:39:00 +08:00

26 lines
372 B
SCSS

.videoListContainer{
}
@mixin btnDefault{
border-radius: 20px;
padding: 2px 16px;
height: auto;
}
.btn{
@include btnDefault;
background: #4096FF;
color:#fff;
border: 1px solid #4096FF;
&:hover{
background: #337acc;
}
}
.btnDefault{
@include btnDefault;
color:#00000099;
border: 1px solid #00000099;
&:hover{
background: #00000011;
}
}