修复了样式

This commit is contained in:
unknown 2020-12-01 10:02:18 +08:00
parent 495e52c302
commit dfebda1bb5
3 changed files with 235 additions and 182 deletions

View File

@ -45,16 +45,16 @@ div{
align-items: center; align-items: center;
} }
#login-card{ #login-card{
width: 450px; width: 450rem;
height: 500px; height: 500rem;
display: flex; display: flex;
/* justify-content: center; */ /* justify-content: center; */
align-items: center; align-items: center;
background-color: white; background-color: white;
} }
.login-card{ .login-card{
width: 360px; width: 360rem;
height: 450px; height: 450rem;
background-color: white; background-color: white;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
@ -62,8 +62,8 @@ div{
align-items: center; align-items: center;
} }
.popover{ .popover{
min-width: 300px; min-width: 300rem;
max-width: 1000px; max-width: 1000rem;
border: 0; border: 0;
white-space: nowrap; white-space: nowrap;
/* overflow: hidden; */ /* overflow: hidden; */
@ -74,7 +74,7 @@ div{
} }
.popover-body>div{ .popover-body>div{
width: 100%; width: 100%;
height: 35px; height: 35rem;
justify-content: center; justify-content: center;
cursor: default; cursor: default;
} }
@ -94,29 +94,29 @@ div{
.device-testing-btn{ .device-testing-btn{
color: #515151; color: #515151;
cursor: pointer; cursor: pointer;
margin-top: -14px; margin-top: -14rem;
opacity: 0.8; opacity: 0.8;
} }
.device-connect-list{ .device-connect-list{
width: 310px; width: 310rem;
height: 70px; height: 70rem;
position: absolute; position: absolute;
bottom: 50px; bottom: 50rem;
background-color: #fff; background-color: #fff;
border-radius: 5px; border-radius: 5rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
justify-content: space-around; justify-content: space-around;
padding: 0 10px; padding: 0 10rem;
} }
.device-connect-list::before{ .device-connect-list::before{
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
border: 8px transparent solid; border: 8rem transparent solid;
border-top-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.2);
opacity: 0.6; opacity: 0.6;
position: absolute; position: absolute;
bottom: -16px; bottom: -16rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
@ -124,29 +124,29 @@ div{
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
border: 7px transparent solid; border: 7rem transparent solid;
border-top-color: #fff; border-top-color: #fff;
position: absolute; position: absolute;
bottom: -14px; bottom: -14rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
.connect{ .connect{
width: 28px; width: 28rem;
height: 64px; height: 64rem;
font-size: 28px; font-size: 28rem;
text-align: center; text-align: center;
position: relative; position: relative;
opacity: 0.8; opacity: 0.8;
} }
.device-icon{ .device-icon{
width: 20px; width: 20rem;
height: 20px; height: 20rem;
margin-right: 3px; margin-right: 3rem;
display: block; display: block;
text-align: center; text-align: center;
font-size: 20px; font-size: 20rem;
line-height: 20px; line-height: 20rem;
} }
#device-testing-root { #device-testing-root {
width: 100%; width: 100%;
@ -160,10 +160,10 @@ div{
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
} }
.device-testing-card{ .device-testing-card{
width: 640px; width: 640rem;
height: 480px; height: 480rem;
background: #F7F7F7; background: #F7F7F7;
border-radius: 10px; border-radius: 10rem;
position: relative; position: relative;
display: block; display: block;
z-index: 999; z-index: 999;
@ -172,49 +172,49 @@ div{
display: block; display: block;
} }
.testing-title{ .testing-title{
font-size: 34px; font-size: 34rem;
justify-content: center; justify-content: center;
margin-top: 55px; margin-top: 55rem;
color: #201e1ee5; color: #201e1ee5;
} }
.testing-prepare-info{ .testing-prepare-info{
font-size: 16px; font-size: 16rem;
justify-content: center; justify-content: center;
margin-top: 25px; margin-top: 25rem;
color: #585656e5; color: #585656e5;
} }
.device-testing-close-btn{ .device-testing-close-btn{
width: 25px; width: 25rem;
height: 25px; height: 25rem;
position: absolute; position: absolute;
top: 8px; top: 8rem;
right: 8px; right: 8rem;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20rem;
} }
.device-display{ .device-display{
margin-top: 40px; margin-top: 40rem;
justify-content: center; justify-content: center;
} }
.device{ .device{
width: 46px; width: 46rem;
height: 46px; height: 46rem;
position: relative; position: relative;
justify-content: center; justify-content: center;
font-size: 38px; font-size: 38rem;
} }
.device:not(:first-child){ .device:not(:first-child){
margin-left: 60px; margin-left: 60rem;
} }
.device:not(:first-child).safari{ .device:not(:first-child).safari{
margin-left: 100px; margin-left: 100rem;
} }
.device::before{ .device::before{
content: ''; content: '';
width: 28px; width: 28rem;
height: 28px; height: 28rem;
position: absolute; position: absolute;
bottom: -34px; bottom: -34rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
@ -229,82 +229,82 @@ div{
@keyframes device-loading { @keyframes device-loading {
0%{ 0%{
width: 0%; width: 0%;
border-radius: 6px 0 0 6px; border-radius: 6rem 0 0 6rem;
} }
50%{ 50%{
width: 50%; width: 50%;
border-radius: 6px 0 0 6px; border-radius: 6rem 0 0 6rem;
} }
100%{ 100%{
width: 100%; width: 100%;
border-radius: 6px; border-radius: 6rem;
} }
} }
.loading-background{ .loading-background{
width: 350px; width: 350rem;
height: 3px; height: 3rem;
border-radius: 6px; border-radius: 6rem;
margin: 20px auto 0; margin: 20rem auto 0;
background: #bfbfbf; background: #bfbfbf;
position: absolute; position: absolute;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
.device-loading{ .device-loading{
height: 3px; height: 3rem;
background-color: #808080; background-color: #808080;
animation: device-loading 2s; animation: device-loading 2s;
animation-fill-mode: both; animation-fill-mode: both;
} }
.connect-info{ .connect-info{
margin-top: 60px; margin-top: 60rem;
display: flex; display: flex;
height: 48px; height: 48rem;
justify-content: center; justify-content: center;
} }
.connect-attention-container{ .connect-attention-container{
position: relative; position: relative;
margin-left: 3px; margin-left: 3rem;
} }
.connect-attention-icon{ .connect-attention-icon{
font-size: 20px; font-size: 20rem;
color: red; color: red;
} }
.connect-attention-info{ .connect-attention-info{
padding: 8px 12px; padding: 8rem 12rem;
min-width: 120px; min-width: 120rem;
min-height: 50px; min-height: 50rem;
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
border-radius: 10px; border-radius: 10rem;
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 100%; bottom: 100%;
transform: translate(20px, -10px); transform: translate(20rem, -10rem);
display: block; display: block;
white-space: nowrap; white-space: nowrap;
font-size: 12px; font-size: 12rem;
} }
.connect-attention-info::after{ .connect-attention-info::after{
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
border: 10px transparent solid; border: 10rem transparent solid;
border-top-color: rgba(0, 0, 0, 0.6); border-top-color: rgba(0, 0, 0, 0.6);
position: absolute; position: absolute;
left: 100%; left: 100%;
top: 100%; top: 100%;
transform: translateX(-40px); transform: translateX(-40rem);
} }
.testing-btn-display{ .testing-btn-display{
justify-content: center; justify-content: center;
margin-top: 30px; margin-top: 30rem;
} }
.test-btn{ .test-btn{
width: 200px; width: 200rem;
height: 44px; height: 44rem;
background: #006EFF; background: #006EFF;
border-radius: 5px; border-radius: 5rem;
text-align: center; text-align: center;
color: #fff; color: #fff;
justify-content: center; justify-content: center;
@ -318,35 +318,35 @@ div{
.device-testing-title{ .device-testing-title{
justify-content: center; justify-content: center;
width: 100%; width: 100%;
margin-top: 40px; margin-top: 40rem;
} }
.testing{ .testing{
width: 26px; width: 26rem;
height: 26px; height: 26rem;
position: relative; position: relative;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
font-size: 24px; font-size: 24rem;
line-height: 24px; line-height: 24rem;
} }
.testing:not(:first-child){ .testing:not(:first-child){
margin-left: 90px; margin-left: 90rem;
} }
.testing:not(:first-child)::before { .testing:not(:first-child)::before {
content: ''; content: '';
width: 70px; width: 70rem;
height: 2px; height: 2rem;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: -80px; left: -80rem;
background: #bfbfbf; background: #bfbfbf;
} }
.testing:not(:first-child).safari{ .testing:not(:first-child).safari{
margin-left: 150px; margin-left: 150rem;
} }
.testing:not(:first-child).safari::before{ .testing:not(:first-child).safari::before{
width: 130px; width: 130rem;
left: -140px; left: -140rem;
} }
.testing.complete { .testing.complete {
cursor: pointer; cursor: pointer;
@ -359,27 +359,27 @@ div{
display: block; display: block;
} }
.device-list{ .device-list{
margin-left: 140px; margin-left: 140rem;
margin-top: 30px; margin-top: 30rem;
} }
.device-select{ .device-select{
width: 260px; width: 260rem;
height: 30px; height: 30rem;
margin-left: 20px; margin-left: 20rem;
padding: 0 10px; padding: 0 10rem;
border-radius: 4px; border-radius: 4rem;
} }
.camera-video{ .camera-video{
width: 300px; width: 300rem;
height: 180px; height: 180rem;
display: block; display: block;
margin: 30px auto 0; margin: 30rem auto 0;
} }
.testing-info-container{ .testing-info-container{
display: block; display: block;
position: absolute; position: absolute;
bottom: 50px; bottom: 50rem;
margin-top: 24px; margin-top: 24rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
@ -389,69 +389,69 @@ div{
display: block; display: block;
} }
.button-list{ .button-list{
margin-top: 20px; margin-top: 20rem;
width: 300px; width: 300rem;
justify-content: space-around; justify-content: space-around;
} }
.fail-button{ .fail-button{
border: 1px solid #006EFF; border: 1rem solid #006EFF;
border-radius: 8px; border-radius: 8rem;
color: #006EFF; color: #006EFF;
padding: 6px 14px; padding: 6rem 14rem;
cursor: pointer; cursor: pointer;
} }
.success-button{ .success-button{
border: 1px solid #006EFF; border: 1rem solid #006EFF;
border-radius: 8px; border-radius: 8rem;
background: #006EFF; background: #006EFF;
color: #fff; color: #fff;
padding: 6px 14px; padding: 6rem 14rem;
cursor: pointer; cursor: pointer;
} }
.audio-control{ .audio-control{
width: 320px; width: 320rem;
display: block; display: block;
margin: 40px auto 0; margin: 40rem auto 0;
} }
.audio-control-info{ .audio-control-info{
margin: 0px auto 20px 6px; margin: 0rem auto 20rem 6rem;
color: #5f5f5f; color: #5f5f5f;
} }
.mic-testing-container{ .mic-testing-container{
display: block; display: block;
margin-top: 30px; margin-top: 30rem;
} }
.mic-testing-info{ .mic-testing-info{
margin-left: 140px; margin-left: 140rem;
color: #bbbbbb; color: #bbbbbb;
font-size: 14px; font-size: 14rem;
} }
.mic-bar-container{ .mic-bar-container{
justify-content: center; justify-content: center;
margin-top: 10px; margin-top: 10rem;
} }
.mic-bar{ .mic-bar{
width: 10px; width: 10rem;
height: 30px; height: 30rem;
border: 1px solid #cccccc; border: 1rem solid #cccccc;
border-radius: 1px; border-radius: 1rem;
} }
.mic-bar:not(:first-child){ .mic-bar:not(:first-child){
margin-left: 3px; margin-left: 3rem;
} }
.mic-bar.active{ .mic-bar.active{
background: #006EFF; background: #006EFF;
} }
.testing-index-list{ .testing-index-list{
margin-top: 40px; margin-top: 40rem;
display: block; display: block;
} }
.testing-index-group{ .testing-index-group{
width: 55%; width: 55%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-top: 14px; margin-top: 14rem;
margin: 10px auto 0; margin: 10rem auto 0;
} }
@keyframes loading-circle{ @keyframes loading-circle{
0% { 0% {
@ -472,51 +472,51 @@ div{
} }
.network-loading::before{ .network-loading::before{
content: ''; content: '';
width: 16px; width: 16rem;
height: 16px; height: 16rem;
background: url('../img/loading.png'); background: url('../img/loading.png');
background-size: 100% 100%; background-size: 100% 100%;
animation: loading-circle 2s linear infinite; animation: loading-circle 2s linear infinite;
} }
.testing-footer{ .testing-footer{
margin-top: 70px; margin-top: 70rem;
justify-content: center; justify-content: center;
} }
.device-report-list{ .device-report-list{
display: block; display: block;
margin-top: 40px; margin-top: 40rem;
} }
.device-report{ .device-report{
width: 60%; width: 60%;
margin: 20px auto 0; margin: 20rem auto 0;
justify-content: space-between; justify-content: space-between;
} }
.report-icon{ .report-icon{
width: 24px; width: 24rem;
height: 24px; height: 24rem;
margin-right: 20px; margin-right: 20rem;
justify-content: center; justify-content: center;
font-size: 22px; font-size: 22rem;
line-height: 22px; line-height: 22rem;
color: #515151; color: #515151;
} }
.device-name{ .device-name{
width: 280px; width: 280rem;
height: 24px; height: 24rem;
display: block; display: block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.device-report-footer{ .device-report-footer{
margin-top: 50px; margin-top: 50rem;
justify-content: center; justify-content: center;
} }
.device-report-btn{ .device-report-btn{
width: 160px; width: 160rem;
height: 40px; height: 40rem;
border: 1px solid; border: 1rem solid;
border-radius: 6px; border-radius: 6rem;
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
} }
@ -527,5 +527,5 @@ div{
.testing-finish{ .testing-finish{
background: #006EFF; background: #006EFF;
color: #fff; color: #fff;
margin-left: 60px; margin-left: 60rem;
} }

View File

@ -15,7 +15,7 @@ body{
video{ video{
background-color: #d8d8d8; background-color: #d8d8d8;
} }
/* @media screen and (min-width:960px) { /* @media screen and (min-width:960rem) {
video{ video{
width: auto !important; width: auto !important;
height: 100% !important; height: 100% !important;
@ -28,7 +28,7 @@ video{
align-items: center; align-items: center;
} }
} }
@media screen and (max-width:960px) { @media screen and (max-width:960rem) {
video{ video{
width: 100% !important; width: 100% !important;
height: auto !important; height: auto !important;
@ -43,12 +43,13 @@ video{
} */ } */
#room-root{ #room-root{
width: 100%; width: 100%;
height: 100%; height: 750rem;
min-width: 1500px; /* min-width: 1500rem; */
min-height: 700px; /* min-height: 700rem; */
display: none; display: none;
align-items: flex-start; align-items: flex-start;
padding: 16px; padding: 16rem;
background-color: #F5F5F5;
} }
.member{ .member{
cursor: default; cursor: default;
@ -66,14 +67,14 @@ video{
} }
#video-grid>div{ #video-grid>div{
position: relative; position: relative;
padding: 10px; padding: 10rem;
} }
#main-video{ #main-video{
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 10px; padding: 10rem;
grid-area: 1/1/3/4; grid-area: 1/1/3/4;
border-radius: 17px; border-radius: 17rem;
} }
.video-box{ .video-box{
width: 100%; width: 100%;
@ -83,7 +84,7 @@ video{
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
font-size: 14px; font-size: 14rem;
color: #888888; color: #888888;
z-index: 9; z-index: 9;
justify-content: center justify-content: center

View File

@ -8,20 +8,71 @@
<link rel="stylesheet" href="./css/bootstrap-material-design.min.css"> <link rel="stylesheet" href="./css/bootstrap-material-design.min.css">
<link rel="stylesheet" href="./css/index.css"> <link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/room.css"> <link rel="stylesheet" href="./css/room.css">
<script>
(function (designWidth, maxWidth) {
var doc = document,
win = window,
docEl = doc.documentElement,
remStyle = document.createElement("style"),
tid;
function refreshRem() {
var width = docEl.getBoundingClientRect().width;
// maxWidth = maxWidth || 540; //不需要判断最大宽度
// width > maxWidth && (width = maxWidth);
var rem = width * 100 / designWidth;
console.log(rem)
remStyle.innerHTML = 'html{font-size:' + rem / 100 + 'px;}';
}
if (docEl.firstElementChild) {
docEl.firstElementChild.appendChild(remStyle);
} else {
var wrap = doc.createElement("div");
wrap.appendChild(remStyle);
doc.write(wrap.innerHTML);
wrap = null;
}
//要等 wiewport 设置好后才能执行 refreshRem不然 refreshRem 会执行2次
refreshRem();
win.addEventListener("resize", function () {
clearTimeout(tid); //防止执行两次
tid = setTimeout(refreshRem, 300);
}, false);
win.addEventListener("pageshow", function (e) {
if (e.persisted) { // 浏览器后退的时候重新计算
clearTimeout(tid);
tid = setTimeout(refreshRem, 300);
}
}, false);
if (doc.readyState === "complete") {
doc.body.style.fontSize = "16px";
} else {
doc.addEventListener("DOMContentLoaded", function (e) {
doc.body.style.fontSize = "16px";
}, false);
}
})(1366, 1024);
</script>
<style> <style>
#member-list > div{ #member-list > div{
padding: 32px; padding: 13rem;
border-bottom: 1px solid #EEEEEE; border-bottom: 1rem solid #EEEEEE;
} }
.liaotian{ .liaotian{
grid-area: 3/1/4/4; grid-area: 3/1/4/4;
margin-top: 28px; margin-top: 28rem;
height: 90%; height: 90%;
margin-left: 10px; margin-left: 10rem;
width: 98%; width: 98%;
background-color: #fff; background-color: #fff;
border-radius: 17px; border-radius: 17rem;
padding: 24px 28px 14px 28px !important; padding: 24rem 28rem 14rem 28rem !important;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -35,42 +86,43 @@
} }
.wenzi > div{ .wenzi > div{
width: 100%; width: 100%;
font-size: 11px; font-size: 11rem;
} }
.wenzi > div >p:first-child { .wenzi > div >p:first-child {
margin-right: 33px; margin-right: 33rem;
} }
.wenzi > div >p span{ .wenzi > div >p span{
color: #08AE98; color: #08AE98;
} }
.fasongkuang{ .fasongkuang{
width: 100%; width: 100%;
height: 47px; height: 29rem;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
justify-content: space-between; justify-content: space-between;
flex-shrink: 0; flex-shrink: 0;
border-top: 1px solid #DCDFE0; border-top: 1rem solid #DCDFE0;
} }
.fasongkuang input{ .fasongkuang input{
font-size: 11px; font-size: 11rem;
color: #333; color: #333;
width: 600px; width: 430rem;
border: none; border: none;
} }
.fasonganniu{ .fasonganniu{
display: flex; display: flex;
font-size: 11px; font-size: 11rem;
color: #08AE98; color: #08AE98;
align-items: center; align-items: center;
} }
.fasonganniu img{ .fasonganniu img{
width: 15px; width: 15rem;
height: 12px; height: 12rem;
margin-left: 7rem;
} }
.fasongkuang input::placeholder{ .fasongkuang input::placeholder{
font-size: 11px; font-size: 11rem;
} }
.fasongkuang input:focus{ border: none; background: #fff; outline: none;} .fasongkuang input:focus{ border: none; background: #fff; outline: none;}
</style> </style>
@ -315,37 +367,37 @@
<!-- 聊天室页面 --> <!-- 聊天室页面 -->
<div id="room-root" class="col-div"> <div id="room-root" class="col-div">
<!-- header --> <!-- header -->
<div class="row-div card" style="width: 100%; height: 65px; justify-content: space-between;border-radius: 17px;"> <div class="row-div card" style="width: 100%; height: 65rem; justify-content: space-between;border-radius: 17rem;">
<!-- 腾讯云logo --> <!-- 腾讯云logo -->
<div class="row-div" style="height: 100%; width: 230px; justify-content: center"> <div class="row-div" style="height: 100%; width: 230rem; justify-content: center">
<div style="width: 86px; height: 23px; font-size: 18px; color: #333333">直播页面</div> <div style="width: 86rem; height: 23rem; font-size: 18rem; color: #333333">直播页面</div>
</div> </div>
<!-- 分享屏幕 退出 按钮 --> <!-- 分享屏幕 退出 按钮 -->
<div class="row-div" style="height: 100%; width: auto;margin-right: 28px;"> <div class="row-div" style="height: 100%; width: auto;margin-right: 28rem;">
<img id="screen-btn" style="width: 45px; height: 45px" src="./img/screen-off.png" alt=""> <img id="screen-btn" style="width: 45rem; height: 45rem" src="./img/screen-off.png" alt="">
<div style="width: 20px"></div> <div style="width: 20rem"></div>
<img id="logout-btn" style="width: 45px; height: 45px" src="./img/logout.png" alt=""> <img id="logout-btn" style="width: 45rem; height: 45rem" src="./img/logout.png" alt="">
</div> </div>
</div> </div>
<!-- content --> <!-- content -->
<div class="row-div" style="height: 100%; width: 100%; padding: 10px"> <div class="row-div" style="height: 100%; width: 100%; padding: 10rem">
<div class="col-div" style="width: 340px; height: 100%; padding: 10px"> <div class="col-div" style="width: 340rem; height: 100%; padding: 10rem">
<div class="col-div card" style="width: 100%; height: 100%; padding: 23px;border-radius: 17px;"> <div class="col-div card" style="width: 100%; height: 100%; padding: 23rem;border-radius: 17rem;font-size: 14rem;">
<!-- 成员列表 --> <!-- 成员列表 -->
<div style="width: 100%;padding-bottom: 11px;border-bottom: 1px solid #EEEEEE;">上课人员</div> <div style="width: 100%;padding-bottom: 11rem;border-bottom: 1rem solid #EEEEEE;">上课人员</div>
<div id="member-list" class="col-div" style="width: 100%; justify-content: flex-start; flex: 1"> <div id="member-list" class="col-div" style="width: 100%; justify-content: flex-start; flex: 1">
<!-- member --> <!-- member -->
<div id="member-me" style="width: 100%; padding-left: 20px;"> <div id="member-me" style="width: 100%; padding-left: 20rem;">
<div class="row-div member" <div class="row-div member"
style="width: 100%; height: 50px; justify-content: space-between"> style="width: 100%; height: 50rem; justify-content: space-between">
<div class="member-id">(我)</div> <div class="member-id">(我)</div>
<div class="row-div" style="width:100px; height: 27px; justify-content: center"> <div class="row-div" style="width:100rem; height: 20rem; justify-content: center">
<img id="video-btn" class="member-video-btn" style="height: 100%" src="./img/camera-on.png" <img id="video-btn" class="member-video-btn" style="height: 100%" src="./img/camera-on.png"
alt=""> alt="">
<div style="width: 18px"></div> <div style="width: 18rem"></div>
<img id="mic-btn" class="member-audio-btn" style="height: 100%" src="./img/mic-on.png" <img id="mic-btn" class="member-audio-btn" style="height: 100%" src="./img/mic-on.png"
alt=""> alt="">
</div> </div>
@ -361,17 +413,17 @@
<div id="main-video" class="video-box col-div" style="justify-content: flex-end"> <div id="main-video" class="video-box col-div" style="justify-content: flex-end">
<!-- 主视频控制按钮 --> <!-- 主视频控制按钮 -->
<!-- <div id="main-video-btns" class="row-div" <!-- <div id="main-video-btns" class="row-div"
style="width: 156px; position: absolute; z-index: 10; justify-content: center; align-self: flex-end"> style="width: 156rem; position: absolute; z-index: 10; justify-content: center; align-self: flex-end">
<img id="video-btn" style="width: 68px; height: 68px" onClick="event.cancelBubble = true" <img id="video-btn" style="width: 68rem; height: 68rem" onClick="event.cancelBubble = true"
src="./img/big-camera-on.png" alt="" title="关闭摄像头"> src="./img/big-camera-on.png" alt="" title="关闭摄像头">
<img id="mic-btn" style="width: 68px; height: 68px" onClick="event.cancelBubble = true" <img id="mic-btn" style="width: 68rem; height: 68rem" onClick="event.cancelBubble = true"
src="./img/big-mic-on.png" alt="" title="关闭麦克风"> src="./img/big-mic-on.png" alt="" title="关闭麦克风">
</div> --> </div> -->
<div id="mask_main" class="mask col-div"> <div id="mask_main" class="mask col-div">
<!-- “摄像头未开启”遮罩 --> <!-- “摄像头未开启”遮罩 -->
<div style="height: 100%; width: 100%; position: absolute; background-color: #D8D8D8"></div> <div style="height: 100%; width: 100%; position: absolute; background-color: #D8D8D8"></div>
<img style="width: 63px; height: 69px; z-index: 10;" src="./img/camera-max.png" alt=""> <img style="width: 63rem; height: 69rem; z-index: 10;" src="./img/camera-max.png" alt="">
<div style="height: 10px"></div> <div style="height: 10rem"></div>
<div style="z-index: 10">摄像头未打开</div> <div style="z-index: 10">摄像头未打开</div>
</div> </div>
</div> </div>