From 8a75a4358b7950ac2a9a1ced8a9e8dbf2db04d62 Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Mon, 6 May 2024 15:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/footerPhone.vue | 54 ++++++-- src/views/room.vue | 182 +++++++++------------------ 2 files changed, 105 insertions(+), 131 deletions(-) diff --git a/src/views/components/footerPhone.vue b/src/views/components/footerPhone.vue index 4400721d..52ebbb6f 100644 --- a/src/views/components/footerPhone.vue +++ b/src/views/components/footerPhone.vue @@ -1,10 +1,30 @@ - + - + - - - \ No newline at end of file + +.mic, +.video, +.sharing + { + cursor: pointer; + width: 10%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +.micImg, +.videoImg, +.sharImg { + width: 40px; + height: 40px; +} + \ No newline at end of file diff --git a/src/views/room.vue b/src/views/room.vue index 427a01e5..a2567da9 100644 --- a/src/views/room.vue +++ b/src/views/room.vue @@ -1,5 +1,9 @@