feat: 添加双屏控制功能,支持在第二块屏幕上全屏展示内容;更新相关 UI 和逻辑以适应新功能
This commit is contained in:
@@ -1147,6 +1147,13 @@ button { font-family: "Poppins", "PingFang SC", sans-serif; cursor: pointer; tra
|
||||
background: rgba(0, 189, 125, 0.14);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
.screen-target.active {
|
||||
background: #1D5DCE;
|
||||
border-color: #1D5DCE;
|
||||
color: #fff;
|
||||
box-shadow: 0 4px 12px rgba(29, 93, 206, 0.3);
|
||||
}
|
||||
.screen-target.active:hover { background: #174fb0; }
|
||||
.media-url {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user