diff --git a/src/static/css/video.less b/src/static/css/video.less index 5d72aae..e375477 100644 --- a/src/static/css/video.less +++ b/src/static/css/video.less @@ -215,4 +215,16 @@ video { flex-direction: column; align-items: center; // justify-content: center; +} + +.left-button.active { + background-color: red; +} + +/* 互斥期间的其它三枚按钮置灰禁点 */ +.left-button.disabled { + pointer-events: none; + cursor: not-allowed; + opacity: 0.5; + filter: grayscale(0.4); } \ No newline at end of file diff --git a/src/views/VideoStream.vue b/src/views/VideoStream.vue index 4f6e119..44a401d 100644 --- a/src/views/VideoStream.vue +++ b/src/views/VideoStream.vue @@ -3,8 +3,9 @@
-
+
{{ btn.label }}
@@ -64,7 +65,7 @@